@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;max-width:1728px;margin:0 auto;text-align:center;--primary-purple: #8f2eff;--primary-green: #178f80;--primary-yellow: #f7e32b;--purple-800: #28074e;--purple-600: #731ad9;--purple-300: #bf86ff;--purple-200: #e8d4ff;--purple-100: #ebdaff;--purple-50: #f7f2fc;--green-800: #051f1c;--green-700: #093934;--green-600: #127267;--green-400: #73d6c9;--green-300: #a3e3db;--green-200: #b1ece4;--green-100: #effffd;--yellow-900: #363102;--yellow-800: #716604;--yellow-700: #e6c708;--yellow-600: #fed33d;--yellow-400: #f6e764;--yellow-200: #fff6a8;--yellow-50: #fffad4;--yellow-20: #fffce6;--yellow-10: #fffeef;--background: #343030;--main-bright-background: #f7f6f2;--dark-900: #171717;--dark-700: #272728;--dark-400: #3e3a42;--dark-300: #615f64;--dark-200: #cdcdcd;--card-body-text-gray: #a9a9aa;--card-body-text-white: #ffffff;--bg-color-payment-coffee: #f2f2f2;--gray-500: #474242;--gray-400: #5f5858;--gray-300: #898080;--gray-200: #b1aaaa;--gray-100: #d8d5d5;--gray-50: #ebeaea}#logo img{align-self:center;max-width:10%;height:auto}html,body{margin:0;padding:0;width:100%;overflow-x:hidden;scroll-behavior:smooth;max-width:100%}body{overflow-y:hidden}button{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif}*{padding:0}.navbar{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;justify-content:space-between;background-color:var(--dark-700);border-radius:14px;padding:10px;font-size:16px;height:6rem;width:88.5%;max-width:1078px}.navbar-logo{padding:1rem}.navigation{list-style-type:none;margin:0;padding:0;display:flex;align-items:center}.navigation li{padding:0 10px;font-size:16px;font-weight:300}.navigation a{text-decoration:none;color:var(--dark-100);padding:6px 16px;display:inline-block;border-radius:50px;transition:background-color .5s ease-in-out,color .5s ease-in-out}.navigation a:hover{background-color:var(--green-300);color:var(--background)}.coffee-logo{width:auto;height:auto}.navbar-coffee-button button{display:flex;align-items:center;background-color:var(--gray-50);border-radius:40px;font-size:1rem;font-weight:500;padding:0 16px;margin-right:16px;border:none;cursor:pointer;transition:all .5s ease-out}.navbar-coffee-button button:hover{box-shadow:0 5px 0 0 var(--green-300);transition:box-shadow .5s ease}.coffee-button-text{padding:1rem .5rem}.navbar-coffee-button a{text-decoration:none}.coffee-logo .heart{color:var(--card-body-text-white);transition:color .5s ease}.navbar-coffee-button:hover .heart{color:var(--green-300)}.burger-menu{display:none;flex-direction:column;cursor:pointer;padding:8px;z-index:1001}.burger-menu img{width:35px;height:32px;cursor:pointer}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1000;visibility:hidden;opacity:0;transition:visibility .3s ease-in-out,opacity .3s ease-in-out}.mobile-menu-overlay.open{visibility:visible;opacity:1}.mobile-menu-panel{position:relative;width:90vw;max-width:768px;height:75%;max-height:600px;background:var(--green-300);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 20px 40px #0000004d;margin:120px auto 0}.mobile-menu-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:40px 20px;box-sizing:border-box}.mobile-nav-buttons{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:20px;width:80%;max-width:280px}.mobile-nav-buttons li{width:100%}.mobile-nav-buttons a{display:block;background-color:var(--main-bright-background);color:var(--dark-900);text-decoration:none;padding:8px 25px;border-radius:25px;font-size:14px;font-weight:500;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.mobile-nav-buttons a:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.mobile-linkedin{margin:60px 0 20px}.mobile-linkedin a{color:var(--dark-900);text-decoration:none;font-size:20px;font-weight:700;font-family:Arial,sans-serif}.mobile-coffee-button{margin-top:10px;width:80%}.mobile-coffee-button a{text-decoration:none}.mobile-coffee-btn{display:flex;align-items:center;gap:8px;background-color:var(--gray-50);color:var(--dark-900);border:none;padding:12px 20px;border-radius:20px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;width:100%;max-width:600px;text-decoration:none;justify-content:center}.mobile-coffee-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.coffee-icon{width:20px;height:20px}.coffee-icon .heart{color:var(--gray-50)}body.mobile-menu-open .main-section{display:block!important}.desktop-nav{display:flex}.navbar-mobile-hamburger{display:none}@media screen and (max-width: 768px){.mobile-coffee-btn span{font-size:14px}.navbar{background-color:transparent;top:1rem}.navigation,.navbar .linkedin,.navbar-coffee-button{display:none}.burger-menu{display:flex}.mobile-menu-overlay{display:block}}@media (min-width: 769px){.desktop-nav{display:flex}.burger-menu{display:none}.mobile-menu-overlay{display:none!important}}.splash-main{position:fixed;top:0;left:0;z-index:1000;opacity:1;width:100%;height:100vh;transition:opacity 1s ease;pointer-events:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--dark-700)}.carrousel-box{display:flex;flex-direction:row;align-items:center}.hide{opacity:0;pointer-events:none;z-index:-1000}.splash-spacer{height:100vh;transition:height 1s ease,opacity 1s ease}.splash-spacer.hide{height:0}.splash-box{background-color:var(--main-bright-background);width:80%;height:80%;border-radius:2em;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;justify-content:space-between;color:var(--dark-700);overflow:hidden;max-width:1728px;max-height:1000px}.main-content{display:flex;flex-direction:column;height:90%;width:100%;justify-content:center;padding-bottom:4%;overflow:hidden}.welcome-box{display:flex;align-items:center;padding-left:5em}.welcome-text{font-size:large;padding-left:1em}.central-line-content{display:flex;flex-flow:row wrap;padding-left:5em;padding-right:1em;row-gap:2em;align-items:baseline;justify-content:space-between}.splash-community-name{font-size:2.5em;font-weight:700}.rotterdam-women-in-tech-box{display:flex;flex-direction:column;align-items:start}.logo-splash{height:6.25em;margin-top:2em}.connect-intro{font-size:large;font-weight:500;margin-left:10%;padding-right:3.5em}.slogan-carousel{position:relative;min-height:2.5em;width:8.3em;font-size:1.5em;font-weight:600;flex-shrink:0;display:flex;align-items:baseline;align-self:last baseline;margin-right:10%}.slogan{position:absolute;top:.5em;left:0;width:100%;height:100%;animation:slide 4.5s infinite;opacity:0;display:flex;border-radius:2em;border:1px var(--dark-300) solid;align-items:center;justify-content:center}.slogan:nth-child(1){background-color:var(--primary-yellow);color:var(--dark-700)}.slogan:nth-child(2){background-color:#8f2eff;color:#f2f2f2}.slogan:nth-child(3){background-color:#24c3af;color:var(--dark-900)}.slogan:nth-child(1){animation-delay:0s}.slogan:nth-child(2){animation-delay:1.5s}.slogan:nth-child(3){animation-delay:3s}@keyframes slide{0%{transform:translateY(100%);opacity:0}10%{transform:translateY(0);opacity:1}30%{transform:translateY(0);opacity:1}40%{transform:translateY(-100%);opacity:0}to{transform:translateY(-100%);opacity:0}}.scroll-button{height:8em;margin-bottom:3em;background-color:transparent;border:none;border-radius:0}.scroll-animation{width:6.5em}@media (max-width: 768px){.splash-box{width:95%;padding:1.5rem 1rem;border-radius:1rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem}.main-content{width:100%;text-align:center;padding:0 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.carrousel-box{display:flex;flex-direction:column;justify-content:center;margin-top:20%}.rotterdam-women-in-tech-box{display:flex;flex-direction:column;align-items:center}.splash-community-name{font-size:2.5rem;padding-top:24px}.welcome-box{justify-content:center;padding:0}.central-line-content{flex-direction:column;align-items:center;padding:0;gap:1rem}.slogan-carousel,.scroll-button{margin:0 auto}}.event-section{width:100%;background-color:var(--main-bright-background);color:var(--background);padding:60px 0;height:auto}.eventlist-header{align-items:left;text-align:left;margin-left:5%}.event-section img{margin:0 1% 0 0;align-self:center}.eventlist-subtitle{font-weight:500;font-size:18px;line-height:100%;margin-top:3%;display:flex;align-items:center}.eventlist-title{font-weight:600;font-size:54px;line-height:120%;margin-top:1%}.event-list{position:relative}.event-filter{text-align:left;font-size:24px;margin-left:5%;margin-top:7%}.future-events-title{font-weight:600;line-height:150%;color:var(----dark-900)}.past-events-title{margin-left:3%;font-weight:500;line-height:100%;color:var(--dark-300)}.event-mouse-pointer{cursor:pointer}.current-year{position:absolute;right:5%}.future-events-line{border:2px solid var(--primary-green);border-radius:4px;margin-right:5%}.past-events-line{border:2px solid var(--card-body-text-gray);border-radius:4px;margin-right:5%}.current-year{font-weight:600;text-align:right}.eventlist-table{margin-top:3%}.more-events-button{border:1px solid var(--dark-900);color:var(--dark-900);background-color:var(--main-bright-background);border-radius:60px;font-size:18px;font-weight:600;padding:18px 22px;margin-top:5%;margin-bottom:3%;cursor:pointer}.active-events-title{font-weight:600;line-height:150%;color:var(--dark-900)}.passive-events-title{font-weight:500;line-height:100%;color:var(--dark-300)}.hide-year{visibility:hidden}.future-card-container{display:flex;flex-direction:column;width:90%;gap:42px;margin:0 auto}.future-card{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;background:var(--BGB-500, #f7f6f2);box-shadow:12px 12px 14px #0000000a;position:relative;width:100%;height:202px;border-radius:14px;padding:24px;transition:all .3s ease}.future-card:hover{background-color:var(--White, #ffffff);box-shadow:0 4px 8px #0000001a}.future-card:hover .date-box{background:var(--Green-600, #127267);color:var(--White, #ffffff)}.future-card:hover .custom-button:not(:hover){background:var(--White, #ffffff)}.future-card .date-box{background:var(--White, #ffffff);color:var(--text-color);text-align:center;font-weight:600;display:flex;justify-content:center;width:120px;height:154px;gap:1px;border-radius:8px;padding:1.5rem .5rem}.future-card .big-number{font-size:48px;font-weight:600}.future-card .month{font-size:18px;font-weight:600;text-transform:uppercase}.future-card .day{font-weight:600;font-size:16px}.future-card .card-content{flex:1;text-align:left;width:100%;height:165px;margin-left:2rem;display:flex;flex-direction:column;justify-content:space-between}.future-card .card-header{margin-top:0}.future-card .card-title{font-size:24px;font-weight:600;color:var(--Dark-700);margin:0}.future-card .card-subtitle{font-size:16px;height:4.2rem;color:var(--gray--500)}.future-card .card-footer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:stretch;align-content:flex-end;gap:12px}.future-card .event{display:flex;gap:12px;flex-direction:row;justify-content:flex-start;align-items:center;line-height:.8rem;position:absolute;bottom:20px}.future-card .time,.future-card .location{background-color:var(--White, #ffffff);padding:8px 12px;border-radius:50px;font-size:14px;color:var(--Text-Primary, #000000);display:flex;align-items:center;gap:6px}.future-card .location i,.future-card .time i{color:var(--Icon-Gray, #555555)}.future-card .custom-button{position:absolute;bottom:20px;right:20px;background-color:var(--White, #ffffff);color:var(--Background, #000000);border-radius:50px;font-size:16px;padding:12px 20px;cursor:pointer;border:1px solid var(--Dark-500, #343030);transition:all .3s ease}.future-card .custom-button:hover{border-width:1px;padding-top:12px;padding-left:18px;padding-right:30px;border-radius:30px;background-color:var(--Highlight-Yellow, #f7e32b)}.future-card .custom-button:after{opacity:1}.future-card .custom-button:hover:after{opacity:1;font-weight:600;content:"↗";margin-left:8px}@media (max-width: 768px){.future-card{flex-direction:column;height:auto;padding:16px}.future-card .card-content{width:100%;margin-left:0}.future-card .custom-button{position:static;margin-top:12px;align-self:center}.future-card .time,.future-card .location,.future-card .card-subtitle{display:none}.future-card .no-events{font-style:italic;color:#666;text-align:center}.future-card .example-header{margin:auto}.future-card .event-examples-line{border:none;border-top:2px solid var(--background);border-radius:4px;margin:20px 45%}}.past-event-card{width:90%;height:10%;display:flex;padding:1.3rem;font-family:Poppins;color:gray;margin:0 auto;margin-bottom:2rem;background-color:#fff;border-radius:.75rem;box-sizing:border-box;gap:2.9rem}.past-event-card .date,.past-event-card .call-to-action{text-align:center;display:flex}.past-event-card .date{width:7.5rem;flex-direction:column;justify-content:center;font-weight:600;background-color:#ebeaea;border-radius:.5rem;min-height:9.5rem;max-height:.5rem;padding:.5rem .6rem}.past-event-card .big-number{font-size:3rem}.past-event-card .month{vertical-align:middle;vertical-align:.5rem;font-size:1.1rem}.past-event-card .description{display:flex;flex-direction:column;align-items:flex-start;width:75%;padding:0;margin-bottom:0;opacity:.9;text-align:left}.past-event-card h3{margin:0;font-weight:600;font-size:1.4rem}.past-event-card p{margin-bottom:0;height:4.5rem}.past-event-card .time,.past-event-card .place{background-color:#fff;border-radius:3rem;margin-right:1.5rem;font-size:.9rem;display:flex;align-items:center;gap:.6rem;white-space:nowrap}.past-event-card .align-timePlace{height:15%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;line-height:.8rem;flex-wrap:wrap;margin-top:auto}.past-event-card .icon{margin-bottom:0;max-width:1rem;opacity:.5}.past-event-card .call-to-action{width:15%;align-items:flex-end;justify-content:center}.past-event-card .button-PastEvent{font-family:Poppins;font-weight:600;font-size:1rem;border-radius:3rem;background-color:#fff;color:gray;width:8rem;border:none;line-height:.9rem;padding:.4rem}@media (max-width: 700px){*{font-size:.75rem}}#coffee-page{display:flex;flex-direction:column;justify-content:center;position:relative;gap:5%;background-image:linear-gradient(to right,var(--dark-200) 1px,transparent 1px),linear-gradient(to bottom,var(--dark-200) 1px,transparent 1px);background-color:var(--main-bright-background);background-size:100px 100px;z-index:0}.coffee-logo-position{margin-top:10em;margin-bottom:3em}.coffee-carousel{position:relative;display:flex;flex-direction:row;overflow:hidden;width:100%;height:53em}@media (max-width: 768px){#coffee-page{background-image:none;background-color:var(--main-bright-background)}.coffee-carousel{position:relative;display:flex;flex-direction:row;overflow:hidden;width:100%;height:40em}.coffee-logo-position{margin-top:15em;margin-bottom:8em}.donation-title{font-size:2rem;padding:.125rem}}.coffee-logo-wrapper{position:relative}.coffee-background,.coffee-text,.coffee-cup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.coffee-background{height:182.64px}.coffee-text{height:126.2px;animation:rotate-right 15s linear infinite}.coffee-cup{height:50.83px}@keyframes rotate-right{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.coffee-slide{position:absolute;top:0;left:0;display:flex;width:100%;align-items:flex-start;justify-content:center;flex-shrink:0;opacity:0;animation:coffee-slide 10s infinite;animation-play-state:running;animation-fill-mode:both;transition:animation-play-state 0s linear 3s}.coffee-slide-paused{animation-play-state:paused;transition:none}.coffee-slide:nth-child(1){animation-delay:0s}.coffee-slide:nth-child(2){animation-delay:5s}.coffee-slide:nth-child(2) .coffee-and-beans .coffee-container{background-color:var(--green-200)}.coffee-slide:nth-child(2) .donation-amount label:has(input:checked){background-color:var(--green-600);color:var(--green-100)}@keyframes coffee-slide{0%{transform:translate(100%);opacity:0}10%{transform:translate(0);opacity:1}50%{transform:translate(0);opacity:1}60%{transform:translate(-100%);opacity:0}to{transform:translate(-100%);opacity:0}}.coffee-and-beans{display:flex;flex-direction:column}.coffee-container{background-color:var(--purple-100);color:var(--background);max-width:50em;margin-top:6.5em;border-radius:20px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;z-index:2}.coffee-container img{margin:0 .5em 0 0;align-self:center;height:40px;width:30px}.coffee-container-text{padding:5em}.coffee-title{display:flex;justify-content:center;font-weight:600;font-size:2em}.coffee-subtitle{font-weight:500;font-size:large;margin-top:2.5em}.donation-amount{display:flex;align-items:center;justify-content:center;margin-top:3.5em;margin-bottom:2em}.donation-amount input{display:none}.donation-amount label{padding:20px;margin:12px;background-color:var(--bg-color-payment-coffee);border-radius:12px;font-size:18px;font-weight:600}.donation-amount label:hover{background-color:var(--yellow-50)}.donation-amount label:has(input:checked){background-color:var(--purple-600);color:var(--purple-50)}.donation-amount label{cursor:pointer}.donate-btn{background:var(--card-body-text-white);padding:.8em 2.5em;border-radius:2em;font-size:large;border:1px solid var(--background);color:var(--background);font-weight:500;text-decoration:none}.donate-btn:hover{background-color:var(--primary-yellow);box-shadow:0 4px 0 0 var(--background)}.donate-btn:hover:after{opacity:1;content:"↗";margin-left:.5em;margin-right:0}.coffee-beans-container{display:flex;justify-content:flex-end;margin-bottom:9em;margin-top:1em}.swirl-container{position:absolute;z-index:1;width:100%;max-width:108em;height:53em;padding-bottom:5em}.swirl-container img{width:100%;height:100%}@media (max-width: 768px){.coffee-slide{flex-shrink:1}.swirl-container{position:absolute;z-index:1;width:100%;max-width:768px;padding-bottom:.5rem;height:auto}.coffee-container{background-color:var(--purple-100);color:var(--background);max-width:90vw;margin-top:6rem;border-radius:20px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;z-index:2}.coffee-container-text{padding:2rem}.coffee-title{font-size:1.5rem}.coffee-subtitle{font-size:1rem;margin-top:1.5rem}.donation-amount{flex-direction:column;gap:1rem;margin-top:2rem;margin-bottom:1.5rem}.donation-amount label{display:none}.donate-btn{padding:.7em 2em;font-size:1rem}.coffee-beans-container{margin-bottom:4rem;margin-top:.5rem}}.Get-Touch-Container{width:100%;height:100vh;background-image:url(/assets/gridBackground-DwoU7UXA.svg);background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid rgba(80,80,80,1);display:flex;justify-content:center;align-items:center}.Get-Touch-Card{width:60rem;height:27.4rem;background-color:var(--primary-purple);border-radius:20px;padding:0 3rem;overflow:hidden}.eye-image-section{width:100%;display:flex;justify-content:flex-end}.eye-image{width:5.9rem;height:3.9rem;margin-top:-10px;position:relative;right:1.5rem}.white-black-sparkle-section{width:100%;height:3rem;display:flex}.white-black-sparkle{width:3.3rem;height:3.6rem;position:relative;bottom:.8rem}.text-button{width:100%;height:15.5rem;display:flex;justify-content:space-between;align-items:center}.connect-text{width:40rem;font-size:3.2rem;font-weight:600;color:var(--card-body-text-white);text-align:left;line-height:4rem}.GetInTouch-button{width:11.5rem;height:3.6rem;padding:.5rem 0;font-size:1.1rem;color:var(--gray-500);font-weight:500;border-radius:3.75rem;border:1px solid var(--gray-500);background-color:var(--card-body-text-white);transition:box-shadow .3s ease-in-out;cursor:pointer}.GetInTouch-button:hover{box-shadow:0 4px 1px #343030}.button-text{display:inline-block;position:relative;left:.5rem;bottom:.25rem;transition:all .3s ease-out}.button-text:after{content:"↗";opacity:0;transition:all .3s ease-out;font-size:1.3rem;color:var(--gray-500)}.GetInTouch-button:hover .button-text{transform:translate(-6px)}.GetInTouch-button:hover .button-text:after{opacity:1;margin-left:1.3rem;transform:translate(7px)}.arrow-doubleStar{display:flex;justify-content:flex-end;gap:6rem;position:relative;bottom:3.4rem;left:1rem}.pointer-pic{width:10rem;height:9.2rem}.double-star-pic{position:relative;right:1rem}@media (max-width: 900px){.Get-Touch-Container{height:auto;padding:4rem 0}.connect-text{font-size:2rem}.Get-Touch-Card{width:35rem}.button-text{font-size:.75rem}}.info{display:flex;flex-direction:column;align-items:start;gap:4rem}.social-icons{display:flex;gap:10px}.social-btn{width:fit-content;height:47px;border:1px solid;border-radius:30px;padding:10px 16px;cursor:pointer;font-size:16px;color:var(--dark-900);background-color:transparent}.social-btn:hover{background-color:var(--gray-100)}.social-btn-group{display:flex;flex-direction:column;gap:1rem}.social-btn-group label{font-size:1.5rem;font-weight:600;color:var(--dark-900);text-align:left;line-height:100%;display:block}.social-btn.instagram{padding:8px 14px;width:auto;font-weight:500}.modal-wrapper{position:fixed;top:0;left:0;z-index:20;width:100%;height:1020px;display:flex;gap:15px;flex-direction:column;align-items:center;overflow:auto}.modal-wrapper .contact-modal-overlay{position:static;max-width:1186px;padding-block:1rem;background-color:#fff;border:1px solid black}.contact-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1000;display:flex;justify-content:center;align-items:center}.modal-container{background:var(--purple-50, #f7f2fc);width:100%;max-width:1115px;height:95%;max-height:969px;border-radius:30px;padding:2.5rem;position:relative;overflow-y:auto;scrollbar-gutter:stable both-edges;clip-path:inset(0 round 30px)}.modal-container::-webkit-scrollbar{width:8px}.modal-container::-webkit-scrollbar-track{background:transparent}.modal-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.modal-container::-webkit-scrollbar-thumb:hover{background:#555}.line-design{position:absolute;top:0;left:50%;z-index:2}.line-design img{max-height:213px}.close-button{position:absolute;z-index:3;top:2rem;right:2rem;height:34px;background:transparent;border:none;font-size:1.5rem;cursor:pointer}.close-button:hover{transform:scale(1.05);opacity:.8}.sign-up-card-content{display:flex;flex-direction:row;gap:3rem;height:100%}.sign-up-title{text-align:start;line-height:120%;margin-bottom:3.375rem;margin-top:1.25rem;font-size:3.375rem;font-weight:600;color:var(--dark-900, #242424)}.sign-up-form{display:flex;flex-direction:column;gap:1rem}.sign-up-card-content.full-width{flex-direction:column}.sign-up-card-content.with-children form.sign-up-form{display:flex;align-items:start}.form-group{display:flex;flex-direction:column;gap:.2rem;width:100%}.form-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.form-row .form-group.half-width{flex:1;min-width:0}.form-group label{display:block;text-align:start;font-size:1.125rem;color:var(--dark-900, #242424)}.form-group input,.form-group select,.form-group textarea{height:52px;width:100%;border-radius:6px;border:1px solid #e3e8ee;background-color:var(--card-body-text-white);padding:.62rem;font-size:1rem;font-weight:500;font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select{color:var(--gray-300)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.form-group select:invalid{font-family:Poppins;font-size:16px;line-height:100%;vertical-align:middle}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{align-self:center;margin-top:auto;width:370px;padding-block:.6rem;background-color:var(--card-body-text-white);border:1px solid #3c3939;border-radius:25px;font-size:18px;font-weight:500;cursor:pointer;color:var( --dark-900);transition:background-color .3s ease,transform .2s ease}.submit-btn:hover{background-color:var(--gray-100);transform:scale(1.03)}.extra-content{display:flex;flex-direction:column;justify-content:end}@media (max-width: 480px){.sign-up-title{font-size:1rem;margin-bottom:1rem}}@media (max-width: 768px){.sign-up-title{font-size:2.2rem;margin-bottom:1.5rem}.line-design{width:90%;max-width:215px;display:flex;justify-content:center;padding:0 5%}.line-design img{width:100%;height:auto}.sign-up-card-content.with-children{flex-direction:column}.form-group input,.form-group select,.form-group textarea{height:44px;padding:.5rem;font-size:.95rem}.form-group label{font-size:1rem}.form-row{flex-direction:column;gap:.75rem;width:100%}.form-group select:invalid{font-size:.95rem}.form-group.half-width{flex:1 1 100%;width:100%}}.submit-button-wrapper{width:100%}.form-wrapper{display:flex;flex-direction:column;gap:2rem}.sign-up-checkbox-container{color:var(--dark-900);display:grid;grid-template-columns:repeat(2,1fr);gap:1em 2em;padding-top:1em;padding-bottom:.5em;justify-content:center}.sign-up-checkbox-container label{display:flex;align-items:flex-start;gap:.5em;font-size:1em;color:var(--dark-300)}.sign-up-checkbox-container input{width:auto;height:auto;margin-top:.4em}.popUp-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.popUp{background-color:#fff;border-radius:1.5rem;text-align:center;position:relative;max-width:65%;box-sizing:border-box}.thanksText1{font-size:2.5rem;color:#731ad9;font-weight:500;margin:0}.thanksText2{font-size:1.8rem;color:#731ad9;font-weight:500;margin:.5rem}.message{padding:3rem 2rem}.closeButton{font-size:2rem;color:#731ad9;display:inline-flex;position:absolute;right:1rem;background-color:#fff;border:none;border-radius:1.5rem;font-weight:500;cursor:pointer}@media (max-width: 60%){.popup-box{width:90%;padding:1rem}}.get-to-know-us-text{color:#332f2f;font-size:54px;margin:0}.get-to-know-us-bg{background-color:#f7f6f2;position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.rwit-badge{position:absolute;top:10%;right:5%;background:#343030;border-radius:1rem;padding:1.7rem 1.2rem;z-index:2}.rwit-badge img{width:7rem}.rwt-text{font-weight:700;color:#332f2f;margin:0}.swirl{z-index:1;width:40%;height:auto;align-self:flex-end}.get-to-know-us-header-box{position:absolute;left:5%;top:10%}.get-to-know-us-header-content{display:flex;align-items:center;gap:8px}.get-to-know-us-main{width:90%;display:flex;gap:2rem;flex-wrap:wrap;align-items:center;justify-content:center}.arrows-container{display:flex;align-items:last baseline;justify-content:center;width:30%;z-index:2;padding-bottom:8em}.arrows-container-mobile{position:absolute;bottom:0;right:5%;padding-bottom:.5em}.clickButton{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;display:flex;justify-content:flex-end;width:50%}.clickButton:has(.arrow-right){justify-content:flex-start}.arrow{width:100%;max-width:8em;height:auto}@media screen and (max-width: 768px){.swirl{width:50%}.rwit-badge{display:flex;flex-direction:column;top:3%;left:5%;color:#332f2f;background-color:transparent;width:40%;text-align:left}.rwit-badge img{filter:invert(100%);width:auto}.rwit-badge-mobile-last-line{color:#332f2f;font-size:.78rem;line-height:3;white-space:nowrap}.rwt-text{display:none}.get-to-know-us-header-box{display:flex;flex-direction:row;position:relative;align-self:flex-start;align-items:center;margin-left:5%}.get-to-know-us-text{font-size:2.3em;margin-left:1em}}.member-card{display:flex;flex-flow:column wrap;padding:1.5em;border-radius:.95em;background-color:var(--purple-100);margin:0 auto auto;box-sizing:border-box;max-width:23em;overflow:hidden}.member-card:hover .member-photo-container{filter:none}.volunteer{background-color:var(--green-200)}.member-photo-container{height:26em;width:20em;display:flex;filter:grayscale(100%);transition:all .5s ease-in-out}.small{font-size:.85em}.member-photo{max-width:100%;height:100%;width:100%;object-fit:cover;object-position:center;border-radius:.75em;-webkit-mask-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 351 431" preserveAspectRatio="none"><path fill="white" d="M0.620117 97.7847V416.742C0.620117 424.474 6.88812 430.742 14.6201 430.742H255.359C262.066 430.742 267.831 425.986 269.105 419.401L285.983 332.131C287.257 325.546 293.022 320.79 299.729 320.79H336.62C344.352 320.79 350.62 314.522 350.62 306.79V14.7422C350.62 7.0102 344.352 0.742188 336.62 0.742188H55.4986C50.1645 0.742188 45.2938 3.77335 42.938 8.55908L2.05949 91.6016C1.11257 93.5252 0.620117 95.6406 0.620117 97.7847Z"/></svg>');mask-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 351 431" preserveAspectRatio="none"><path fill="white" d="M0.620117 97.7847V416.742C0.620117 424.474 6.88812 430.742 14.6201 430.742H255.359C262.066 430.742 267.831 425.986 269.105 419.401L285.983 332.131C287.257 325.546 293.022 320.79 299.729 320.79H336.62C344.352 320.79 350.62 314.522 350.62 306.79V14.7422C350.62 7.0102 344.352 0.742188 336.62 0.742188H55.4986C50.1645 0.742188 45.2938 3.77335 42.938 8.55908L2.05949 91.6016C1.11257 93.5252 0.620117 95.6406 0.620117 97.7847Z"/></svg>');-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;transition:all .5s ease-in-out}.small-frame{-webkit-mask-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 351 231" preserveAspectRatio="none"><path fill="white" d="M0.620117 50.9054V173.43C0.620117 177.13 2.08471 180.679 4.69381 183.302L47.7718 226.615C50.3994 229.257 53.9719 230.742 57.6981 230.742H266.911H336.62C344.352 230.742 350.62 224.474 350.62 216.742V171.93V52.3032C350.62 44.5712 344.352 38.3032 336.62 38.3032H297.261C289.529 38.3032 283.261 32.0352 283.261 24.3032V14.7422C283.261 7.0102 276.993 0.742188 269.261 0.742188H14.6201C6.88813 0.742188 0.620117 7.0102 0.620117 14.7422V50.9054Z"/></svg>');mask-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 351 231" preserveAspectRatio="none"><path fill="white" d="M0.620117 50.9054V173.43C0.620117 177.13 2.08471 180.679 4.69381 183.302L47.7718 226.615C50.3994 229.257 53.9719 230.742 57.6981 230.742H266.911H336.62C344.352 230.742 350.62 224.474 350.62 216.742V171.93V52.3032C350.62 44.5712 344.352 38.3032 336.62 38.3032H297.261C289.529 38.3032 283.261 32.0352 283.261 24.3032V14.7422C283.261 7.0102 276.993 0.742188 269.261 0.742188H14.6201C6.88813 0.742188 0.620117 7.0102 0.620117 14.7422V50.9054Z"/></svg>')}.member-photo.small-frame{object-position:center 20%}.member-photo-container:has(.small-frame){height:13em}.member-title{display:flex;flex-direction:row;align-items:center;align-content:space-evenly;padding-top:2em;padding-bottom:.5em}.star-icon-holder{display:flex;width:20%}.star-icon{margin:auto auto auto 0;max-width:100%;height:10%;width:35%;object-fit:cover}.member-role{color:var(--purple-600);font-family:Poppins;font-weight:500;margin-right:.5em;margin-left:0;padding:.4em .6em;background-color:var(--card-body-text-white);border-radius:5pt}.member-role.volunteer{color:var(--yellow-800)}.linkedin-icon{margin-left:auto}.personal-info{display:flex;flex-direction:column;text-align:start;overflow:hidden;color:var(--background)}.personal-info.big{height:8.8em;transition:height .5s ease-in-out}.personal-info.small{max-height:0;transition:all .5s ease-in-out}.personal-info-font{font-family:Poppins}.member-name{font-weight:700;font-size:2em;margin:0;padding-top:.3em;overflow:hidden;max-height:5.5em;color:var(--dark-500)}.member-name.small{padding-top:0;max-height:0;opacity:0;transition:all .5s ease-in-out}.member-name.small.slide-down,.personal-info.small.slide-down,.slide-down{max-height:5.7em;opacity:1;transition:all .5s ease-in-out}.member-job{font-weight:400;font-size:1em;margin:0;padding-top:.5em;max-height:4em;overflow:hidden;color:var(--purple-800)}.member-job.volunteer{color:var(--green-900)}.fade-out{opacity:0;max-height:0;padding:0;transition:all .5s ease-in-out}.personal-info.big.fade-out{max-height:none;height:3em;transition:all .5s ease-in-out;opacity:1}.member-name.fade-out{max-height:none;font-size:1.5em;height:3em;opacity:1;padding-top:.5em}.member-quote-container{display:flex;align-items:flex-start;text-align:start;transition:all .5s ease-in-out;overflow:hidden;height:0;margin:0;opacity:0;color:var(--gray-500);width:100%;gap:.35em;padding:0 1.2em 0 .6em;box-sizing:border-box;min-width:0}.quote-slide-up{opacity:1;transition:all .5s ease-in-out}.member-quote-container.quote-slide-up{height:12em;padding-top:.65em;padding-right:1.4em;padding-left:.4em}.quote{margin:0;font-size:.85rem;line-height:1.45;padding-right:1em;box-sizing:border-box;text-align:justify;text-align-last:left;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;word-break:normal;letter-spacing:.005em;flex:1 1 0;min-width:0;white-space:normal;text-wrap:pretty}.quote.quote-slide-up{max-height:none;padding-top:.85em}.quote-star-icon{transition:all .5s ease-in-out;height:0;flex:0 0 auto;align-self:flex-start}.quote-star-icon.quote-slide-up{width:1.5em;height:1.5em;margin-top:1em;object-fit:contain}@media screen and (max-width: 768px){.member-card{font-size:1.5rem;padding:2rem;height:auto}.member-card .member-photo-container{height:18rem;width:100%;filter:none}.member-card .member-photo-container .member-photo{-webkit-mask-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 351 231" preserveAspectRatio="none"><path fill="white" d="M0.620117 50.9054V173.43C0.620117 177.13 2.08471 180.679 4.69381 183.302L47.7718 226.615C50.3994 229.257 53.9719 230.742 57.6981 230.742H266.911H336.62C344.352 230.742 350.62 224.474 350.62 216.742V171.93V52.3032C350.62 44.5712 344.352 38.3032 336.62 38.3032H297.261C289.529 38.3032 283.261 32.0352 283.261 24.3032V14.7422C283.261 7.0102 276.993 0.742188 269.261 0.742188H14.6201C6.88813 0.742188 0.620117 7.0102 0.620117 14.7422V50.9054Z"/></svg>');mask-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 351 231" preserveAspectRatio="none"><path fill="white" d="M0.620117 50.9054V173.43C0.620117 177.13 2.08471 180.679 4.69381 183.302L47.7718 226.615C50.3994 229.257 53.9719 230.742 57.6981 230.742H266.911H336.62C344.352 230.742 350.62 224.474 350.62 216.742V171.93V52.3032C350.62 44.5712 344.352 38.3032 336.62 38.3032H297.261C289.529 38.3032 283.261 32.0352 283.261 24.3032V14.7422C283.261 7.0102 276.993 0.742188 269.261 0.742188H14.6201C6.88813 0.742188 0.620117 7.0102 0.620117 14.7422V50.9054Z"/></svg>');object-position:center 20%}.star-icon-holder{width:25%}.personal-info.big,.personal-info.big.fade-out{height:auto}.member-title{margin-top:1.5rem}.member-quote-container,.member-quote-container.quote-slide-up{min-height:11.5rem;padding-top:3rem;padding-bottom:1rem;opacity:1;align-items:flex-start;height:auto}.quote-star-icon,.quote-star-icon.quote-slide-up{height:auto;margin-top:.5rem;align-self:flex-start;width:2.5rem;padding-top:0}.member-job{display:none}.member-role{font-size:1.3rem}.member-name,.member-name.fade-out{font-size:1.3rem;padding-top:1.2rem;height:auto}.quote,.quote.quote-slide-up{font-size:1.16rem;max-height:none;padding-top:0}.linkedin-icon{width:30px;height:30px}}.members-container{width:95%;background-color:transparent;display:flex;justify-content:center;overflow:hidden;height:50.6em;padding-bottom:8em;padding-top:3em;z-index:3;gap:.1rem}.members-container button{cursor:pointer}@media screen and (max-width: 768px){.members-container{width:100%;padding-bottom:.5rem;height:auto}}.contribute-page{background-color:var(--background);width:100%;padding:100px 60px;display:flex;flex-direction:column;align-items:center;gap:60px;box-sizing:border-box}.contribute-section{width:100%;max-width:637px;display:flex;flex-direction:column;gap:12px;text-align:left;color:var(--card-body-text-white);align-self:flex-start}.contribute-header{display:flex;align-items:center;gap:4px}.stickers-v13{width:29.77px;height:39.81px;object-fit:contain;transform:translateY(-5px)}.contributors-title{font-family:Poppins,sans-serif;font-weight:400;font-size:18px;line-height:1;max-width:414px;color:var(--card-body-text-white);margin:0}.contributors-description{font-family:Poppins,sans-serif;font-weight:600;font-size:54px;line-height:1.2;max-width:637px;color:var(--card-body-text-white);margin:0}.frame-921,.frame-922{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));width:100%;max-width:1080px;gap:42px;margin:0 auto}.card-placeholder{flex:1;aspect-ratio:519 / 406;min-width:280px;background:#fff;border:1px solid #a9a9aa;border-radius:14px}.become-partner{width:100%;max-width:1081px;aspect-ratio:1081 / 332;min-width:320px;background:#fff;border:1px solid #a9a9aa;border-radius:14px;padding:22px;box-sizing:border-box}@media (max-width: 768px){.contribute-page{padding:50px 20px;gap:30px}.contribute-section{max-width:100%;gap:8px}.contributors-title{font-size:16px;max-width:100%}.contributors-description{font-size:32px;max-width:100%}.frame-921,.frame-922{display:flex;flex-direction:column;gap:20px;max-width:100%}.card-placeholder{aspect-ratio:unset;height:200px;min-width:unset}.become-partner{aspect-ratio:unset;height:150px;min-width:unset}}.button-purple-theme,.XL-button-text{color:var(--background);cursor:pointer}.contribute-card:hover .button-empower{opacity:1;pointer-events:auto;color:var(--background)!important}.contribute-card{display:flex;flex-direction:column;justify-content:space-between;gap:.625rem;border-radius:.875rem;border:1px solid var(--card-body-text-gray);padding:1.375rem;width:100%;background-color:var(--card-body-text-white);box-sizing:border-box;transition:background-color .3s ease;flex:1;aspect-ratio:519 / 406;min-width:280px}.contribute-card-header{margin:0;line-height:1;display:flex;align-items:center}.contribute-doll{height:2.625rem;width:2.625rem;margin-right:1rem}.contribute-card-title{height:3rem;margin:0;line-height:3rem;font-size:2rem;font-weight:600;word-break:break-word;overflow-wrap:break-word}.contribute-card-title,.contribute-card p{color:var(--background)}.contribute-container-star{position:relative;display:flex;justify-content:flex-end;align-items:center;gap:.75rem;height:2.625rem;margin-top:-2rem}.contribute-card p,.contribute-container-star,.button-purple-theme{width:100%}.button-empower{position:absolute;right:1.375rem;opacity:0;pointer-events:none;height:2.625rem;border-radius:3.75rem;border:none;padding:.5rem 1.125rem;background-color:var(--purple-300);z-index:1;transition:opacity 1.2s ease-in-out}.button-empower-purple{background-color:var(--purple-300)}.button-empower-yellow{background-color:var(--yellow-400)}.button-empower-green{background-color:var(--green-400)}.star-contribute-become-a-mentor,.star-contribute-volunteer,.star-contribute_event_buddy{position:relative;z-index:2;width:1.538125rem;height:2.0575rem;object-fit:contain;transition:transform 1.2s cubic-bezier(.22,1,.36,1)}.contribute-card p{font-weight:500;font-size:1.125rem;line-height:150%;margin:0;margin-bottom:1rem;text-align:start}.button-purple-theme{position:relative;display:inline-flex;align-items:center;justify-content:center;width:29.125rem;height:3.625rem;padding:0 1.25rem;border-radius:3.75rem;border:1px solid var(--background);background-color:var(--card-body-text-white);overflow:visible;transition:background-color .3s ease,box-shadow .3s ease}.XL-button-text{font-weight:500;font-size:1.125rem;line-height:3.625rem;white-space:nowrap;margin-right:.5rem;transition:transform .3s ease,color 1.2s ease-in-out;flex-shrink:0;display:inline-block;vertical-align:middle}.contribute_white_arrow,.contribute_black_arrow{position:relative;width:1.2rem;height:1.2rem;margin-left:.5rem;transform-origin:center center;opacity:0;transform:scale(0);transition:opacity .3s ease,transform .3s ease}.contribute_white_arrow,.contribute_black_arrow{transform-origin:center center;transition:opacity .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.contribute-card:hover{background-color:var(--purple-50)}.contribute-card:hover .star-contribute-become-a-mentor,.contribute-card:hover .star-contribute-volunteer,.contribute-card:hover .star-contribute_event_buddy{transform:translate(-8rem)}.button-purple-theme:hover .XL-button-text{transform:translate(-1rem)}.button-purple-theme:hover .contribute_white_arrow,.button-purple-theme:hover .contribute_black_arrow{opacity:1;transform:scale(1)}.button-purple-theme:hover{background-color:var(--primary-purple);color:var(--card-body-text-white);box-shadow:0 4px 0 0 var(--background)}.button-purple-theme:hover .contribute_white_arrow{opacity:1;transform:scale(1)}.button-purple-theme:hover .XL-button-text{transform:translate(-1rem);color:var(--card-body-text-white)}.card-yellow .button-purple-theme:hover .XL-button-text{color:var(--background)}.card-green .button-purple-theme:hover .XL-button-text{color:var(--card-body-text-white)}.card-yellow:hover{background-color:var(--yellow-10)}.card-green:hover{background-color:var(--green-100)}.XL-button-text{transition:color 1.2s cubic-bezier(.22,1,.36,1),transform 1.2s cubic-bezier(.22,1,.36,1)}.card-yellow .button-purple-theme:hover{background-color:var(--yellow-400);color:var(--background);box-shadow:0 4px 0 0 var(--background)}.card-yellow .button-purple-theme:hover .XL-button-text{transform:translate(-1rem);color:var(--background)}.card-yellow .button-purple-theme:hover .contribute_black_arrow,.card-green .button-purple-theme:hover .contribute_white_arrow{opacity:1}.card-green .button-purple-theme:hover{background-color:var(--primary-green);color:var(--card-body-text-white);box-shadow:0 4px 0 0 var(--background)}.card-green .button-purple-theme:hover .XL-button-text{transform:translate(-1rem);color:var(--card-body-text-white)}.button-purple-theme:hover{color:var(--background)!important}.card-yellow .contribute_black_arrow{width:1.9rem;height:1.9rem}.highlight-purple{color:var(--primary-purple);font-size:1.25rem}.contribute-card p{word-break:break-word;overflow-wrap:break-word}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;position:relative;width:90%;max-width:400px}.modal-close{position:absolute;top:8px;right:12px;background:none;border:none;font-size:2rem;cursor:pointer}@media (max-width: 768px){.contribute-card{aspect-ratio:1 / 1;padding:1rem}.contribute-card.full-width{aspect-ratio:2 / 1}.contribute-card-title{font-size:1.5rem;line-height:2rem;height:auto;margin-bottom:1rem}.contribute-card p{font-size:1.15rem;margin-bottom:.75rem;margin-left:.75rem}.button-purple-theme{width:100%;height:3rem}.XL-button-text{font-size:1rem;line-height:3rem}.contribute_white_arrow,.contribute_black_arrow{width:1rem;height:1rem}.button-empower{height:2.5rem;padding:.5rem 1rem;font-size:.875rem;right:1rem}.star-contribute-become-a-mentor,.star-contribute-volunteer,.star-contribute_event_buddy{width:1.2rem;height:auto;transform:translate(-6rem)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px;width:100vw;height:100dvh;overflow:auto;z-index:1000}.modal-content{position:relative;background:#fff;padding:2rem;border-radius:12px;padding:16px;width:min(92vw,420px);max-height:min(80dvh,640px)}.modal-close{position:absolute;top:5px;right:8px;background:none;border:none;font-size:4rem;cursor:pointer}}.sign-up-title{margin-bottom:1.5em}input,textarea{color:var(--dark-900)}.main-footer{text-align:initial;width:100%;min-height:29.375rem;height:auto;background-color:#343030}.main-footer .upper-footer{padding:3rem 3rem 1rem}.credits-container{display:flex;flex-direction:row;justify-content:start;gap:6rem}.credits-title{font-size:1.1rem;font-weight:500;margin-bottom:1rem}.diamond{margin-bottom:.8rem;margin-right:.7rem;margin-top:.6rem}.main-footer #general-inquiry{display:flex;align-items:center;margin-bottom:1.2rem}.general-inquiry-text{font-size:1.2rem}.general-email-container{margin-top:4.75rem}.main-footer .email{text-decoration:none;color:#f2e03d;font-size:2rem;font-weight:600;line-height:100%;letter-spacing:0%}a{text-decoration:none}li{list-style:none}.links-text{font-size:1.1rem;font-weight:550;color:#f7f6f2;padding-top:3.125rem;margin:0;margin-bottom:1rem}.main-footer .links-section{color:#ffffffde;text-decoration:none;font-size:1rem;padding-right:.625rem}.links-container{margin-top:.625rem}.names-container{display:flex}.footer-social-media{display:flex;justify-content:space-between;align-items:center}.footer-social-media #social-media{width:10rem;height:3.125rem}.footer-container{width:100%;height:4.813rem;text-align:center;border-top:1px solid white;margin-top:1.875rem;background-color:#343030}.copyright{font-size:.8rem;font-weight:400;padding-top:1rem;background-color:#343030}.credits-header{font-size:1.5rem;font-weight:500;margin-bottom:3rem}.hire-them{font-weight:700;color:var(--primary-green)}@media (max-width: 768px){.footer-social-media{flex-direction:column;align-items:flex-start;gap:3rem}.main-footer .email{font-size:1.2rem}.footer-links{flex-direction:column;align-items:flex-start}.footer-links .links-section,.social-media{display:block}span{font-size:1.5rem}}.marquee-container{height:67px;width:100%;background-color:#f8f2fb;display:flex;--gap: 32px;overflow:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none;font-weight:500;color:#343030}.marquee-container div:first-child{padding-right:var(--gap)}.phrase-list{min-width:100%;flex-shrink:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--gap);animation:scroll-left 20s linear infinite}.phrase-list li{display:flex;flex-direction:row;align-items:center;gap:var(--gap)}.phrase-list img{margin-bottom:0!important;height:16px;width:16px}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(calc(-100% - 32px))}}.right-box{width:100%;height:100%;background-color:#bf86ff;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0 12px;margin:0;box-sizing:border-box;overflow:hidden}.row{display:flex;padding:0 12px}.row.middle{display:flex;justify-content:center;align-items:center;height:60%;aspect-ratio:1 / 1;position:relative;flex:6}.row.middle img{height:100%;width:auto;object-fit:contain;display:flex;max-width:100%;margin:0;clip-path:circle(45% at 50% 50%);background-color:#fff;justify-content:center;align-items:center;position:absolute}.row.middlecenter img{position:absolute;height:31%;width:auto;object-fit:contain;display:flex;border-radius:0;margin:0;pointer-events:none;clip-path:none;justify-content:center;align-items:center;transform:translate(-50%,-50%)}.row.top{height:20%;justify-content:flex-start;padding-left:12px;align-items:end;font-size:clamp(1rem,1.5vw,2rem);flex:2;color:#000;text-align:left}.row.top img{height:60%;width:auto;object-fit:contain;display:block;margin:0}.row.bottom{height:20%;justify-content:flex-end;padding-right:12px;align-items:top;font-size:clamp(1rem,1.5vw,2rem);flex:2;color:#000;text-align:right}@media screen and (max-width: 768px){.row.top{display:flex;font-size:1.5rem;align-items:center;margin-top:1rem;padding-left:0;flex:1}.row.top img{height:2.5rem}.row.middle{flex:auto;height:12rem}.row.bottom{font-size:1.5rem;font-weight:500;padding-right:0;margin-bottom:.5rem}}.left-box{width:100%;height:100%;background-color:#f8e32b;border-radius:20px;display:flex;flex-direction:row;padding:24px;overflow:hidden;align-items:stretch}.left-box:hover{background-color:#fcf9de}.left-box:hover img{filter:grayscale(0%)}.picture-container,.event-content{flex:1 1 0;min-height:0;min-width:0}.picture-container{display:flex;flex:1 1 25%;min-width:0;min-height:0;flex-direction:column;justify-content:flex-center;color:#000}.picture-container img{width:100%;height:auto;object-fit:cover;border-radius:1rem;filter:grayscale(90%)}.event-content{display:flex;flex:2 1 75%;text-align:left;flex-direction:column;font-weight:600;overflow:hidden;justify-content:space-between;margin-left:1rem}.eventhome-title-top-mobile{display:none}.title-eventhome{font-size:1.2rem;line-height:1.2;font-weight:700;color:#000;margin-bottom:.75rem;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:normal}.time-eventhome,.location-eventhome{background-color:#fffada;padding:.5rem 1rem;border-radius:50px;font-size:.6rem;font-weight:lighter;color:#000;display:inline-block;width:auto;white-space:nowrap;align-self:flex-start;margin-bottom:4px}.left-box:hover .time-eventhome,.left-box:hover .location-eventhome{background-color:#fded5b}.custom-button-eventhome{align-self:flex-start;width:100%;background-color:#fff;border-radius:50px;border:1px solid #343030;font-size:.75rem;padding:.7rem;cursor:pointer;transition:all .2s ease;flex-shrink:0;color:#343030}.custom-button-eventhome:hover{background-color:#b3b6b4;border-width:1px;padding-top:1rem;padding-left:1.5rem;padding-right:2rem;border-radius:30px;background-color:#f7e32b;box-shadow:3px 5px #000}.custom-button-eventhome:after{opacity:1}.custom-button-eventhome:hover:after{opacity:1;font-weight:600;content:"↗";margin-left:.5rem;margin-right:0}@media screen and (max-width: 768px){.picture-container{align-items:center}.picture-container div{font-size:1.3rem;font-weight:400;padding-bottom:.5rem;padding-top:1.5rem}.picture-container img{display:none}.event-content{align-items:center;justify-content:center;text-align:center;margin-right:0}.event-content p{font-size:1.1rem;font-weight:400;margin-top:0}.event-details{justify-content:center;flex-direction:column}.title-eventhome{font-size:1.4rem;margin-bottom:1rem}.time-eventhome{font-size:1rem;margin-bottom:1rem}.location-eventhome{display:none;font-size:1rem}.custom-button-eventhome{width:75%;align-self:center;margin-top:1.7rem;font-size:1.5rem;font-weight:500;padding:.3rem}.left-box{flex-direction:column;padding:16px;height:auto}}.arrow-up{width:3.2rem;height:3.2rem;max-width:3.5rem;text-align:right;position:fixed;bottom:1.5rem;right:.75rem;cursor:pointer;z-index:9999;border:3px solid;border-color:var(--purple-600);border-radius:2.9rem;transition:transform 3s ease-in opacity 3s ease-in;display:inline-block}.arrow-up:hover{transform:scale(1.3);opacity:.5}.hidden{display:none;opacity:0}.visible{opacity:1}.main-section{width:100%;min-height:100vh;overflow-x:hidden;background-image:url(/assets/background-home-DHN4q1W7.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-section{width:100%;overflow-x:hidden;height:922px;margin-top:-1px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.hero-image-frame{width:90vw;max-width:1078px;height:290.87px;margin-top:148.58px;border-radius:20px;overflow:hidden;mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%201079%20291'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%3e%3cpath%20d='M0.632812%2076.4152%20V270.865%20C0.632812%20281.911%209.58714%20290.865%2020.6328%20290.865%20H811.772%20C817.517%20290.865%20822.984%20288.395%20826.781%20284.083%20L880.335%20223.272%20C884.132%20218.96%20889.6%20216.49%20895.345%20216.49%20H1058.63%20C1069.68%20216.49%201078.63%20207.536%201078.63%20196.49%20V20%20C1078.63%208.9543%201069.68%200%201058.63%200%20H147.083%20C144.275%200%20141.498%200.591274%20138.934%201.73533%20L12.4841%2058.1506%20C5.2755%2061.3666%200.632812%2068.5218%200.632812%2076.4152%20Z'%20fill='white'/%3e%3c/svg%3e");mask-repeat:no-repeat;mask-size:cover;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%201079%20291'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%3e%3cpath%20d='M0.632812%2076.4152%20V270.865%20C0.632812%20281.911%209.58714%20290.865%2020.6328%20290.865%20H811.772%20C817.517%20290.865%20822.984%20288.395%20826.781%20284.083%20L880.335%20223.272%20C884.132%20218.96%20889.6%20216.49%20895.345%20216.49%20H1058.63%20C1069.68%20216.49%201078.63%20207.536%201078.63%20196.49%20V20%20C1078.63%208.9543%201069.68%200%201058.63%200%20H147.083%20C144.275%200%20141.498%200.591274%20138.934%201.73533%20L12.4841%2058.1506%20C5.2755%2061.3666%200.632812%2068.5218%200.632812%2076.4152%20Z'%20fill='white'/%3e%3c/svg%3e");-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover}.hero-image-frame img{width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1);filter:grayscale(100%);display:block}.hero-content-container{display:flex;justify-content:space-between;align-items:stretch;margin-top:60px;width:90vw;max-width:1080px;height:242px;gap:26px}.hero-card-slot:first-child{flex:4;border-radius:20px;background-color:#eee}.hero-card-slot:last-child{flex:3;border-radius:20px;background-color:#eee}.bottom-ribbon-wrapper{margin-bottom:110px}@media screen and (max-width: 768px){.main-section{min-height:auto}.hero-section{height:auto}.hero-image-frame{width:80%;height:13rem;margin-top:9rem;border-radius:2rem}.hero-image-frame img{-webkit-mask-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="370" height="179" viewBox="0 0 370 179"><path d="M0 48.5637V158.516C0 169.561 8.95429 178.516 20 178.516H269.064C276.682 178.516 283.639 174.187 287.006 167.352L298.491 144.032C301.857 137.197 308.814 132.869 316.433 132.869H350C361.046 132.869 370 123.914 370 112.869V20C370 8.9543 361.046 0 350 0H55.8043C51.2722 0 46.8744 1.53928 43.3316 4.36565L7.52734 32.9293C2.77043 36.7242 0 42.4785 0 48.5637Z"/></svg>');mask-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="370" height="179" viewBox="0 0 370 179"><path d="M0 48.5637V158.516C0 169.561 8.95429 178.516 20 178.516H269.064C276.682 178.516 283.639 174.187 287.006 167.352L298.491 144.032C301.857 137.197 308.814 132.869 316.433 132.869H350C361.046 132.869 370 123.914 370 112.869V20C370 8.9543 361.046 0 350 0H55.8043C51.2722 0 46.8744 1.53928 43.3316 4.36565L7.52734 32.9293C2.77043 36.7242 0 42.4785 0 48.5637Z"/></svg>')}.hero-content-container{flex-direction:column;width:80%;margin-top:2.5rem;height:auto;gap:3rem}.bottom-ribbon-wrapper{margin-top:2.5rem;margin-bottom:2rem}.phrase-list span{font-size:1.5rem}}*,*:before,*:after{box-sizing:border-box}.about-us-section{width:100%;padding:10rem 6.25rem 0;background:var(--background);overflow-y:hidden}.about-us-header-section{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;margin-left:-1.5rem;margin-bottom:-8rem}.about-us-heading-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:1rem;margin-bottom:-3rem;overflow:visible}.stickers-v13,.star-icon-mission,.star-icon-vision{width:1.875rem;height:2.5rem;object-fit:contain;margin-right:1rem}.about-us-title{font-size:1.125rem;font-weight:400;line-height:2rem;color:var(--main-bright-background)}.about-us-description{font-size:3.375rem;font-weight:600;line-height:120%;padding-bottom:8rem}.card-stack{display:flex;flex-direction:column;margin:auto;width:100%;max-width:90vw;position:relative;padding-bottom:10rem}.about-us-card{position:relative;z-index:10;cursor:pointer;width:100%;display:flex;flex-direction:column;align-items:flex-start;border-radius:2rem;border:1px solid var(--dark-900);padding:3rem 9.375rem 10.625rem;background:var(--card-body-text-white);overflow-wrap:break-word;word-break:break-word;overflow:hidden;box-sizing:border-box}.about-us-card+.about-us-card{margin-top:-15rem}.card-header-mission-or-vision{display:flex;align-items:center;padding:2rem 0}.card-title{font-size:1.125rem}.content-description{margin-top:-1rem;font-weight:600;font-size:2rem;text-align:left;line-height:130%;max-width:100%;overflow-wrap:break-word;word-break:break-word}.about-us-card-mission{background:var(--Yellow-500, rgba(247, 227, 43, 1))}.mission-title{font-weight:500;color:var(--background);line-height:100%}.mission-description{color:var(--dark-900)}.about-us-card-vision{background:var(--Purple-500, rgba(143, 46, 255, 1))}.vision-title{font-weight:400;color:var(--card-body-text-white)}.vision-description{height:12rem;color:var(--card-body-text-white)}.desktop-only{display:block}.mobile-only{display:none!important}@media (max-width: 767px){.mobile-only{display:inline-block!important}.desktop-only{display:none!important}.stickers-v13-svg{width:1.8rem;height:2.4rem;display:inline-block!important;overflow:visible}.stickers-v13-svg path{vector-effect:non-scaling-stroke;stroke-width:2}.about-us-section{min-height:100vh;padding:3.3rem 1.5rem 6rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;overflow-y:visible}.about-us-heading-wrapper{margin-top:-2rem;margin-bottom:-2rem;padding-left:2.5rem;overflow:visible}.about-us-header-section{margin-left:0;margin-bottom:-5rem;width:100%}.about-us-description{font-size:1.5rem;padding-top:2rem;padding-bottom:2rem;padding-left:2.5rem}.card-stack{width:100%;max-width:90vw;padding-bottom:2rem}.about-us-card{padding:2rem 2.3rem 4rem;font-size:1rem}.about-us-card+.about-us-card{margin-top:-8.5rem}.card-header-mission-or-vision{padding:1rem 0}.about-us-card .content-description{font-size:1rem;line-height:1.5}}.about-us-card{transition:transform .5s ease,box-shadow .5s ease;position:relative;z-index:1;box-sizing:border-box}.about-us-card.inactive{transform:translateY(0);box-shadow:0 2px 5px #0000001a}.about-us-card.active{transform:translateY(-5px);box-shadow:0 8px 20px #0003;z-index:2}
