@import"https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{position:fixed;top:0;display:flex;justify-content:space-between;align-items:center;width:100vw;padding:2rem 2.6rem;background:linear-gradient(to bottom,#080808 0%,transparent 100%);z-index:99}.headerLogoContainer{background:none;border:none;padding:0;cursor:pointer}.headerLogo{width:12rem}.right{display:flex;justify-content:flex-end;align-items:center;column-gap:1.6rem}.headerLink{font-size:1rem;font-weight:500;color:#838383;text-decoration:none}.headerLink.active{color:#ef81c1}.headerLink:hover{filter:brightness(1.5)}.JoinusLink{font-size:1rem;font-weight:500;color:#c871c7;padding:.4rem 1rem;border-radius:.6rem;border:1.8px solid #C871C7}.JoinusLink:hover{filter:brightness(1.2)}.headerPlaceholder{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:2rem 4rem;margin-bottom:4.9rem}.hidden{opacity:0;pointer-events:none}footer{width:100vw;display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 2.6rem;background-color:#64646433;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:14rem}.footerContent{display:flex;flex-direction:column}.footerContent p{margin-bottom:.8rem}.footerContent a{margin-bottom:.35rem}.footerContent p,a{font-size:.9rem;color:#d0d0d0;text-decoration:none}.footerLink{display:flex;justify-content:flex-start;align-items:center;column-gap:.4rem;cursor:pointer}.footerLink:hover{filter:brightness(1.2)}.footerLink img:first-of-type{margin-left:.1rem}.footerLink img{width:.9rem;margin-bottom:.15rem}.completeLogo{height:5rem}.cursorDot,.cursorRing{position:fixed;top:0;left:0;z-index:9999;pointer-events:none;will-change:transform;transition:opacity .18s ease-out}.cursorDotShape,.cursorRingShape{display:block;border-radius:50%;transform:translate(-50%,-50%) scale(1);transition:transform .18s ease-out,border-color .18s ease-out,background-color .18s ease-out}.cursorDotShape{width:8px;height:8px;background-color:#c871c7}.cursorRingShape{width:38px;height:38px;border:1.8px solid rgba(200,113,199,.55)}.cursorRing.isHovering .cursorRingShape{transform:translate(-50%,-50%) scale(1.5);border-color:#c871c7;background-color:#c871c71f}.cursorDot.isHovering .cursorDotShape{transform:translate(-50%,-50%) scale(0)}.cursorRing.isClicking .cursorRingShape{transform:translate(-50%,-50%) scale(.8)}.cursorDot.isClicking .cursorDotShape{transform:translate(-50%,-50%) scale(1.8)}.cursorDot.isOffscreen,.cursorRing.isOffscreen,.cursorDot.isPending,.cursorRing.isPending{opacity:0}html.cursorHidden,html.cursorHidden *{cursor:none!important}@media(forced-colors:active){html.cursorHidden,html.cursorHidden *{cursor:auto!important}.cursorDot,.cursorRing{display:none}}@media(prefers-reduced-motion:reduce){.cursorDot,.cursorRing,.cursorDotShape,.cursorRingShape{transition:none}}.container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100vw;height:100vh;overflow-y:scroll!important;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.container::-webkit-scrollbar{display:none}.content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:auto;z-index:3}.sectionTitle{margin-top:-.6rem;font-size:2.2rem;font-weight:600;color:#fff;white-space:nowrap;text-transform:uppercase}.bgAnimationCover{position:fixed;width:100vw;height:100vh;top:0;left:0;background:linear-gradient(to bottom,#080808 0%,transparent 20%,transparent 100%);z-index:1;pointer-events:none}.bgAnimation{position:fixed;width:200vw;height:400vh;top:-200vh;left:-50%;background-color:#080808;overflow:hidden;transform:perspective(1000px) rotateX(82deg);pointer-events:none;z-index:-1!important}.bgAnimationGrid{position:absolute;top:0;left:0;width:100%;height:calc(100% + 1.6rem);background-image:linear-gradient(#222222 .5px,transparent .5px),linear-gradient(90deg,#222222 .5px,transparent .5px);background-size:1.6rem 1.6rem;animation:moveGrid 2s linear infinite;will-change:transform}@keyframes moveGrid{0%{transform:translateY(0)}to{transform:translateY(-1.6rem)}}.hero{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:2;pointer-events:none}.heroBg{width:31rem;filter:brightness(.4)}.heroContent{display:flex;flex-direction:column;justify-content:center;padding-bottom:2rem;align-items:center;width:100%;height:100%}.stars{width:24rem;margin-bottom:.8rem}.title{font-size:5rem;font-weight:800;background-image:var(--main-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;white-space:nowrap}.subtitle{color:#fff;font-weight:400;font-size:1.6rem;white-space:nowrap}.scrollHint{position:absolute;bottom:2.4rem;left:50%;transform:translate(-50%)}.scrollHintChevron{display:block;opacity:.7}.heroSpacer{width:100vw;height:100vh}.homeSection{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3rem;padding:4rem}.homeSectionInner{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.teaserLink{display:inline-flex;align-items:center;color:#fff;padding:.6rem 1.4rem;background:var(--main-grad);border-radius:.4rem;text-decoration:none}.teaserLink:hover{filter:brightness(1.2)}.teaserLink:active{transform:scale(.98)}.teaserLink span{font-weight:500;margin-right:.6rem;font-size:1.2rem}.missionIntro{color:#ddd;font-size:2rem;font-weight:300;line-height:1.5;max-width:62rem;text-align:left}.teaserRobot{width:100%;display:flex;gap:4rem;justify-content:flex-start;align-items:center}.teaserRobotFlipped{flex-direction:row-reverse}.teaserRobotImage{width:calc(40% - 4rem);border-radius:.4rem;object-fit:contain;background-image:url("data:image/svg+xml,%3csvg%20width='468'%20height='257'%20viewBox='0%200%20468%20257'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M282.761%2027.5271L284.841%2036.0175L279.57%2042.7822L288.421%2043.3072L292.828%2050.4229L295.885%2042.4257L304.478%2040.0615L297.533%2033.9602L298.154%2025.7673L290.663%2030.3745L282.761%2027.5271Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M395.326%2011.0884L393.247%202.59793L401.148%205.44538L408.639%200.838146L408.018%209.03105L414.963%2015.1323L406.37%2017.4966L403.313%2025.4937L398.907%2018.3781L390.056%2017.8531L395.326%2011.0884Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M435.668%2096.6635L432.296%2082.9003L445.105%2087.516L457.248%2080.0476L456.241%2093.3285L467.499%20103.219L453.57%20107.051L448.615%20120.015L441.471%20108.48L427.124%20107.629L435.668%2096.6635Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M261.804%20125.555L259.725%20117.064L267.626%20119.912L275.117%20115.305L274.496%20123.498L281.441%20129.599L272.848%20131.963L269.791%20139.96L265.385%20132.845L256.534%20132.32L261.804%20125.555Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M192.333%20157.684L194.413%20166.174L189.142%20172.939L197.993%20173.464L202.4%20180.58L205.457%20172.583L214.05%20170.218L207.105%20164.117L207.726%20155.924L200.235%20160.531L192.333%20157.684Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M125.415%20228.632L121.979%20214.606L135.032%20219.31L147.407%20211.699L146.381%20225.233L157.853%20235.312L143.658%20239.218L138.609%20252.428L131.329%20240.674L116.708%20239.807L125.415%20228.632Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M5.60996%20218.356L9.04558%20232.382L0.338916%20243.557L14.9598%20244.424L22.2394%20256.179L27.2887%20242.968L41.4837%20239.062L30.0116%20228.983L31.0375%20215.449L18.6623%20223.06L5.60996%20218.356Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M381.353%2012.0223C382.422%2011.6896%20383.019%2010.554%20382.687%209.48578C382.355%208.41762%20381.219%207.82137%20380.15%208.15409L310.873%2029.7126C309.804%2030.0453%20309.206%2031.1809%20309.538%2032.2491C309.87%2033.3173%20311.006%2033.9135%20312.075%2033.5808L381.353%2012.0223Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M289.537%2061.0183C289.727%2059.9156%20288.987%2058.8684%20287.884%2058.6793C286.781%2058.4903%20285.732%2059.231%20285.542%2060.3336L278.014%20104C277.824%20105.103%20278.564%20106.15%20279.668%20106.339C280.771%20106.528%20281.819%20105.787%20282.009%20104.685L289.537%2061.0183Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M440.2%2076.7624C439.222%2077.309%20437.987%2076.9608%20437.441%2075.9846L411.689%2029.9581C411.143%2028.982%20411.493%2027.7475%20412.47%2027.2009C413.447%2026.6543%20414.682%2027.0024%20415.228%2027.9786L440.98%2074.0051C441.526%2074.9813%20441.177%2076.2158%20440.2%2076.7624Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M107.88%20236.296C108.998%20236.228%20109.85%20235.268%20109.783%20234.152C109.716%20233.035%20108.756%20232.184%20107.638%20232.252L48.8023%20235.814C47.6848%20235.881%2046.8329%20236.841%2046.8997%20237.958C46.9665%20239.075%2047.9266%20239.925%2049.0441%20239.858L107.88%20236.296Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M251.907%20141.033C252.427%20142.024%20252.045%20143.248%20251.053%20143.769L221.12%20159.477C220.128%20159.998%20218.903%20159.617%20218.383%20158.626C217.863%20157.636%20218.246%20156.411%20219.237%20155.891L249.171%20140.182C250.162%20139.662%20251.387%20140.043%20251.907%20141.033Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M187.722%20184.215C188.416%20183.337%20188.267%20182.063%20187.389%20181.37C186.511%20180.677%20185.236%20180.827%20184.542%20181.705L155.478%20218.478C154.784%20219.356%20154.933%20220.63%20155.812%20221.323C156.69%20222.016%20157.965%20221.866%20158.659%20220.988L187.722%20184.215Z'%20fill='white'%20fill-opacity='0.08'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}.teaserRobotText{width:60%;display:flex;flex-direction:column;row-gap:.6rem;padding:1.6rem 2rem;border-radius:.4rem;background:#ffffff0d}.teaserRobotTag{font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#e87aba}.teaserRobotText h3{font-size:2rem;font-weight:500;color:#fff}.teaserRobotText p{color:#cdcdcd;font-size:1.6rem;font-weight:300;line-height:1.44}.teaserEvent{display:flex;flex-direction:column;align-items:center;gap:.8rem}.teaserEventImage{position:relative;max-width:48rem}.teaserEventImage img{width:100%;height:auto;border-radius:.4rem}.teaserEventDate{position:absolute;top:.4rem;left:.4rem;font-size:.8rem;font-weight:600;padding:.4rem .6rem .35rem;border-radius:.3rem;background-color:#fff;color:#000}.teaserEvent h3{font-weight:500;font-size:1.6rem;color:#fff}.teaserEventLocation{display:flex;justify-content:flex-start;align-items:center;column-gap:.25rem}.teaserEventLocation img{height:1.1rem}.teaserEventLocation p{font-size:1.2rem;color:#fff}.joinCta{align-items:center;padding-bottom:6rem}.joinCtaInner{display:flex;flex-direction:column;align-items:center;gap:1.6rem;text-align:center}.joinCtaText{color:#ddd;font-size:1.6rem;font-weight:300}@media(max-width:758px){.homeSection{padding:3rem 2rem}.teaserRobot,.teaserRobotFlipped{flex-direction:column;align-items:center;gap:2rem}.teaserRobotText{width:100%}.teaserRobotImage{width:100%;aspect-ratio:16/9}}#aboutBlock{width:100vw;height:auto;padding:10rem 4rem 6.4rem;display:flex;flex-direction:column;gap:12rem;justify-content:flex-start;align-items:flex-start}.ourMission{width:100%;display:flex;gap:4rem;justify-content:flex-start;align-items:flex-start}.aboutLeft{width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem}.aboutLeft>.sectionTitle{width:100%;text-align:center}.aboutDesc{color:#ddd;font-size:1.6rem;font-weight:300;line-height:1.44}.highlightCard{width:100%;display:flex;flex-direction:column;gap:.6rem;padding:1.6rem 2rem;border-radius:.4rem;background:#ffffff0d}.highlightTag{font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#e87aba}.highlightCard h3{font-size:1.8rem;font-weight:500;color:#fff}.highlightCard p{color:#cdcdcd;font-size:1.4rem;font-weight:300;line-height:1.44}.aboutImage{width:50%;border-radius:.4rem;object-fit:cover}@media(max-width:955px){.aboutDesc{font-size:1.4rem}}@media(max-width:758px){.ourMission{flex-direction:column;gap:3rem}.aboutLeft,.aboutImage{width:100%}}#eventsBlock{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100vw;height:auto;z-index:3;padding-top:10rem}.eventMainCard{width:100%;padding:0 4rem 4rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem}.eventTopRow{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;gap:4rem}.robomaster{width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem}.topEvent{width:50%;display:flex;flex-direction:column;gap:2rem}.topEvent .eventInfo{width:100%}.robomasterDesc{color:#ddd;font-size:1.6rem;font-weight:300;line-height:1.44}.robomaster>.sectionTitle,.robomaster>.robomasterDesc{width:100%;text-align:center}.robomaster>.moreAboutLink{align-self:center}.eventStats{width:100%;display:flex;column-gap:1.2rem;row-gap:1.2rem}.eventStat{flex:1 1 0;display:flex;flex-direction:column;align-items:center;text-align:center}.eventStat strong{font-size:2.8rem;font-weight:700;line-height:1.1;background:var(--main-grad);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.eventStat span{font-size:1.1rem;font-weight:400;color:#cdcdcd}.competitionCard{width:100%;display:flex;flex-direction:column;gap:.6rem;padding:1.6rem 2rem;border-radius:.4rem;background:#ffffff0d}.competitionTag{font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#e87aba}.competitionCard h3{font-size:1.8rem;font-weight:500;color:#fff}.competitionCard p{color:#cdcdcd;font-size:1.4rem;font-weight:300;line-height:1.44}.moreAboutLink{color:#fff;padding:.6rem 1.4rem;background:var(--main-grad);border-radius:.4rem;text-decoration:none}.moreAboutLink:hover{filter:brightness(1.2)}.moreAboutLink span{font-weight:500;margin-right:.6rem;font-size:1.2rem}.eventsContent{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:6rem}.eventInfo{color:#fff}.eventPhoto{width:100%;height:auto;border-radius:.4rem}.eventImage{position:relative}.eventImage span{position:absolute;font-size:.8rem;font-weight:600;padding:.4rem .6rem .35rem;border-radius:.3rem;top:.4rem;left:.4rem;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#000}.eventInfo h5{font-weight:500;font-size:1.4rem;margin-top:.6rem;margin-bottom:.4rem}.eventLocationContent{display:flex;justify-content:flex-start;align-items:center;column-gap:.1rem}.eventLocationContent p{font-size:1.2rem;color:#fff}.locationIcon{height:1.1rem;margin-bottom:0rem}.otherEvents{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;flex-wrap:wrap;gap:.6rem}.otherEventInfo{width:calc(25% - .6rem);color:#fff;padding-bottom:.6rem;display:flex;justify-content:flex-start;align-items:flex-start;column-gap:1rem}.otherEventInfo:last-of-type,.otherEventInfo:nth-last-of-type(2){border-bottom:none}.otherEventPhoto{width:6rem;height:6rem;border-radius:.4rem;object-fit:cover}.otherEventText{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.2rem}.otherEventText h5{font-weight:500;font-size:1.2rem}.otherEventLocation,.otherEventDate{display:flex;justify-content:flex-start;align-items:center;column-gap:.25rem}.otherEventLocation p{font-size:1rem;color:#fff}.otherEventDate p{font-size:.9rem;color:#fff}.miniIcon{width:1rem}@media screen and (max-width:473px){.otherEventInfo:nth-last-of-type(2){border-bottom:.8px solid rgb(255,255,255,.3)}.otherEventPhoto{width:10rem}}@media screen and (max-width:1284px){.otherEventInfo{flex-grow:1;width:auto}}@media screen and (max-width:758px){.eventTopRow{flex-direction:column;gap:3rem}.robomaster,.topEvent{width:100%}}#robotsBlock{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100vw;height:auto;z-index:3;padding:10rem 4rem 6.4rem}.ourRobot{width:100%;display:flex;flex-direction:column;gap:4rem;justify-content:flex-start;align-items:flex-start}.ourRobot>.sectionTitle,.ourRobot>.robotsIntro{width:100%;text-align:center}.ourRobot>.sectionTitle{margin-bottom:-2rem}.robotsIntro{color:#ddd;font-size:1.6rem;font-weight:300;line-height:1.44}.robot{width:100%;display:flex;gap:4rem;justify-content:flex-start;align-items:center}.robotImage{width:calc(40% - 4rem);border-radius:.4rem;object-fit:contain;background-image:url("data:image/svg+xml,%3csvg%20width='468'%20height='257'%20viewBox='0%200%20468%20257'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M282.761%2027.5271L284.841%2036.0175L279.57%2042.7822L288.421%2043.3072L292.828%2050.4229L295.885%2042.4257L304.478%2040.0615L297.533%2033.9602L298.154%2025.7673L290.663%2030.3745L282.761%2027.5271Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M395.326%2011.0884L393.247%202.59793L401.148%205.44538L408.639%200.838146L408.018%209.03105L414.963%2015.1323L406.37%2017.4966L403.313%2025.4937L398.907%2018.3781L390.056%2017.8531L395.326%2011.0884Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M435.668%2096.6635L432.296%2082.9003L445.105%2087.516L457.248%2080.0476L456.241%2093.3285L467.499%20103.219L453.57%20107.051L448.615%20120.015L441.471%20108.48L427.124%20107.629L435.668%2096.6635Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M261.804%20125.555L259.725%20117.064L267.626%20119.912L275.117%20115.305L274.496%20123.498L281.441%20129.599L272.848%20131.963L269.791%20139.96L265.385%20132.845L256.534%20132.32L261.804%20125.555Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M192.333%20157.684L194.413%20166.174L189.142%20172.939L197.993%20173.464L202.4%20180.58L205.457%20172.583L214.05%20170.218L207.105%20164.117L207.726%20155.924L200.235%20160.531L192.333%20157.684Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M125.415%20228.632L121.979%20214.606L135.032%20219.31L147.407%20211.699L146.381%20225.233L157.853%20235.312L143.658%20239.218L138.609%20252.428L131.329%20240.674L116.708%20239.807L125.415%20228.632Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M5.60996%20218.356L9.04558%20232.382L0.338916%20243.557L14.9598%20244.424L22.2394%20256.179L27.2887%20242.968L41.4837%20239.062L30.0116%20228.983L31.0375%20215.449L18.6623%20223.06L5.60996%20218.356Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M381.353%2012.0223C382.422%2011.6896%20383.019%2010.554%20382.687%209.48578C382.355%208.41762%20381.219%207.82137%20380.15%208.15409L310.873%2029.7126C309.804%2030.0453%20309.206%2031.1809%20309.538%2032.2491C309.87%2033.3173%20311.006%2033.9135%20312.075%2033.5808L381.353%2012.0223Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M289.537%2061.0183C289.727%2059.9156%20288.987%2058.8684%20287.884%2058.6793C286.781%2058.4903%20285.732%2059.231%20285.542%2060.3336L278.014%20104C277.824%20105.103%20278.564%20106.15%20279.668%20106.339C280.771%20106.528%20281.819%20105.787%20282.009%20104.685L289.537%2061.0183Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M440.2%2076.7624C439.222%2077.309%20437.987%2076.9608%20437.441%2075.9846L411.689%2029.9581C411.143%2028.982%20411.493%2027.7475%20412.47%2027.2009C413.447%2026.6543%20414.682%2027.0024%20415.228%2027.9786L440.98%2074.0051C441.526%2074.9813%20441.177%2076.2158%20440.2%2076.7624Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M107.88%20236.296C108.998%20236.228%20109.85%20235.268%20109.783%20234.152C109.716%20233.035%20108.756%20232.184%20107.638%20232.252L48.8023%20235.814C47.6848%20235.881%2046.8329%20236.841%2046.8997%20237.958C46.9665%20239.075%2047.9266%20239.925%2049.0441%20239.858L107.88%20236.296Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M251.907%20141.033C252.427%20142.024%20252.045%20143.248%20251.053%20143.769L221.12%20159.477C220.128%20159.998%20218.903%20159.617%20218.383%20158.626C217.863%20157.636%20218.246%20156.411%20219.237%20155.891L249.171%20140.182C250.162%20139.662%20251.387%20140.043%20251.907%20141.033Z'%20fill='white'%20fill-opacity='0.08'/%3e%3cpath%20d='M187.722%20184.215C188.416%20183.337%20188.267%20182.063%20187.389%20181.37C186.511%20180.677%20185.236%20180.827%20184.542%20181.705L155.478%20218.478C154.784%20219.356%20154.933%20220.63%20155.812%20221.323C156.69%20222.016%20157.965%20221.866%20158.659%20220.988L187.722%20184.215Z'%20fill='white'%20fill-opacity='0.08'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}.robotDesc{width:60%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:.6rem;padding:1.6rem 2rem;border-radius:.4rem;background:#ffffff0d}.robotTag{font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#e87aba}.robotDesc h3{font-size:2rem;font-weight:500;color:#fff}.robotDesc p{color:#cdcdcd;font-size:1.6rem;font-weight:300;line-height:1.44}@media(max-width:955px){.robotsIntro{font-size:1.4rem}.robotDesc h3{font-size:1.8rem}.robotDesc p{font-size:1.4rem}}@media(max-width:758px){.robot{flex-direction:column;align-items:center;gap:2rem}.robotDesc{width:100%}.robotImage{width:100%;aspect-ratio:16/9}}*{margin:0;padding:0;box-sizing:border-box;--white: #ffffff;--main-grad: linear-gradient(20deg, #E87ABA 0%, #C871C7 35%, #605DDC 100%);font-family:Roboto,sans-serif}html{font-size:calc(10px + 4*(100vw - 440px)/800);overflow:hidden;scroll-behavior:smooth}body{width:100vw;height:100vh;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}a{text-decoration:none}#contactBlock{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100vw;height:auto;z-index:3;padding:10rem 4rem 6.4rem}.contactContent{width:100%;display:flex;flex-direction:column;gap:4rem;margin-top:3rem}.contactLinks{display:flex;flex-wrap:wrap;gap:1.6rem}.contactLink{display:flex;align-items:center;gap:.8rem;color:#fff;padding:1rem 1.6rem;background:var(--main-grad);border-radius:.4rem;text-decoration:none;font-size:1.4rem;font-weight:500}.contactLink:hover{filter:brightness(1.2)}.contactLink img{width:1.6rem;height:1.6rem}.contactOfficers h3{color:#fff;font-size:1.8rem;font-weight:500;margin-bottom:1.6rem}.officerList{display:flex;flex-wrap:wrap;gap:2rem}.officerCard{display:flex;flex-direction:column;row-gap:.4rem;padding:1.6rem 2rem;border-radius:.4rem;background:#ffffff0d;min-width:20rem}.officerCard h5{font-weight:600;font-size:1.4rem;color:#fff}.officerRole{font-weight:400;font-size:1.2rem;color:#cdcdcd}.officerEmail{font-weight:400;font-size:1.2rem;color:#cdcdcd;text-decoration:none}.officerEmail:hover{color:#fff}@media(max-width:758px){.contactLinks{flex-direction:column;align-items:flex-start}.officerCard{min-width:100%}}
