*{box-sizing:border-box;list-style:none;margin:0;outline:none;padding:0;scroll-behavior:smooth;text-decoration:none}:root{--theme-background:#000;--light-gray:#e8e8e8;--sections-spacing:200px}@media (max-width:1024px){:root{--sections-spacing:100px}}:root{--left-nav-width:90px;--top-nav-height:90px}body{background:#000;background:var(--theme-background);padding-top:100px;padding-top:calc(var(--top-nav-height) + 10px)}footer,section{margin-left:17.4%}@media (max-width:1024px){footer,section{margin-left:0}body{padding-left:20px;padding-top:270px;padding-top:calc(var(--top-nav-height)*3)}}@font-face{font-family:Whyte;src:url(/static/media/Whyte-Regular.48f13dfcfa96cd109aef.woff2)}@font-face{font-family:Whyte_Bold;src:url(/static/media/Whyte-Bold.6cff65a1e53a69428629.woff2)}@font-face{font-family:Whyte_Light;src:url(/static/media/Whyte-Light.faf1bba354df25fa1cf6.woff2)}@font-face{font-family:Whyte_Extra_Light;src:url(/static/media/Whyte-ExtraLight.3e3208c60316ac80dbb3.woff2)}*{font-family:Whyte}::-webkit-scrollbar{display:none}@media (min-width:1024px){.hide_desktop{display:none}}.hide{display:none!important}.white{color:#fff}.img_contain{object-fit:contain!important}.auto_height{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}nav#nav{height:90vh;left:50%;pointer-events:none;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:95vw;z-index:100}nav#nav.not_loaded .nav_left .nav_icons{display:none}nav#nav.not_loaded .nav_top .links_btn{opacity:0}nav#nav.not_loaded .nav_top .links_btn .links li a span{padding-bottom:7px}nav#nav.not_loaded .nav_top .links_btn .right_btn{gap:60px}nav#nav.not_loaded .nav_top .links_btn .right_btn .arrow_icon{-webkit-transform:scale(0);transform:scale(0)}nav#nav.nav_loaded .borders .bottom_border,nav#nav.nav_loaded .borders .top_border{-webkit-transform:scaleX(1);transform:scaleX(1)}nav#nav.nav_loaded .borders .left_border,nav#nav.nav_loaded .borders .right_border{-webkit-transform:scaleY(1);transform:scaleY(1)}nav#nav .borders div{position:absolute;transition:1.5s ease-in}nav#nav .borders .top_border{border-top:1px solid #343434;top:0}nav#nav .borders .bottom_border,nav#nav .borders .top_border{left:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;width:100%}nav#nav .borders .bottom_border{border-bottom:1px solid #343434;bottom:0}nav#nav .borders .left_border{left:0;-webkit-transform-origin:top;transform-origin:top}nav#nav .borders .left_border,nav#nav .borders .right_border{border-left:1px solid #343434;height:100%;top:0;-webkit-transform:scaleY(0);transform:scaleY(0)}nav#nav .borders .right_border{right:0;-webkit-transform-origin:left;transform-origin:left;-webkit-transform-origin:top;transform-origin:top}nav#nav .nav_left{align-items:flex-end;display:flex;height:100%;justify-content:center;left:0;padding-bottom:20px;pointer-events:all;position:absolute;top:0;width:90px;width:var(--left-nav-width)}nav#nav .nav_left .nav_icons{align-items:center;display:flex;flex-direction:column;gap:20px;transition:1s;width:100%}nav#nav .nav_left .nav_icons li{width:100%}nav#nav .nav_left .nav_icons li a{align-items:center;display:flex;justify-content:center;position:relative;width:100%}nav#nav .nav_left .nav_icons li a:before{background:#e8e8e8;background:var(--light-gray);content:"";height:100%;position:absolute;right:0;top:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:left;transform-origin:left;-webkit-transform-origin:bottom;transform-origin:bottom;transition:.3s;width:4px}nav#nav .nav_left .nav_icons li a:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}nav#nav .nav_left .nav_icons li a i{color:#e8e8e8;color:var(--light-gray);font-size:18px}nav#nav .nav_top{pointer-events:all;position:relative}nav#nav .nav_top,nav#nav .nav_top .logo{display:flex;height:90px;height:var(--top-nav-height)}nav#nav .nav_top .logo{align-items:center;justify-content:center;width:90px;width:var(--left-nav-width)}nav#nav .nav_top .logo .loader-container{align-items:center;border:5px solid #e8e8e8;border:5px solid var(--light-gray);border-radius:50%;color:#e8e8e8;color:var(--light-gray);display:flex;font-family:Whyte_Bold;font-size:20px;height:70%;justify-content:center;width:70%}nav#nav .nav_top .links_btn{align-items:center;display:flex;justify-content:space-between;padding-left:10%;padding-right:4%;width:calc(100% - 90px);width:calc(100% - var(--left-nav-width))}nav#nav .nav_top .links_btn .links{align-items:center;display:flex;gap:30px;height:100%}nav#nav .nav_top .links_btn .links li{height:100%;position:relative}nav#nav .nav_top .links_btn .links li:before{background:#e8e8e8;background:var(--light-gray);bottom:0;content:"";height:4px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;transition:.3s;width:100%}nav#nav .nav_top .links_btn .links li:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}nav#nav .nav_top .links_btn .links li a{align-items:flex-start;color:#e8e8e8;color:var(--light-gray);display:flex;flex-direction:column;font-family:Whyte_Bold;gap:3px;height:100%;justify-content:center;transition:.3s}nav#nav .nav_top .links_btn .links li a span{font-family:Whyte_Light;font-size:11px;padding-bottom:0;transition:.2s ease-out}nav#nav .nav_top .links_btn .right_btn{align-items:center;color:#e8e8e8;color:var(--light-gray);cursor:pointer;display:flex;font-family:Whyte_Bold;gap:20px;transition:.6s ease-out}nav#nav .nav_top .links_btn .right_btn:hover .arrow_icon i{-webkit-transform:translateX(-100%);transform:translateX(-100%)}nav#nav .nav_top .links_btn .right_btn:hover .arrow_icon i:first-child{opacity:0}nav#nav .nav_top .links_btn .right_btn .arrow_icon{align-items:center;background:#e8e8e8;border-radius:50%;cursor:pointer;display:flex;height:40px;overflow:hidden;-webkit-transform:scale(1);transform:scale(1);transition:.6s ease-out;width:40px}nav#nav .nav_top .links_btn .right_btn .arrow_icon i{align-items:center;color:#343434;display:flex;justify-content:center;min-height:40px;min-width:40px;transition:.55s ease-in-out}@media (max-width:1024px){:root{--left-nav-width:54px;--top-nav-height:54px}nav#nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(0,0,0,.5);height:90vh;padding:20px!important;transition:.5s;width:95vw}nav#nav:before{background:#050505;content:"";height:100vh;left:0;position:fixed;top:-5vh;transition:1.5s ease-in-out;width:100vw}nav#nav.closed_menu{-webkit-backdrop-filter:initial;backdrop-filter:none;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial}nav#nav.closed_menu:before{-webkit-transform:translateY(-100%);transform:translateY(-100%)}nav#nav.closed_menu>.borders .bottom_border,nav#nav.closed_menu>.borders .top_border{-webkit-transform:scaleX(0);transform:scaleX(0)}nav#nav.closed_menu>.borders .left_border,nav#nav.closed_menu>.borders .right_border{-webkit-transform:scaleY(0);transform:scaleY(0)}nav#nav.closed_menu .nav_left{pointer-events:none}nav#nav.closed_menu .nav_left .borders .bottom_border,nav#nav.closed_menu .nav_left .borders .top_border{-webkit-transform:scaleX(0);transform:scaleX(0)}nav#nav.closed_menu .nav_left .borders .left_border,nav#nav.closed_menu .nav_left .borders .right_border{-webkit-transform:scaleY(0);transform:scaleY(0)}nav#nav.closed_menu .nav_left .nav_icons{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}nav#nav.closed_menu .nav_top .links_btn .links{opacity:0;pointer-events:none}nav#nav.closed_menu .nav_top .links_btn .links li a{gap:80px}nav#nav.closed_menu .nav_top .logo{border-right:1px solid #343434}nav#nav .borders.hide_desktop{height:calc(100% - 40px);left:20px;position:absolute;top:20px;width:calc(100% - 40px)}nav#nav .nav_left{height:calc(100% - 40px);left:20px;overflow:hidden;top:20px}nav#nav .nav_top .logo .loader-container{border-width:3.5px;font-size:14px}nav#nav .nav_top .links_btn{align-items:center;display:flex;justify-content:space-between;padding-left:10%;padding-right:4%;width:calc(100% - 90px);width:calc(100% - var(--left-nav-width))}nav#nav .nav_top .links_btn .links{align-items:flex-start;flex-direction:column;height:75vh;justify-content:center;position:absolute;top:100%;transition:.6s ease-in}nav#nav .nav_top .links_btn .links li{height:50px}nav#nav .nav_top .links_btn .links li a{color:#fff;font-size:35px;height:50px;overflow:hidden;transition:1s ease-in}nav#nav .nav_top .links_btn .right_btn{margin-left:auto;margin-right:30px}nav#nav .nav_top .links_btn .right_btn:hover .arrow_icon i{-webkit-transform:translateX(-100%);transform:translateX(-100%)}nav#nav .nav_top .links_btn .right_btn:hover .arrow_icon i:first-child{opacity:0}nav#nav .nav_top .links_btn .right_btn .arrow_icon{display:none}nav#nav .nav_top .links_btn .menu_icon{color:#e8e8e8;color:var(--light-gray);width:25px}}.hero_section{display:flex;justify-content:space-between}.hero_section .hero_img{height:800px;object-fit:contain;pointer-events:none;width:40%}.hero_section .hero_text{padding-top:300px;width:55%}.hero_section .hero_text h1{color:#fff;display:flex;flex-direction:column;font-size:85px;gap:0}.hero_section .hero_text p{color:#e8e8e8;color:var(--light-gray);display:flex;flex-direction:column;font-family:Whyte_Extra_Light;font-size:18px;line-height:27px;padding-top:35px;width:90%}@media (max-width:1024px){.hero_section{flex-direction:column;gap:20px}.hero_section .hero_img{height:400px;width:100%}.hero_section .hero_text{padding-top:0;width:100%}.hero_section .hero_text h1{font-size:35px}.hero_section .hero_text p{font-size:15px;line-height:20px;padding-top:20px}}.second_section{padding-right:10%;padding-top:200px;padding-top:var(--sections-spacing)}.second_section h2{color:#fff;font-family:Whyte_Bold;font-size:55px;width:70%}.second_section p{color:#e8e8e8;color:var(--light-gray);font-family:Whyte_Extra_Light;font-size:18px;line-height:27px;margin-top:30px;padding-left:15%;position:relative;width:80%}.second_section p:before{background:#fff;content:"";height:5px;left:0;position:absolute;top:0;width:14%}@media (max-width:1024px){.second_section{padding-right:5%}.second_section h2{font-size:30px;width:90%}.second_section p{font-size:15px;line-height:20px;width:100%}.second_section p:before{width:12%}}.icons_section{grid-gap:100px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:40px;padding-left:10%}.icons_section img,.icons_section video{aspect-ratio:1/1;object-fit:contain;pointer-events:none;width:100%}@media (max-width:1024px){.icons_section{grid-template-columns:1fr;padding-left:0}.icons_section img,.icons_section video{width:100%}}.third_section{padding-top:200px;padding-top:var(--sections-spacing)}.third_section h2{color:#fff;font-size:80px;position:relative}.third_section h2:before{background:#fff;content:"";height:3px;left:0;position:absolute;top:calc(100% + 10px);width:10%}.third_section .section_content{align-items:flex-end;display:flex;justify-content:space-between;margin-top:55px}.third_section .section_content .text_side{border-top:5px solid #e8e8e8;border-top:5px solid var(--light-gray);display:flex;flex-direction:column;gap:20px;padding-top:40px;width:25%}.third_section .section_content .text_side strong{color:#007bc9}.third_section .section_content img.section_img{height:700px;object-fit:cover;width:70%}.third_section .section_content h3{color:#fff;font-size:35px}.third_section .section_content p{color:#e8e8e8;color:var(--light-gray);font-family:Whyte_Extra_Light;font-size:16px;line-height:20px;width:90%}.third_section .section_content a{color:#fff}@media (max-width:1024px){.third_section h2{font-size:50px}.third_section .section_content{align-items:normal;flex-direction:column;gap:20px}.third_section .section_content .text_side{width:90%}.third_section .section_content .text_side h3{color:#fff;font-size:25px}.third_section .section_content .text_side p{width:100%}.third_section .section_content img.section_img{height:350px;width:100%}}.section_four{align-items:flex-start;display:flex;gap:40px;justify-content:flex-start;margin-top:200px;margin-top:var(--sections-spacing);padding-right:10%}.section_four .text_side{border-top:5px solid #e8e8e8;border-top:5px solid var(--light-gray);display:flex;flex-direction:column;gap:20px;padding-top:40px;width:35%}.section_four .text_side strong{color:#c62828}.section_four .text_side h3{color:#fff;font-size:25px}.section_four .text_side p{color:#e8e8e8;color:var(--light-gray);font-family:Whyte_Extra_Light;font-size:16px;line-height:20px;width:90%}.section_four .text_side a{color:#fff}.section_four img.section_img{object-fit:cover;object-fit:contain;width:45%}.section_five{align-items:flex-start;display:flex;justify-content:space-between;margin-top:200px;margin-top:var(--sections-spacing);padding-left:20%}.section_five .text_side{border-top:5px solid #e8e8e8;border-top:5px solid var(--light-gray);display:flex;flex-direction:column;gap:20px;padding-top:40px;width:30%}.section_five .text_side strong{color:#007bc9}.section_five .text_side h3{color:#fff;font-size:25px}.section_five .text_side p{color:#e8e8e8;color:var(--light-gray);font-family:Whyte_Extra_Light;font-size:16px;line-height:20px;width:90%}.section_five .text_side a{color:#fff}.section_five img.section_img,.section_five video{height:auto;object-fit:contain;width:65%}.section_six{display:flex;margin-bottom:-100px;padding-right:20%;-webkit-transform:translateY(-100px);transform:translateY(-100px)}.section_six .text_side{border-top:5px solid #e8e8e8;border-top:5px solid var(--light-gray);display:flex;flex-direction:column;gap:20px;margin-left:5%;margin-top:140px;padding-top:40px;width:30%}.section_six .text_side strong{color:#0bbba9}.section_six .text_side h3{color:#fff;font-size:25px}.section_six .text_side p{color:#e8e8e8;color:var(--light-gray);font-family:Whyte_Extra_Light;font-size:16px;line-height:20px;width:90%}.section_six .text_side a{color:#fff}.section_six img.section_img{max-height:700px;object-fit:contain;width:55%}@media (max-width:1024px){.section_five,.section_four,.section_six{align-items:normal;flex-direction:column;gap:20px;margin-bottom:0;margin-top:200px;margin-top:var(--sections-spacing);padding-left:0;-webkit-transform:translateY(0);transform:translateY(0)}.section_five .text_side,.section_four .text_side,.section_six .text_side{margin-left:0;margin-top:0;width:90%}.section_five .text_side h3,.section_four .text_side h3,.section_six .text_side h3{color:#fff;font-size:25px}.section_five .text_side p,.section_four .text_side p,.section_six .text_side p{width:100%}.section_five img.section_img,.section_four img.section_img,.section_six img.section_img{height:350px;width:100%}.section_six{padding-right:20px}}footer{align-items:center;display:flex;margin-top:100px;padding-bottom:60px}footer .left_side{width:40%}footer .left_side label{color:#fff;font-size:20px}footer .left_side .input_container{margin-top:20px;max-width:90%;position:relative;width:300px}footer .left_side .input_container button{background:transparent;border:0;color:#8b8b8b;cursor:pointer;font-size:16px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.3s}footer .left_side .input_container button:hover{color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}footer .left_side .input_container input{background:none;border:0;border-bottom:1px solid #8b8b8b;color:#fff;font-size:16px;height:30px;transition:.3s;width:100%}footer .left_side .input_container input:focus{border-color:#fff}footer .left_side .location{margin-top:60px}footer .left_side .location p{color:#e8e8e8;color:var(--light-gray);font-family:Whyte_Extra_Light;font-size:16px;line-height:20px;padding-bottom:20px}footer .left_side .location a{color:#fff}footer .right_side{width:60%}footer .right_side .footer_links{display:flex;flex-direction:column}footer .right_side .footer_links a{align-items:center;color:#fff;display:flex;font-family:Whyte_Bold;font-size:80px;gap:10px}footer .right_side .footer_links a:hover .arrow_icon{-webkit-transform:scale(1);transform:scale(1)}footer .right_side .footer_links a:hover .arrow_icon i{-webkit-transform:translateX(0);transform:translateX(0)}footer .right_side .footer_links a:hover .arrow_icon i:nth-child(2){opacity:0}footer .right_side .footer_links a .arrow_icon{align-items:center;background:#e8e8e8;border-radius:50%;cursor:pointer;display:flex;height:40px;overflow:hidden;-webkit-transform:scale(0);transform:scale(0);transition:.3s;width:40px}footer .right_side .footer_links a .arrow_icon i{align-items:center;color:#343434;display:flex;font-size:20px;justify-content:center;min-height:40px;min-width:40px;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:.5s ease-in-out}footer .right_side .copy_right{color:#e8e8e8;color:var(--light-gray);padding-top:160px}@media (max-width:1024px){footer{align-items:normal;flex-direction:column;gap:30px}footer .left_side,footer .right_side{width:100%}footer .right_side .footer_links a{font-size:50px}footer .right_side .copy_right{font-size:12px;padding-top:60px}}.about_page{padding-top:200px}@media (max-width:767px){.about_page{padding-top:50px}}.about_page *{color:#fff}.about_page .top_section{display:flex;flex-direction:column;gap:60px;margin-left:5%}.about_page .top_section .top_text{display:flex;flex-direction:column;gap:20px;margin-left:12.7%;width:60%}.about_page .top_section .top_text h1{font-size:80px}.about_page .top_section .top_text p{font-family:Whyte_Light;font-size:22px;line-height:1.4}.about_page .top_section .about_three_animations{grid-gap:20px;display:grid;grid-template-columns:1fr 1fr;margin-left:12.7%;width:75%}.about_page .top_section .about_three_animations .hero_building{grid-column:1/3}.about_page .top_section .about_three_animations video{object-fit:contain;pointer-events:none;width:100%}@media (max-width:767px){.about_page .top_section{gap:30px}.about_page .top_section .top_text{width:80%}.about_page .top_section .top_text h1{font-size:30px}.about_page .top_section .top_text p{font-size:18px}.about_page .top_section .about_three_animations{grid-template-columns:1fr;width:80%}.about_page .top_section .about_three_animations .hero_building{grid-column:unset}}.about_page .section_2{margin-top:200px;margin-top:var(--sections-spacing)}.about_page .section_2 h2{color:#fff;font-size:80px;position:relative}.about_page .section_2 h2:before{background:#fff;content:"";height:3px;left:0;position:absolute;top:calc(100% + 10px);width:10%}.about_page .section_2 .section_content{align-items:flex-start;display:flex;margin-top:70px}.about_page .section_2 .section_content p{font-family:Whyte_Light;font-size:25px;line-height:1.4;width:55%}.about_page .section_2 .section_content img.section_media{height:250px;object-fit:contain;width:40%}@media (max-width:767px){.about_page .section_2 h2{font-size:40px}.about_page .section_2 .section_content{flex-direction:column;gap:20px}.about_page .section_2 .section_content p{font-size:17px;width:100%}.about_page .section_2 .section_content img.section_media{width:100%}}.about_page .section_3{margin-left:5%;margin-right:5%;margin-top:200px;margin-top:var(--sections-spacing)}.about_page .section_3 h2{color:#fff;font-size:80px;position:relative}.about_page .section_3 h2:before{background:#fff;content:"";height:3px;left:0;position:absolute;top:calc(100% + 10px);width:10%}.about_page .section_3 .section_content{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);padding-top:100px;width:100%}.about_page .section_3 .section_content .text_icon{display:flex;flex-direction:column;gap:20px;width:100%}.about_page .section_3 .section_content .text_icon .icon{aspect-ratio:1/1;border-radius:50%;object-fit:contain;width:100%}.about_page .section_3 .section_content .text_icon h3{font-size:30px}.about_page .section_3 .section_content .text_icon p{color:#e8e8e8;color:var(--light-gray);font-family:Whyte_Light!important;font-size:18px;font-weight:300;line-height:1.4}@media (max-width:767px){.about_page .section_3 h2{font-size:40px}.about_page .section_3 .section_content{grid-gap:60px;grid-template-columns:repeat(1,1fr);width:100%}.about_page .section_3 .section_content .text_icon img{width:80%}.about_page .section_3 .section_content .text_icon p{font-size:16px}}.about_page .section_4{display:flex;flex-direction:column;gap:50px;margin-top:200px;margin-top:var(--sections-spacing);padding-right:10%}.about_page .section_4 .cols{grid-gap:30px;border-top:6px solid #fff;display:grid;grid-template-columns:repeat(4,1fr);padding-top:60px;width:90%}.about_page .section_4 .cols .col{display:flex;flex-direction:column;gap:10px}.about_page .section_4 .cols .col strong{font-size:70px}.about_page .section_4 .cols .col p{font-family:Whyte_Light;font-size:17px;line-height:1.1}.about_page .section_4 .section_content{display:flex;gap:5%}.about_page .section_4 .section_content .text{align-self:flex-end;display:flex;flex-direction:column;gap:20px;width:50%}.about_page .section_4 .section_content .text h2{color:#fff;font-size:40px}.about_page .section_4 .section_content .text p{color:#e8e8e8;color:var(--light-gray)}.about_page .section_4 .section_content img{height:300px;width:45%}@media (max-width:767px){.about_page .section_4{padding-right:0}.about_page .section_4 .cols{grid-template-columns:1fr}.about_page .section_4 .cols .col strong{font-size:50px}.about_page .section_4 .cols .col p{font-size:16px}.about_page .section_4 .section_content{flex-direction:column;gap:30px}.about_page .section_4 .section_content .text{align-self:auto;width:100%}.about_page .section_4 .section_content .text h2{font-size:30px}.about_page .section_4 .section_content img{width:100%}}.about_page .section_5{display:flex;flex-direction:column;gap:80px;padding-right:10%}.about_page .section_5 .section_text h2{color:#fff;font-family:Whyte_Bold;font-size:55px;width:70%}.about_page .section_5 .section_text p{color:#e8e8e8;color:var(--light-gray);font-family:Whyte_Extra_Light;font-size:18px;line-height:27px;margin-top:30px;padding-left:15%;position:relative;width:80%}.about_page .section_5 .section_text p:before{background:#fff;content:"";height:5px;left:0;position:absolute;top:0;width:14%}.about_page .section_5 .team_content{grid-gap:30px;display:grid;grid-template-columns:1fr 1fr 1fr}.about_page .section_5 .team_content .teammate{display:flex;flex-direction:column;gap:20px}.about_page .section_5 .team_content .teammate img.teammate_img{aspect-ratio:1/1;margin-bottom:10px;object-fit:cover;width:100%}.about_page .section_5 .team_content .teammate .teamate_name{font-size:35px}.about_page .section_5 .team_content .teammate small{color:#e8e8e8;color:var(--light-gray);font-size:16px}.about_page .section_5 .team_content .teammate .fiverr_link{align-items:center;background:#dc8b00!important;border-radius:5px;display:flex;gap:10px;padding:5px 10px;transition:.3s;width:60%}.about_page .section_5 .team_content .teammate .fiverr_link img{border-radius:50%;height:20px;object-fit:cover;transition:.3s;width:20px}.about_page .section_5 .team_content .teammate .fiverr_link:hover{gap:15px}.about_page .section_5 .team_content .teammate .fiverr_link:hover img{-webkit-transform:rotate(1turn);transform:rotate(1turn)}.about_page .section_5 .team_content .teammate .temmate_description{color:#e8e8e8;color:var(--light-gray);font-family:Whyte_Extra_Light;font-size:20px;font-weight:300;line-height:1.3}.about_page .section_5 .team_content .teammate .temmate_description button{background:none;border:0;cursor:pointer;font-family:Whyte_Bold;font-size:18px;margin-left:10px;position:relative}.about_page .section_5 .team_content .teammate .temmate_description button:after{background:#fff;content:"";height:2px;left:0;position:absolute;top:calc(100% + 5px);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;transition:.5s;width:100%}@-webkit-keyframes fade_in{0%{opacity:0}to{opacity:1}}@keyframes fade_in{0%{opacity:0}to{opacity:1}}.about_page .section_5 .team_content .teammate .temmate_description button:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}.about_page .section_5 .team_content .teammate h4{font-size:20px;font-weight:200}.about_page .section_5 .team_content .teammate ul{display:flex;flex-direction:column;gap:15px}.about_page .section_5 .team_content .teammate ul li{line-height:1.2;padding-left:20px;position:relative}.about_page .section_5 .team_content .teammate ul li:before{background:#fff;content:"";height:4px;left:0;position:absolute;top:5px;width:4px}@media (max-width:767px){.about_page .section_5{padding-right:0}.about_page .section_5 .section_text h2{font-size:40px;width:100%}.about_page .section_5 .section_text p{font-size:16px;width:100%}.about_page .section_5 .team_content{grid-template-columns:1fr}.about_page .section_5 .team_content .teammate .teamate_name{font-size:30px}.about_page .section_5 .team_content .teammate .temmate_description{font-size:16px}.about_page .section_5 .team_content .teammate h4{font-size:20px;font-weight:200}.about_page .section_5 .team_content .teammate ul{display:flex;flex-direction:column;gap:15px}.about_page .section_5 .team_content .teammate ul li{line-height:1.2;padding-left:20px;position:relative}.about_page .section_5 .team_content .teammate ul li:before{background:#fff;content:"";height:4px;left:0;position:absolute;top:5px;width:4px}.about_page{padding-right:20px}}
/*# sourceMappingURL=main.77a78b3b.css.map*/