*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}ul{margin:0}ul>li{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{background:none;border:none;padding:0;cursor:pointer}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.container{max-width:1600px;margin:0 auto}:root{--color-black: #2d2a2a;--color-white: #dfeaed;--color-real-white: #ffffff;--color-blue: #dfeaed;--color-alt: #e73541}.bg-black{background:var(--color-black)}.bg-black h1,.bg-black h2,.bg-black h3,.bg-black h4,.bg-black h5,.bg-black p,.bg-black a{color:var(--color-white)}.bg-white{background:var(--color-white)}.bg-white h1,.bg-white h2,.bg-white h3,.bg-white h4,.bg-white h5,.bg-white p,.bg-white a{color:var(--color-black)}.bg-alt{background-color:var(--color-alt);color:#fff}:root{--space-small: .25rem;--space-regular: .5rem;--space-large: 1rem;--space-extra-large: 2rem}@media(min-width:768px){:root{--space-small: .5rem;--space-regular: 1rem;--space-large: 2rem;--space-extra-large: 4rem}}:root{--border-radius-regular: 10px}:root{--font-display: "Bangers", system-ui;--font-primary: "Inter", sans-serif;--fw-regular: 500}h1{font-family:var(--font-display)}h2,h3,h4,h5,h6,p,a,button{font-optical-sizing:auto;font-style:normal;font-family:var(--font-primary);font-weight:500}h2{font-family:var(--font-display);font-variation-settings:"YEAR" 1979}:root{--fs-heading-x-small: 1rem;--fs-heading-small: 1.25rem;--fs-heading-regular: 2.5rem;--fs-heading-large: 1.953rem;--fs-heading-extra-large: 3rem;--fs-body-small: .875rem;--fs-body-regular: 1.2rem;--fs-body-large: 1.125rem}@media(min-width:768px){:root{--fs-heading-x-small: 1rem;--fs-heading-small: 1.25rem;--fs-heading-regular: 3.5rem;--fs-heading-large: 1.953rem;--fs-heading-extra-large: 6rem;--fs-body-small: 1.2rem;--fs-body-regular: 1.75rem;--fs-body-large: 1.125rem}}h1{font-size:var(--fs-heading-extra-large);line-height:var(--fs-heading-extra-large);font-weight:700}h2{font-size:var(--fs-heading-regular);font-weight:600;margin-bottom:var(--space-regular)}h3{font-size:var(--fs-heading-regular);line-height:var(--fs-heading-regular);font-weight:800}p{font-size:var(--fs-body-regular);line-height:var(--fs-body-regular);font-weight:300;margin-bottom:var(--space-large)}ul>li a{font-size:var(--fs-body-small);font-weight:600}p{font-weight:500}header{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:var(--space-large);background-repeat:no-repeat!important;background-position:center center!important;background-size:cover!important}@media(min-width:768px){header{justify-content:center;height:100vh}}header h1,header p{margin:0 auto}@media(min-width:768px){header h1,header p{text-align:center}}header h1{margin-bottom:var(--space-large);text-align:left;color:var(--color-black)!important}@media(min-width:768px){header h1{text-align:center}}header p{font-weight:600}header p.sub-heading{margin-bottom:var(--space-extra-large);font-size:var(--fs-heading-small);line-height:var(--fs-heading-small)}@media(min-width:768px){header p.sub-heading{width:50%}}header p.tag{font-size:var(--fs-body-small);margin-bottom:calc(var(--space-large) * 3);font-weight:400;color:#c63a3a}header .cta{border-radius:var(--border-radius-regular);width:100%;margin:0 auto;display:block}@media(min-width:768px){header .cta{width:fit-content}}header .cta-primary{color:var(--color-real-white);border:2px solid var(--color-white);background-color:var(--color-real-white);background-color:var(--color-alt)}header .cta-large{padding:var(--space-small) var(--space-regular);font-size:20px;font-weight:800}header nav{top:0;width:100%;background-color:inherit;z-index:5;display:none}@media(min-width:768px){header nav{display:block}}header nav ul.nav-links{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:var(--space-regular);margin:0 auto}header nav ul.nav-links li.outline{padding:.5rem;border-radius:5px}header nav ul.nav-links li.outline a{color:var(--color-alt)}section.about{height:calc(75vh - 66px);height:fit-content}@media(min-width:768px){section.about{height:calc(50c - 66px);height:fit-content;padding:var(--space-large)}}section.about .container{display:flex;flex-direction:row;justify-content:center;align-items:center}section.about .text{flex:1;padding:var(--space-large);display:inherit;justify-content:center;flex-direction:column;align-items:flex-start}@media(min-width:768px){section.about .text{align-items:center}}section.about .text h2{text-align:right}section.about .text p{font-weight:500;text-align:left}@media(min-width:768px){section.about .text p{width:100%;text-align:left}}section.about .image{flex:1;overflow:hidden;position:relative;display:none;padding:1rem;height:400px}@media(min-width:768px){section.about .image{display:flex}}section.about .image img{height:100%;width:100%;object-fit:cover;border-radius:var(--border-radius-regular)}.benefits{display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:auto;position:relative;padding:var(--space-large);height:fit-content}@media(min-width:768px){.benefits{min-height:50vh}}.benefits .section-background{height:100%;width:100%;position:absolute;z-index:-1}.benefits .section-background:after{content:"";position:absolute;inset:0;z-index:1}.benefits .section-background img{height:100%;width:100%;object-fit:cover;object-position:center;filter:grayscale(100%)}.benefits .section-text{padding:var(--space-large)}.benefits .section-text h2,.benefits .section-text p{z-index:2;text-align:center}.benefits .section-text h2{margin-bottom:var(--space-extra-large);line-height:var(--fs-heading-regular)}.benefits .section-text p.top-text{margin-bottom:var(--space-extra-large)}.benefits .section-text .boxes{display:flex;flex-direction:column;margin-bottom:var(--space-extra-large)}@media(min-width:768px){.benefits .section-text .boxes{flex-direction:row}}.benefits .section-text .boxes .box{display:inherit;flex-direction:column;align-items:flex-start;margin:var(--space-regular)}.benefits .section-text .boxes .box .icon{display:none;height:25px;width:25px;margin:var(--space-regular);background-color:var(--color-white);margin-bottom:var(--space-large)}.benefits .section-text .boxes .box p.box-text{text-align:left}.projects{padding:var(--space-large);position:relative}.projects h2{text-align:left;margin-bottom:var(--space-regular)}@media(min-width:768px){.projects h2{text-align:center}}.projects .work{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-bottom:var(--space-regular)}@media(min-width:768px){.projects .work{gap:2rem}}.projects .work .card-wobble{flex-wrap:wrap;flex:1;background-color:var(--color-black);border-radius:var(--border-radius-regular);aspect-ratio:3/1;display:flex;justify-content:center;flex-direction:column;align-items:center;padding:var(--space-large);flex-basis:100%;backface-visibility:hidden;will-change:transform}.projects .work .card-wobble:hover{cursor:pointer}@media(min-width:768px){.projects .work .card-wobble{flex-basis:calc(33.33% - 2rem);aspect-ratio:3/1.5}}.projects .work .card-wobble h3{color:var(--color-real-white);font-family:var(--font-display);text-align:center}@media(min-width:768px){.projects .work .card-wobble h3{font-size:var(--fs-body-regular);line-height:2.8rem;font-size:2.5rem}}.projects .work .card-wobble .card-content{display:none}.projects .work .card-wobble.open{background-color:red;position:relative;z-index:20;display:block}body{position:relative}body .overlay{position:fixed;inset:0;height:100dvh;width:100vw;display:none;align-items:center;justify-content:center;background:#00000080}body .overlay.active{display:flex}.card-modal{position:fixed;max-width:800px;flex-basis:0;flex-direction:column;z-index:10;display:flex;align-items:center;justify-content:center;background-color:red;flex-grow:1;aspect-ratio:2/1;background-color:var(--color-black);border-radius:var(--border-radius-regular);z-index:50;border:2px solid var(--color-white);position:relative;display:none}.card-modal button.close{height:45px;width:45px;position:absolute;top:0;right:0;border-radius:50px;margin:.5rem;display:flex;justify-content:center;align-items:center}.card-modal button.close img{height:35%;width:35%}.card-modal .heading h2{color:var(--color-white);text-align:center;padding:.5rem;margin-bottom:0}.card-modal .image{padding:1rem}.card-modal .image img{border-radius:10px}.card-modal .title-tags{padding:.5rem 1rem;display:flex;flex-direction:column;flex-wrap:wrap;width:100%}.card-modal .title-tags h3{color:var(--color-white);font-family:var(--font-display);font-size:22px;line-height:22px;margin-bottom:1rem}.card-modal .title-tags ul{display:flex;padding-inline-start:0;justify-content:flex-start;flex-wrap:wrap}.card-modal .title-tags ul li{margin-right:.5rem;display:block}.card-modal .title-tags ul li>a{margin:0;color:var(--color-white);border:1px solid var(--color-white);padding:.5rem;border-radius:10px;width:fit-content;font-size:12px;font-weight:400}.card-modal .title-tags ul li:last-child a{background-color:var(--color-white);color:var(--color-black);font-weight:700}.card-modal p.text{color:var(--color-white);padding:1rem;font-size:18px;line-height:20px}.card-modal.active{display:flex}.services{padding:var(--space-large)}@media(min-width:768px){.services{height:50vh;display:flex;justify-content:center;align-items:center;height:fit-content}}.services h2{text-align:left;margin-bottom:var(--space-regular)}@media(min-width:768px){.services h2{text-align:center}}.services .service-cards{display:flex;justify-content:space-between;flex-direction:column;gap:1rem}@media(min-width:768px){.services .service-cards{flex-direction:row}}.services .service-cards .card{padding:var(--space-regular);border-radius:var(--border-radius-regular);background-color:var(--color-black);margin-bottom:var(--space-large);border-color:var(--color-real-white)}@media(min-width:768px){.services .service-cards .card{flex:1;aspect-ratio:2/2}}.services .service-cards .card .image{height:100px;overflow:hidden}@media(min-width:768px){.services .service-cards .card .image{height:35%}}.services .service-cards .card .image img{height:100%;width:100%;object-fit:cover;border-radius:var(--border-radius-regular) var(--border-radius-regular) 0 0}.services .service-cards .card .spacer{height:1px;background-color:var(--color-white);width:100%}@media(min-width:768px){.services .service-cards .card .spacer{width:75%}}.services .service-cards .card h3,.services .service-cards .card p{color:var(--color-white)}.services .service-cards .card h3{font-size:var(--fs-body-large);color:var(--color-white);font-family:var(--font-body);font-weight:700}@media(min-width:768px){.services .service-cards .card h3{font-size:2rem;line-height:3.5rem!important;margin-bottom:.5rem}}.services .service-cards .card p{padding:var(--space-regular) 0;font-size:var(--fs-body-small);margin-bottom:0;line-height:var(--fs-body-small)}@media(min-width:768px){.services .service-cards .card p{font-size:1.5rem;line-height:1.8rem!important}}.services .service-cards .card ul{padding:1rem .5rem;padding:1.5rem 0;color:var(--color-white)}.services .service-cards .card ul li{list-style:disc;font-size:1.2rem;margin-bottom:.5rem;font-weight:500;width:75%;margin-bottom:1.5rem}.contact{height:fit-content;padding:var(--space-large);display:flex;flex-direction:column;justify-content:center;align-items:center}@media(min-width:768px){.contact{height:50vh}}.contact h2{font-size:50px}body{background-color:var(--color-white)}footer{height:250px;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#fff}
