@import"https://fonts.googleapis.com/css?family=Quicksand:400,500,700&display=swap";@import"https://fonts.googleapis.com/css?family=Raleway:400,500,700&display=swap";#topbar{background-color:var(--primary-color);color:#fff;height:40px;display:flex}#topbar a{color:#fff;display:block;line-height:10px}#topbar a .icon-send{background:url(/build/assets/send-BH3ReqM6.svg)}#topbar a .icon-linkedin{width:24px;height:24px;border-radius:50%;background-image:url(/build/assets/linked-in-BhcYFl2t.svg);background-color:#fff;background-size:14px 14px}#navbar{display:flex;padding:30px 0;white-space:nowrap;justify-content:center}#navbar #hamburger{display:none;cursor:pointer}#navbar #hamburger .line{width:30px;height:3px;background-color:var(--primary-color);border-radius:4px;margin:6px 0}#navbar #close{display:none}#navbar ul{display:flex;align-items:center}#navbar ul li{margin:0 10px;font-family:Quicksand,serif;font-weight:500}#navbar ul li a{color:var(--primary-color);display:block;transition:transform .2s ease-in-out}#navbar ul li a:hover{transform:scale(1.05)}#navbar .btn{margin-left:20px}#navbar .btn .icon-donate{width:40px;height:40px;border-radius:50%;background-image:url(/build/assets/donate-BS2xajFK.svg);background-color:#fff;background-size:14px 14px;transition:transform .3s ease-in-out;transform:rotate(0)}#navbar .btn:hover .icon-donate{transform:rotate(360deg)}#hero .slider{position:relative;height:300px;width:100%;overflow:hidden;border-radius:16px}#hero .slider .images{display:flex;width:auto;height:100%;transition:transform .5s ease-in-out}#hero .slider .images .image{flex:0 0 auto;width:100%;background-size:cover;background-position:center center}#hero .slider .circle{background-color:var(--primary-color);opacity:.8;border-radius:50%;top:-200px;left:-500px;width:1000px;height:600px;position:absolute;z-index:10}#hero .slider .text{z-index:20;position:absolute;color:#fff;display:flex;width:400px;height:100%;flex-direction:column;justify-content:center;gap:15px;padding:0 30px}#hero .slider .text h1{font-family:quicksand,sans-serif;font-size:30px}#hero .slider .btn{float:left;position:absolute;z-index:1000;left:20px;bottom:20px}#hero .slider .navigator{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:30}#hero .slider .navigator a{display:block;width:10px;height:10px;border-radius:50%;background-color:#fff;opacity:.8;cursor:pointer}#hero .slider .navigator a.active{opacity:1}#about{padding:50px 0;display:flex;position:relative}#about .wrapper{max-width:1200px;position:relative;margin:0 auto}#about .wrapper .tube{background-color:var(--tertiary-color);border-top-right-radius:200px;border-bottom-right-radius:200px;padding:20px;display:flex;justify-content:flex-end;align-items:center;background-image:url(/build/assets/network-CelBFzTq.svg);background-size:cover;position:absolute;width:1000px;right:125%;transition:right .8s ease-in-out}#about .wrapper .tube.active{right:75%}#about .wrapper .tube .image{width:20vw;height:20vw;max-width:300px;max-height:300px;object-fit:contain;border-radius:50%;overflow:hidden}#about .wrapper .tube .image img{height:100%}#about .wrapper .content{padding-left:30%;padding-right:30px;position:relative;right:-100px;opacity:0;transition:right .8s ease-in-out,opacity .8s ease-in-out}#about .wrapper .content.active{right:0;opacity:1}#about .wrapper .content h1{font-family:Quicksand,sans-serif;font-size:40px}#about .wrapper .content p{line-height:24px;padding:15px 0;color:#666565}#about .wrapper .content .members{border-top:1px solid #efefef;display:flex;flex:1;align-items:center;gap:30px}#about .wrapper .content .members .inner{gap:15px;display:flex;flex:1;align-items:center;justify-content:flex-end}#about .wrapper .content .members .inner .member{margin-top:20px;width:100px;height:100px;border-radius:100px;overflow:hidden}#about .wrapper .content .members .inner .member img{width:100px;height:100px;object-fit:cover}#about .wrapper .content .members .btn{height:40px;padding:0 20px}.tile-list .container{align-items:center;padding:40px 0}.tile-list.offset .tile{margin-top:20px}.tile-list.offset .image{margin-top:-35px}.tile-list.horizontal .inner{overflow-x:scroll;display:grid;padding-left:40px;padding-right:40px;grid-template-columns:repeat(3,1fr)}.tile-list .date{font-size:12px;background:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:700;line-height:13px;position:absolute;top:-5px;left:30px;z-index:10}.tile-list .inner{position:relative;margin:0 auto;display:grid;column-gap:40px;row-gap:30px;grid-template-columns:repeat(3,1fr);padding-top:30px;flex-wrap:wrap;max-width:calc(100% - 80px);justify-content:center}.tile-list .inner::-webkit-scrollbar{display:none}.tile-list .inner .tile{display:flex;gap:20px;padding:20px;width:300px;border-radius:16px;background-color:var(--tertiary-color);flex-direction:column;position:relative}.tile-list .inner .tile:hover .image{transform:scale(1.05)}.tile-list .inner .tile .image{width:100%;height:150px;border-radius:16px;overflow:hidden;transition:transform .3s ease-in-out;background-size:cover}.tile-list .inner .tile .content{display:flex;flex-direction:column;justify-content:center;gap:10px}.tile-list .inner .tile .content h1{font-family:Quicksand,sans-serif;font-size:24px}.tile-list .inner .tile .content .text-wrapper{min-height:50px}.tile-list .inner .tile .content .text-wrapper .text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.2em;max-height:3.6em;margin:0 auto}.tile-list .inner .tile .content .btn{margin-top:20px}#charities{background:var(--primary-color) url(/build/assets/network-CelBFzTq.svg);background-repeat:no-repeat;background-size:contain}#charities h1{color:#fff}#charities .tile .date{margin-top:40px}#footer{color:#fff;background:var(--tertiary-color) url(/build/assets/network-CelBFzTq.svg) no-repeat;position:relative}#footer .plane{position:absolute;background-image:url(/build/assets/plane-Cp0yi_HK.svg);width:50%;background-repeat:no-repeat;height:250px;left:50%;top:40px;background-size:contain;background-position:20% 0;z-index:0}#footer .top{background-color:#fff6;padding:20px 0;position:relative;z-index:10}#footer .top .logo{width:200px}#footer .top .address{display:flex;flex:0;white-space:nowrap;flex-direction:column;align-items:flex-start;color:var(--text-color);line-height:20px;font-size:14px}#footer .bottom{padding:15px 0;position:relative;z-index:10}#footer .bottom h3{color:var(--text-color);margin-bottom:10px}#footer .bottom p{margin-bottom:10px}#footer .bottom form{display:flex;flex:1;width:100%}#footer .bottom .links,#footer .bottom .contact{flex-direction:column;align-items:flex-start;color:var(--text-color)}#footer .bottom .links .row,#footer .bottom .contact .row{gap:20px}#footer .bottom .links .col,#footer .bottom .contact .col{flex-direction:column;padding:10px;gap:15px}#footer .bottom .links textarea,#footer .bottom .contact textarea{display:flex;flex:1}#footer .bottom .links .btn,#footer .bottom .contact .btn{width:calc(100% + 20px);border-radius:8px}#footer .bottom .links{flex:0 0 200px}#footer .bottom .contact{flex:1}#footer .bottom li{padding-bottom:10px}#footer #credits{text-align:center;background-color:#0006;padding:15px;font-size:12px;letter-spacing:2px;display:flex;align-items:center;justify-content:center}#footer #credits svg{margin:0 10px}#footer #credits a{color:#fff}#members .members{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding-bottom:30px}#members .members .member{background:var(--tertiary-color);border-radius:16px;overflow:hidden;flex:calc(30% - 30px)}#members .members .member .image{flex:2}#members .members .member .image img{width:100%;height:100%;object-fit:cover}#members .members .member .info{flex:3;display:flex;flex-direction:column;align-items:flex-start;padding:15px}#members .members .member .info .text-wrapper{min-height:50px}#members .members .member .info .text-wrapper .text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.2em;max-height:3.6em;margin:0 auto;font-size:14px}#members .members .member .info .btn{align-self:flex-end}#bio{padding:50px 0;display:flex;position:relative}#bio .wrapper{width:1200px;position:relative;margin:0 auto}#bio .wrapper .tube{background-color:var(--tertiary-color);border-top-right-radius:200px;border-bottom-right-radius:200px;padding:20px;display:flex;justify-content:flex-end;align-items:center;background-image:url(/build/assets/network-CelBFzTq.svg);background-size:cover;position:absolute;width:1000px;right:75%}#bio .wrapper .tube .image{width:20vw;height:20vw;max-width:300px;max-height:300px;object-fit:contain;border-radius:50%;overflow:hidden}#bio .wrapper .tube .image img{height:100%}#bio .wrapper .content{padding-left:30%;padding-right:30px;position:relative}#bio .wrapper .content h1{font-family:Quicksand,sans-serif;font-size:40px}#bio .wrapper .content .top{align-items:flex-start}#bio .wrapper .content .top img{border-radius:16px;width:200px;object-fit:cover;display:none;margin:0 15px 15px 0}#bio .wrapper .content .col{justify-content:flex-start}#bio .wrapper .content .info{align-items:flex-start;flex-direction:column}#bio .wrapper .content p{line-height:24px;padding:15px 0;color:#666565}#bio .wrapper .content .members{border-top:1px solid #efefef;display:flex;flex:1;align-items:center;gap:30px}#bio .wrapper .content .members .inner{gap:15px;display:flex;flex:1;align-items:center;justify-content:flex-end}#bio .wrapper .content .members .inner .member{margin-top:20px;width:100px;height:100px;border-radius:100px;overflow:hidden}#bio .wrapper .content .members .inner .member img{width:100px;height:100px;object-fit:cover}#bio .wrapper .content .members .btn{height:40px;padding:0 20px}#action{padding:50px 0;display:flex;position:relative;flex-direction:column}#action .wrapper{width:1200px;position:relative;margin:0 auto}#action .wrapper .content{padding:15px}#action .wrapper .content h1{font-family:Quicksand,sans-serif;font-size:40px}#action .wrapper .content .top{align-items:flex-start}#action .wrapper .content .top img{border-radius:16px;max-width:400px;object-fit:cover;margin:0 30px 15px 0}#action .wrapper .content .col{justify-content:flex-start}#action .wrapper .content .info{align-items:flex-start;flex-direction:column}#action .wrapper .content p{line-height:24px;padding:15px 0;color:#666565}#action .signup{background-color:var(--primary-color);color:#fff;margin:40px 0 0;background-repeat:no-repeat;background-size:contain;padding:30px}#action .signup h1{text-align:center}#action .signup form{margin-top:30px}#action .signup form .error{border:1px solid orange}#action .signup form .error-text{padding:0 0 0 15px;color:orange}#action .signup .terms{background-color:#fff;color:#333;padding:10px;border-radius:16px;font-size:14px;height:100px;overflow-y:scroll}#action .signup .row{display:flex;flex:1;gap:40px}#action .signup .row a{color:#fff}#action .signup .row>.col{flex-direction:column;gap:15px;align-items:flex-start}#posts{padding-bottom:40px}#post .row,#charity .row{gap:30px}#post .row .col,#charity .row .col{flex-direction:column;align-items:flex-start}#post .row .col img,#charity .row .col img{width:100%;object-fit:cover;border-radius:16px}#post .row .col .row,#charity .row .col .row{flex:0}#post .row .col .author,#charity .row .col .author{display:flex;gap:10px;flex:0;padding:15px 0;flex-direction:row;white-space:nowrap;align-items:center}#post .row .col .author img,#charity .row .col .author img{width:40px;height:40px;overflow:hidden;border-radius:500px;object-fit:cover}#post .tile-list,#charity .tile-list{background-color:var(--primary-color);color:#fff;margin:40px 0 0;background:var(--primary-color) url(/build/assets/network-CelBFzTq.svg);background-repeat:no-repeat;background-size:contain}#post .tile-list .tile,#charity .tile-list .tile{color:var(--text-color)}#post .tile-list .container>.btn,#charity .tile-list .container>.btn{background-color:var(--secondary-color)}#post h1,#charity h1{margin-bottom:15px}#post h2,#charity h2{font-size:20px;margin-top:10px;margin-bottom:5px}#post h3,#charity h3{font-size:16px;margin-top:10px;margin-bottom:5px}#post h4,#charity h4{font-size:14px;margin-top:10px;margin-bottom:5px}#post p,#post ul,#post ol,#charity p,#charity ul,#charity ol{padding-bottom:10px}#donate-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}#donate-modal.active{display:block}#donate-modal .donate{display:none}#donate-modal .container{background-color:#fff;padding:20px;width:300px;margin-top:20px;border-radius:16px;position:relative}#donate-modal .container img{width:100%;height:100%;object-fit:cover}@media (max-width: 1000px){.row.mobile{flex-direction:column}#logo{width:200px}#hero .slider .circle{border-radius:0;left:0;width:100%;height:50%;top:50%}#hero .slider .text{display:block;top:50%;padding:10px;width:calc(100% - 20px)}#hero .slider .text h1{font-size:16px;margin-bottom:10px}#hero .slider .text p{font-size:14px}#hero .btn{float:left;display:block;position:absolute;z-index:1000;left:20px;top:80px;height:20px}#navbar #nav #hamburger{display:block}#navbar #nav #close{display:block;position:absolute;top:20px;right:20px;width:20px;height:20px;background-image:url(/build/assets/close-eIgCZEtk.svg);cursor:pointer}#navbar #nav #menu{position:fixed;left:0;top:0;width:100vw;height:100vh;flex-direction:column;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:100;display:none}#navbar #nav #menu .btn{margin:10px}#navbar #nav #menu .btn span{display:flex;flex:1}#navbar #nav #menu ul{display:block;margin-top:75px}#navbar #nav #menu ul li{display:block}#navbar #nav #menu ul li a{background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;padding:15px}#navbar.active #nav #menu{display:block}#navbar.active #logo{position:fixed;z-index:200;top:15px;width:150px}#about{padding-top:15px}#about .wrapper{padding:15px}#about .wrapper .content{padding:0}#about .wrapper .content h1{font-size:24px}#about .wrapper .tube{display:none}#about .members{flex-direction:column}.tile-list .container{width:100%;overflow:hidden}.tile-list .inner{grid-template-columns:repeat(2,1fr)}.tile-list .inner .tile{width:calc(100% - 30px)}.tile-list.horizontal{display:flex}.tile-list.horizontal .inner{display:flex;flex-wrap:nowrap;width:calc(100% - 60px);overflow:scroll;justify-content:flex-start;position:relative}.tile-list.horizontal .inner .tile{flex:0 0 240px}#footer .address{padding-top:15px}#footer .plane{left:45%}#footer .bottom{flex-direction:column}#footer .bottom .links{flex:1}#footer .bottom .links ul{display:flex;flex-wrap:wrap;flex-direction:row;gap:15px;white-space:nowrap}#footer .bottom .contact{padding-top:15px}#footer .bottom .contact .row{flex-direction:column}#footer .bottom .contact .row{gap:0}#members h1{font-size:18px}#members .members{grid-template-columns:repeat(2,1fr)}#bio{padding:0;display:flex;position:relative}#bio .row{flex-direction:column}#bio .wrapper{position:relative;margin:0 auto;display:flex}#bio .wrapper .tube{display:none}#bio .wrapper .content{padding:15px;width:100%}#bio .wrapper .content .top img{display:block}#bio .members{flex-direction:column}#action{padding:0}#action .row{flex-direction:column}#action .wrapper{width:100%;margin:0 auto}#action .wrapper .content img{width:100%;border:0px}#action .members{flex-direction:column}#post,#charity{padding-bottom:40px}#post .row,#charity .row{flex-direction:column}#donate-modal img{display:none}#donate-modal .donate{display:block}}@media (max-width: 600px){.tile-list{margin:0}.tile-list .inner{grid-template-columns:2fr}#members .members{grid-template-columns:1fr}}:root{--primary-color: #0055A0;--secondary-color: #ffc800;--tertiary-color: #E1D8C4;--text-color: #373737 }body,html{color:var(--text-color);scroll-behavior:smooth}body.navopen,html.navopen{overflow:hidden}*{margin:0;padding:0;border:0;list-style:none}h1{font-size:30px;font-family:Quicksand,sans-serif}h2{font-size:22px;font-family:Quicksand,sans-serif}a{text-decoration:none;color:var(--text-color);cursor:pointer}p{line-height:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn{border-radius:50px;background-color:var(--secondary-color);color:#fff;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:box-shadow .2s ease-in-out;padding:10px 15px;white-space:nowrap}.btn.secondary{background-color:var(--primary-color)}.btn:hover{box-shadow:inset 0 0 20px #0000001a}.btn span{display:block;padding:10px 20px}input,textarea{border:0;padding:10px;border-radius:8px;width:100%;font-family:Raleway,sans-serif;outline:none;background-color:#fff;color:#333}input.error,textarea.error{border:1px solid red}input[type=checkbox],textarea[type=checkbox]{width:auto}form .error-text{color:red;font-size:12px;width:100%;margin-left:-15px}[class^=icon-]{display:inline-block;width:16px;height:16px;background:no-repeat center center;background-size:100% 100%}body{font-family:Raleway,sans-serif}.flex{display:flex}.flex-column{flex-direction:column}.flex-center{justify-content:center;align-items:center}.container{max-width:1200px;margin:0 auto;display:flex;flex:1;padding-left:15px;padding-right:15px;flex-direction:column}.row{display:flex;flex:1;flex-wrap:wrap}.row .col{display:flex;flex:1;align-items:center}.row .col.flex-1{flex:1}.row .col.flex-0{flex:0}.text-left{text-align:left}.flex-end{justify-content:flex-end}.flex-center{justify-content:center}.pl15{padding-left:15px}.mt15{margin-top:15px}.mt30{margin-top:30px}.mr15{margin-right:15px}.ml15{margin-left:15px}.mt10{margin-top:10px}.b1{border:1px solid var(--tertiary-color)}
