*{font-family:Arial,Helvetica,sans-serif;scroll-behavior:smooth;scroll-padding-top:60px}body{background-color:#131313;color:#eee}.hero{margin-top:60px;position:relative;width:100%;height:calc(100vh - 60px);min-height:680px;overflow:hidden}.hero_image_container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#67688b}.hero_image{object-fit:cover;object-position:37% 50%;width:100%;height:100%;animation:fadeIn 1s}.hero_container{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;margin:0 auto;height:90%;text-align:center;padding:30px;z-index:1;animation:fadeInDelay 2.5s}.hero_logo{min-width:300px}.hero_heading{display:none;font-size:7rem;margin-bottom:4rem;font-weight:bold;background:#ed5836;background:-webkit-linear-gradient(to right,#ed5836,#ffa142);background:linear-gradient(to right,#ed5836,#ffa142);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;line-height:1}.hero_button{display:flex;align-items:center;justify-content:center;margin-top:4rem;gap:130px;font-weight:bold}@media screen and (max-width:768px){.hero_heading{font-size:60px}.head_description{font-size:40px}.hero_button{flex-direction:column;margin-top:1rem;gap:1rem}.hero_button .main_btn{padding:14px 40px}}.about{background-color:#1d1d1d;padding-top:2.4rem;padding-bottom:3rem}.about_container{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;justify-content:center;margin:0 auto;height:90%;z-index:1;width:100%;max-width:1300px;padding:0 50px;min-height:644px}.about_content{display:flex;flex-direction:column;justify-content:space-between;width:100%;min-width:590px;height:100%}.about_content h2{font-size:3.9rem;background:#ed5836;background:-webkit-linear-gradient(to right,#ed5836,#ffa142);background:linear-gradient(to right,#ed5836,#ffa142);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;line-height:1.1}.about_content p{margin-top:1rem;margin-bottom:2rem;font-size:1.6rem;font-weight:700;line-height:1.2}.about_content .main_btn{width:16rem}.about_img_container{text-align:center}.about_img_card{margin:10px;height:100%;width:100%;max-width:540px;border-radius:4px;display:flex;flex-direction:column;justify-content:center;animation:fadeInDelay 1.5s}@media screen and (max-width:1200px){.about{padding-bottom:2rem}.about_container{display:grid;grid-template-columns:1fr;gap:26px;align-items:center;justify-content:center;width:100%;max-width:600px;margin:0 auto}.about_img_container{display:flex;justify-content:center}.about_img_card{height:425px;width:425px}.about_content{margin-bottom:2rem;min-width:0}.about_content h2{text-align:center;font-size:3rem}.about_content p{margin-top:0;margin-bottom:1rem;font-size:1.5rem}.about_content .main_btn{align-self:center}}@media screen and (max-width:520px){.about_img_card{width:250px;height:250px}.about_content h2{font-size:2rem}.about_content .main_btn{padding:12px 36px}}.team{background:#1d1d1d;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2.4rem 0}.team h2{background:#ed5836;background:-webkit-linear-gradient(to right,#ed5836,#ffa142);background:linear-gradient(to right,#ed5836,#ffa142);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;margin-bottom:2.4rem;font-size:4rem}.team_wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr}.team_card{margin:10px;height:420px;width:380px;border-radius:4px;display:flex;flex-direction:column;justify-content:center;background:#ff8a50;background:-webkit-linear-gradient(to bottom,#ff8a50,#c43118,#791607);background:linear-gradient(to bottom,#ff8a50,#c43118,#791607);transition:.1s ease-in}.team_card img{display:flex;width:180px;height:180px;margin-bottom:1rem;align-self:center;animation:fadeInDelay 1.5s}.team_card h3{font-size:2rem;font-weight:bold;text-align:center}.team_card p{text-align:center;margin-top:20px;font-size:20px}.team_btn{display:flex;justify-content:center;margin-top:16px}.team_card .pseudo-btn{padding:14px 24px;align-self:center;border:none;outline:none;border-radius:4px;background:#131313;font-size:1rem}.team_card:active{transform:scale(1.075);cursor:pointer}@media (hover:hover){.team_card:hover{transform:scale(1.075);cursor:pointer}}@media screen and (max-width:1600px){.team_wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width:820px){.team_wrapper{grid-template-columns:1fr}}@media screen and (max-width:410px){.team_wrapper{gap:20px}.team_card{height:100%;width:90vw}}.popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.popup_content{background:#222;padding:20px;border-radius:8px;max-width:600px;width:90%;text-align:center;position:relative}.popup_content h2{font-size:3rem;padding-bottom:0}.popup_content h3{margin-top:1.4rem;margin-bottom:.3rem;border-bottom:#c43118 2px solid;font-size:1.2rem;font-weight:bold;text-align:left}.popup_content p{text-align:left}.close{position:absolute;width:60px;height:60px;top:4px;right:4px;font-size:50px;cursor:pointer}@media screen and (max-width:450px),screen and (max-height:650px){.popup{align-items:flex-start}.popup_content{width:100vw;height:100dvh;min-height:-webkit-fill-available;overflow-y:auto;padding:5vh 6vw}}