<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,800&amp;subset=latin-ext);*{outline:none}body{background-color:#00272d;font-family:Montserrat,Trebuchet MS,sans-serif;font-weight:400;margin:0;transition:background-color .4s,opacity .4s}.facebookIntegration{display:flex;flex-direction:column;height:550px}.facebookIntegration h1{margin:10px}.facebookIntegration .list{align-items:center;display:flex;height:450px;justify-content:space-evenly;padding:0 10px}.facebookIntegration .list&gt;div{align-items:center;display:flex;flex:1 1;height:100%}.facebookIntegration .fb_iframe_widget{flex:1 1;height:100%;margin:0;width:100%}.facebookIntegration .fb_iframe_widget span,.facebookIntegration .fb_iframe_widget span iframe{height:100%!important;width:100%!important}@-moz-document url-prefix(){body{font-weight:200}}button{background-color:#018b9d;border:0;border-radius:15px;color:#fff;cursor:pointer;font-family:Montserrat,Trebuchet MS,sans-serif;font-size:16px;padding:10px 25px;text-align:center}#root{align-items:center;display:flex;justify-content:center}#root&gt;div{width:100%}.loader{animation-duration:2s;animation-iteration-count:infinite;animation-name:loader;height:50px;margin:10px;padding:10px;width:50px}@keyframes loader{0%{filter:blur(10px);transform:scale(2)}50%{filter:blur(0);transform:scale(1)}to{filter:blur(10px);transform:scale(2)}}a{color:currentColor;text-decoration:none}.loading{align-items:center;display:flex;flex-direction:column;font-size:0;font-weight:400;height:30vh;justify-content:center}.loading:before{animation-duration:2s;animation-iteration-count:infinite;animation-name:loader;content:"";display:block;height:50px;margin:30px;width:50px}.Menu{align-items:center;display:flex;justify-content:space-between;padding:15px;position:relative}.Menu .logo{margin-top:5px;width:300px}@media screen and (max-width:900px){.Menu .logo{height:40px;width:auto}}.Menu .mobileMenu{height:20px;margin-left:auto;margin-right:15px}.Menu .links-block{align-items:center;display:flex;justify-content:space-between;margin-left:auto}.Menu .links-block a{color:#fff;margin:5px 15px 0;text-decoration:none}@media screen and (max-width:900px){.Menu .links-block a{margin:0;padding:5px 15px 0;width:100%}}.Menu .links-block a:after{background-color:#fff;content:"";display:block;height:1px;margin-top:5px;transition:width .4s;width:0}.Menu .links-block a.active:after,.Menu .links-block a:hover:after{width:100%}@media screen and (max-width:900px){.Menu .links-block{align-items:flex-start;background-color:#fff;box-shadow:0 5px 15px #00000080;display:flex;flex-direction:column;max-height:0;overflow:hidden;position:absolute;right:30px;top:60px;transition:all .4s;z-index:100}.Menu .links-block a{color:#00272d;position:relative;z-index:101}.Menu .links-block.open{border-bottom:3px solid #018b9d;max-height:200px}.Menu .links-block.open .overlay{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:90}}.rodal,.rodal-mask{height:100%;left:0;top:0;width:100%;z-index:100}.rodal{position:fixed}.rodal-mask{background:#0000004d;position:absolute}.rodal-dialog{background:#fff;border-radius:3px;bottom:0;box-shadow:0 1px 3px #0003;left:0;margin:auto;padding:15px;position:absolute;right:0;top:0;z-index:101}.rodal-dialog:focus{outline:none}.rodal-close{cursor:pointer;height:16px;position:absolute;right:16px;top:16px;width:16px}.rodal-close:after,.rodal-close:before{background:#999;border-radius:100%;content:"";height:2px;left:0;margin-top:-1px;position:absolute;top:50%;transition:background .2s;width:100%}.rodal-close:before{transform:rotate(45deg)}.rodal-close:after{transform:rotate(-45deg)}.rodal-close:hover:after,.rodal-close:hover:before{background:#333}@keyframes rodal-fade-enter{0%{opacity:0}}.rodal-fade-enter{animation:rodal-fade-enter ease-in both}@keyframes rodal-fade-leave{to{opacity:0}}.rodal-fade-leave{animation:rodal-fade-leave ease-out both}@keyframes rodal-zoom-enter{0%{transform:scale3d(.3,.3,.3)}}.rodal-zoom-enter{animation:rodal-zoom-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-zoom-leave{to{transform:scale3d(.3,.3,.3)}}.rodal-zoom-leave{animation:rodal-zoom-leave both}@keyframes rodal-slideDown-enter{0%{transform:translate3d(0,-100px,0)}}.rodal-slideDown-enter{animation:rodal-slideDown-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideDown-leave{to{transform:translate3d(0,-100px,0)}}.rodal-slideDown-leave{animation:rodal-slideDown-leave both}@keyframes rodal-slideLeft-enter{0%{transform:translate3d(-150px,0,0)}}.rodal-slideLeft-enter{animation:rodal-slideLeft-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideLeft-leave{to{transform:translate3d(-150px,0,0)}}.rodal-slideLeft-leave{animation:rodal-slideLeft-leave both}@keyframes rodal-slideRight-enter{0%{transform:translate3d(150px,0,0)}}.rodal-slideRight-enter{animation:rodal-slideRight-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideRight-leave{to{transform:translate3d(150px,0,0)}}.rodal-slideRight-leave{animation:rodal-slideRight-leave both}@keyframes rodal-slideUp-enter{0%{transform:translate3d(0,100px,0)}}.rodal-slideUp-enter{animation:rodal-slideUp-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideUp-leave{to{transform:translate3d(0,100px,0)}}.rodal-slideUp-leave{animation:rodal-slideUp-leave both}@keyframes rodal-flip-enter{0%{transform:perspective(400px) rotateX(60deg)}70%{transform:perspective(400px) rotateX(-15deg)}to{transform:perspective(400px)}}.rodal-flip-enter{animation:rodal-flip-enter ease-in both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes rodal-flip-leave{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-15deg)}to{transform:perspective(400px) rotateX(45deg)}}.rodal-flip-leave{animation:rodal-flip-leave both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes rodal-rotate-enter{0%{transform:rotate(-180deg) scale3d(.3,.3,.3)}}.rodal-rotate-enter{animation:rodal-rotate-enter both;transform-origin:center}@keyframes rodal-rotate-leave{to{transform:rotate(180deg) scale3d(.3,.3,.3)}}.rodal-rotate-leave{animation:rodal-rotate-leave both;transform-origin:center}@keyframes rodal-door-enter{0%{transform:scaleX(0)}}.rodal-door-enter{animation:rodal-door-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-door-leave{60%{transform:scaleX(.01)}to{transform:scale3d(0,1,.1)}}.rodal-door-leave{animation:rodal-door-leave both}.Contact h2{margin:0}.Contact iframe{border:0;height:0;width:0}.Contact form{display:flex;flex-direction:column}.Contact label{font-size:14px;margin-top:10px}.Contact input,.Contact textarea{border:1px solid #eaeaea;box-sizing:border-box;font-family:Montserrat,Trebuchet MS,sans-serif;font-size:12px;height:30px;margin-bottom:10px;padding:5px}.Contact textarea{flex:1 1;resize:none}.Contact .rodal-dialog:before{align-items:center;background-color:#fff;background-image:url(/static/media/mail.5e601761d16eeca237bb.svg);background-position:center 40%;background-repeat:no-repeat;background-size:20% auto;border-radius:3px;box-sizing:border-box;content:"E-mail sent!";display:flex;font-size:30px;font-weight:400;height:100%;justify-content:center;left:0;opacity:0;padding-top:15%;position:absolute;top:0;transform:scale(0);transition:transform .4s,opacity .4s;width:100%}.Contact.sent .rodal-dialog:before{opacity:1;transform:scale(1)}.Footer{align-items:center;display:flex;padding:15px}@media screen and (max-width:900px){.Footer{flex-direction:column;justify-content:center}}.Footer .social-block,.Footer .social-block .logo{width:200px}.Footer .social-block .social-icons{align-items:center;display:flex;justify-content:space-around}.Footer .social-block .social-icons img{cursor:pointer;height:20px;width:20px}.Footer .lists-block{display:flex;flex-wrap:wrap;justify-content:center}@media screen and (min-width:900px){.Footer .lists-block{margin-left:auto}}.Footer ul{color:#fff;font-size:12px;list-style-type:none}@media screen and (max-width:900px){.Footer ul{width:180px}}.Footer ul li:not(:first-child){color:#b3b3b3;cursor:pointer}.Footer ul a{color:#b3b3b3;text-decoration:none}.Container{animation-delay:1s;animation-duration:.4s;animation-fill-mode:forwards;animation-name:reveal;max-width:1100px;opacity:0}.Container .content{background-color:#fff}iframe{border:0;height:2450px;overflow:hidden;padding-top:30px;width:100%}@media screen and (max-width:1024px){iframe{height:2350px}}@media screen and (max-width:950px){iframe{height:2150px}}@media screen and (max-width:826px){iframe{height:5200px}}@media screen and (max-width:600px){iframe{height:4300px}}@media screen and (max-width:550px){iframe{height:4000px}}@media screen and (max-width:500px){iframe{height:3800px}}@media screen and (max-width:450px){iframe{height:3550px}}@media screen and (max-width:425px){iframe{height:3250px}}@media screen and (max-width:375px){iframe{height:2900px}}@media screen and (max-width:320px){iframe{height:2800px}}@keyframes reveal{0%{opacity:0}to{opacity:1}}.Header{background-color:#00272d;background-position:center 25%;background-size:cover;min-height:275px;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}@media screen and (max-width:900px){.Header{min-height:250px}}@media screen and (max-width:1024px){.Header .title{font-size:2.5rem}}@media screen and (max-width:768px){.Header .title{font-size:2rem;max-width:60%}}@media screen and (max-width:425px){.Header .title{height:100%;max-width:100%;padding:20px}}.Header .title .subtitle{font-size:1.5rem}@media screen and (max-width:1024px){.Header .title .subtitle{font-size:1rem}}@media screen and (max-width:768px){.Header .title .subtitle{font-size:1rem}}@media screen and (max-width:333px){.Header .title .subtitle{font-size:.75rem}}.Header&gt;h2{animation-duration:1s;animation-fill-mode:both;animation-name:headerFadeIn;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#018b9dcc;bottom:30px;color:#fff;font-size:50px;font-weight:100;margin:0;padding:5px 15px;position:absolute}@media screen and (max-width:900px){.Header&gt;h2{font-size:40px}}@media screen and (max-width:425px){.Header&gt;h2{top:0}}.Header&gt;h2 span{font-weight:600}.Header&gt;h2 img{display:block;margin:0 auto;max-height:100px;max-width:250px}.Header .RegisterButtonSpan{background-color:#018b9dcc;bottom:30px;padding:10px;position:absolute;right:0}@media screen and (max-width:425px){.Header .RegisterButtonSpan{background-color:initial;bottom:5px;left:0;padding:20px}}@keyframes headerFadeIn{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.StatsBox{align-items:center;background:linear-gradient(226deg,#0a535f,#06304b);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:30px 5px}.StatsBox .text{display:flex;text-align:center}.StatsBox .text .container{padding:15px;text-align:left}.StatsBox .text .container h1{font-size:16px;font-weight:600;margin:0;max-width:400px;min-width:450px;padding:0}@media screen and (max-width:900px){.StatsBox .text .container h1{max-width:100%;min-width:0}.StatsBox .text{flex-direction:column;padding:10px}}.StatsBox .text h1{font-size:24px;font-weight:300;margin:0;max-width:500px;min-width:450px;padding:0}@media screen and (max-width:900px){.StatsBox .text h1{min-width:0}}.StatsBox .text p{font-size:14px;font-weight:300;max-width:400px}@media screen and (max-width:900px){.StatsBox .text p{max-width:800px}}.StatsBox .stats{display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:15px;max-width:800px;width:100%}.StatsBox .stat{align-items:center;display:flex;justify-content:center;min-width:200px}@media screen and (min-width:900px){.StatsBox .stat{animation-duration:1s;animation-fill-mode:both;animation-name:statFadeIn}.StatsBox .stat:nth-child(2){animation-delay:.3s}.StatsBox .stat:nth-child(3){animation-delay:.5s}.StatsBox .stat:nth-child(4){animation-delay:.7s}}.StatsBox .stat img{height:60px;margin-right:5px;margin-top:10px;width:40px}.StatsBox .stat h2{font-size:28px;font-weight:100;margin:0;padding:0;position:relative;white-space:nowrap}.StatsBox .stat span{bottom:-15px;font-size:12px;font-weight:600;position:absolute;right:0;text-transform:uppercase;white-space:nowrap}@keyframes statFadeIn{0%{filter:blur(10px);opacity:0;transform:scale(0)}to{filter:blur(0);opacity:1;transform:scale(1)}}.RegisterNow-container{background-color:#018b9d}.RegisterNow-container .RegisterNow-links{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.RegisterNow-container .RegisterNow-contents{height:100%;padding:15px}.RegisterNow-container .RegisterNow-contents .largeTitle{align-items:center;display:flex;font-size:21px;justify-content:center;margin:10px auto}.RegisterNow-container .RegisterNow-contents .largeTitle button{border:2px solid #fff}.RegisterNow-container .RegisterNow-contents #title{color:#fff;margin-top:0;padding-top:15px;text-align:center}@media screen and (max-width:900px){.RegisterNow-container .RegisterNow-contents #title{font-size:1.25rem}}.RegisterNow-container .RegisterNow-contents #list{display:flex;flex-direction:row;justify-content:space-between;margin:auto;width:95%}@media screen and (max-width:900px){.RegisterNow-container .RegisterNow-contents #list{flex-direction:column;text-align:center;width:90%}}.RegisterNow-container .RegisterNow-contents #list button{border:1px solid #fff;font-size:15px;padding:10px}@media screen and (max-width:900px){.RegisterNow-container .RegisterNow-contents #list button{margin-top:10px;width:100%}}.RegisterNow-container .RegisterNow-contents #note{color:#fff;font-size:1rem;margin:0;padding:15px;text-align:center}.PreRegisterButton.nobg,a.PreRegisterButton{background:#0000}.PreRegisterButton{background-image:url(/static/media/background.8d2b2a9d418d7e86b2f2.jpg);background-size:cover}.PreRegisterButton button{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fffc;border-radius:10px;box-shadow:0 5px 15px #ffffff80;color:#018b9d;transform:scale(1) rotate(0deg);transition:transform .4s ease}.PreRegisterButton button h1{font-size:24px;margin:0;padding:0}.PreRegisterButton button:hover{transform:scale(1.5) rotate(2deg)}.PreRegisterButton.nobg button:hover{transform:scale(1.5) rotate(-2deg)}.CitySelector{display:flex;flex-wrap:wrap;justify-content:space-between;list-style-type:none;margin:0;padding:0}.CitySelector li{border:1px solid #0000;cursor:pointer;font-size:14px;font-weight:500;margin:2px;opacity:.5;padding:2px;transition:opacity .4s,border .4s}.CitySelector li.active,.CitySelector li:hover{border-color:#00000080;opacity:1}.Schedule{display:flex;padding:5px}.Schedule button{margin-bottom:20px}@media screen and (max-width:900px){.Schedule{flex-direction:column}}.Schedule ul{align-content:center;display:flex;flex-wrap:wrap;font-size:14px;justify-content:space-around;list-style-type:none;margin:0;padding:0}.Schedule ul li{border:1px solid #0000;cursor:pointer;opacity:.5;padding:3px;transition:opacity .4s,border .4s}.Schedule ul li.active,.Schedule ul li:hover{border-color:#00000080;opacity:1}.Schedule .title{display:flex;flex-direction:column;justify-content:center}.Schedule .title h1{color:#333;font-size:24px;font-weight:400;margin:5px;padding:0}.Schedule .text{margin:0 10px}.Schedule .dates{display:flex;flex:1 1;flex-wrap:wrap;justify-content:space-around}@media screen and (max-width:900px){.Schedule .dates{align-items:center;justify-content:center}}.Schedule .date{align-items:center;display:flex}.Schedule .date.over{position:relative}.Schedule .date.over h1,.Schedule .date.over img{animation-delay:1s;animation-duration:.5s;animation-fill-mode:both;animation-name:overOpacity;opacity:.2}.Schedule .date.over:after{align-items:center;animation-delay:2s;animation-duration:2s;animation-fill-mode:both;animation-name:overOverlay;content:"Over";display:flex;font-size:24px;font-weight:600;height:100%;justify-content:center;position:absolute;transform:rotate(-5deg);width:100%}.Schedule .date img{height:50px;width:50px}.Schedule .date h1{display:flex;flex-direction:column;font-size:21px;font-weight:400}.Schedule .date h1 span{font-weight:600;margin-left:auto}@keyframes overOverlay{0%{opacity:0;transform:scale(2) rotate(-15deg)}to{opacity:1;transform:scale(1) rotate(-5deg)}}@keyframes overOpacity{0%{opacity:1}to{opacity:.2}}.SmallTimeline{align-items:center;background-color:#018b9d;display:flex;flex-direction:column;justify-content:center;padding:10px}.SmallTimeline .benefitsSection{border:1px solid #fff;border-radius:15px;color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:20px;text-align:center;width:90%}@media screen and (max-width:995px){.SmallTimeline .benefitsSection{flex-direction:column;width:60%}}.SmallTimeline .benefitsSection .benefitsColumn{display:flex;flex-direction:column;justify-content:center}.SmallTimeline .benefitsSection p{margin:20px}.SmallTimeline&gt;h1{color:#fff;font-size:21px;font-weight:200;margin:0;padding:20px;text-align:center}.SmallTimeline .items{background-color:#018b9d;background-image:url(/static/media/bg.0d4ac2ef0c274b5115d6.svg);background-position:50% 23%;background-repeat:no-repeat;background-size:100%;display:flex;flex-wrap:wrap;justify-content:space-around;width:100%}@media screen and (max-width:995px){.SmallTimeline .items{background:none;flex-direction:column;margin:auto}}.SmallTimeline .composed-layout h1,.SmallTimeline .composed-layout h2{color:#fff;font-size:14px;margin:0;padding:0;text-align:center}.SmallTimeline .composed-layout h1{text-transform:uppercase}.SmallTimeline .composed-layout h2{font-size:14px;font-style:italic;font-weight:300}.SmallTimeline .composed-item{align-items:center;display:flex;flex-direction:row;margin:0}.SmallTimeline .composed-item img{height:80px;margin-bottom:10px;width:80px}@media screen and (max-width:995px){.SmallTimeline .composed-item{flex-direction:column}}.SmallTimeline .composed-item h1,.SmallTimeline .composed-item h2{color:#fff;font-size:14px;margin:0;padding:0;text-align:center}.SmallTimeline .composed-item h1{text-transform:uppercase}.SmallTimeline .composed-item h2{font-size:14px;font-style:italic;font-weight:300}.SmallTimeline .item{align-items:center;display:flex;flex-direction:column;margin:10px}.SmallTimeline .item button{border-radius:15px;font-size:16px;margin-top:10px;padding:10px 20px}.SmallTimeline .item img{height:80px;margin-bottom:10px;width:80px}.SmallTimeline .item h1,.SmallTimeline .item h2{color:#fff;font-size:14px;margin:0;padding:0;text-align:center}.SmallTimeline .item h1{text-transform:uppercase}.SmallTimeline .item h2{font-size:14px;font-style:italic;font-weight:300}.SmallTimeline .buttonContainer{margin:20px}.SmallTimeline button{border:1px solid #fff}.Person{position:relative;width:150px}.Person.grayscale img{filter:grayscale(100%)}.Person img{font-family:"object-fit: cover;";height:150px;object-fit:cover;width:100%}.Person h2{font-size:18px;font-weight:600;margin:0}.Person p{font-size:12px;font-weight:400;margin:0}.Person p:last-child{margin-top:10px;text-align:justify}@-moz-document url-prefix(){.Person h2{font-weight:400}.Person p{font-weight:300}}.Person .linkedin{align-items:center;background-color:#fff0;border-radius:150px;display:flex;height:150px;justify-content:center;opacity:0;position:absolute;transform:scale(0);transition:all .4s;width:100%}.Person .linkedin img{height:50%;opacity:.7;width:50%}.Person:hover .linkedin{background-color:#fffc;border-radius:0;opacity:1;transform:scale(1)}@media screen and (max-width:800px){.Person .linkedin{height:150px;justify-content:flex-end;opacity:1;right:0;top:100px;transform:scale(1);width:100%}.Person .linkedin img{background-color:#fffc;height:25px;margin-top:-90px;object-fit:contain;padding:10px;transition:padding .4s;width:25px}.Person .linkedin img,.Person:hover .linkedin{border-bottom-left-radius:15px;border-top-left-radius:15px}.Person:hover .linkedin{background-color:initial}.Person:hover .linkedin img{padding-right:30px}}.MentorsList .list{justify-content:space-between}.TeamsShowcase2{background-color:#018b9d;box-sizing:border-box;padding:15px}.TeamsShowcase2 h2{color:#fff;font-weight:400;margin:0;padding:0}.TeamsShowcase2 .list-big{display:flex;flex-wrap:wrap;justify-content:space-between}.TeamsShowcase2 .list-big #last-box{max-height:75px}@media screen and (max-width:900px){.TeamsShowcase2 .list-big #last-box{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}}.TeamsShowcase2 .list-big .box,.TeamsShowcase2 .list-big&gt;a{margin:15px;width:calc(25% - 30px)}@media screen and (max-width:900px){.TeamsShowcase2 .list-big .box,.TeamsShowcase2 .list-big&gt;a{height:auto;margin:10px 0;width:100%}}.TeamsShowcase2 .list-big .big-box{height:auto;justify-content:space-between;margin:15px;max-height:20vh;padding:20px;width:calc(50% - 30px)}.TeamsShowcase2 .list-big .big-box .more-details{color:#018b9d;font-weight:700;margin:0 10px 0 0}@media screen and (max-width:900px){.TeamsShowcase2 .list-big .big-box .more-details{display:flex;justify-content:center}.TeamsShowcase2 .list-big .big-box{height:auto;margin:10px 0;text-align:center;width:100%}}.TeamsShowcase2 .list-big .TeamBox{height:100%;min-height:150px;width:100%}.TeamsShowcase2 .big-box{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:150px;padding:5px}.TeamsShowcase2 .big-box p{font-size:14px;margin:0;padding:0}.TeamsShowcase2 .big-box button{margin-left:auto;margin-top:10px}.TeamsShowcase2 .box{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:150px;padding:5px}.TeamsShowcase2 .box p{font-size:14px;margin:0;padding:0}.TeamsShowcase2 .box button{margin-left:auto;margin-top:10px}.TeamsShowcase2 .filler{flex:1 1}.SupportBox-container{background-color:#018b9d;color:#fff;flex-wrap:wrap;margin:0;padding:20px 0}.SupportBox-container,.SupportBox-container div{align-items:center;display:flex;gap:20px;justify-content:center}.SupportBox-container&gt;h1{font-size:16px;font-weight:800;margin:0;padding:0}.SupportBox-container button{border:2px solid #fff3;border-radius:20px;transition:all .4s}.SupportBox-container button:hover{border:2px solid #fff}.ProgramTimeline{padding:20px 0}.ProgramTimeline h1{font-size:28px;font-weight:400;text-align:center}.ProgramTimeline p{padding:0 15px;text-align:center}.ProgramTimeline .timeline{display:flex;flex-wrap:wrap;justify-content:center}@media screen and (max-width:900px){.ProgramTimeline .timeline{flex-direction:column}}.ProgramTimeline .link{display:none}@media screen and (max-width:900px){.ProgramTimeline .link{background-color:#333;display:block;height:2px;margin:10px auto;width:65%}.ProgramTimeline .link:after,.ProgramTimeline .link:before{background-color:#333;content:"";display:block;height:20px;width:2px}.ProgramTimeline .link:before{margin-top:-20px}.ProgramTimeline .link:after{margin-left:100%}.ProgramTimeline .link.last:before{margin-top:0}.ProgramTimeline .link.last:after{margin-top:-38px}}.ProgramTimeline .element{align-items:center;box-sizing:border-box;display:flex;padding:0 5px}@media screen and (max-width:900px){.ProgramTimeline .element.study{flex-direction:row-reverse;text-align:right}}.ProgramTimeline .element img{height:100px;margin:5px;width:100px}.ProgramTimeline .element h2{font-size:28px}.ProgramTimeline .element h2 span{color:#333;display:block;font-size:14px;font-weight:400;max-width:300px}.Tracks{align-items:center;background-color:#018b9d;color:#fff;display:flex;flex-direction:column;padding:20px 0;text-align:center;width:100%}.Tracks h1{font-weight:400}.Tracks p{margin:0;max-width:500px}.Tracks .list{display:flex;flex-wrap:wrap;justify-content:center;margin:20px 0;width:100%}@media screen and (max-width:800px){.Tracks .list{align-items:center;flex-direction:column}.Tracks .list .element{width:90%}}.Tracks .element{align-items:flex-start;background-color:#fff;box-sizing:border-box;color:#333;display:flex;margin:5px;overflow:hidden;padding:15px;text-align:left;width:45%}.Tracks .element h2{margin:0}.Tracks .element img{margin-right:15px;max-height:100px;max-width:400px}.Tracks .element img.Eviden,.Tracks .element img.Genezio{width:100px}.Tracks .element .trackLogo{height:80px;width:80px}.Tracks .element button{margin:5px 0}@media screen and (max-width:900px){.Tracks .element{align-items:flex-start;padding:10px}.Tracks .element h2{margin:10px 0}.Tracks .element p{font-size:14px}}.Tracks .element .button{align-items:center;display:flex;justify-content:left;margin:5px 0}.Tracks .element .button button{display:none}.Tracks .element .button .Partner img{height:50px;margin-left:15px;max-width:none}.Tracks .element .button span{font-weight:300}@media screen and (max-width:900px){.Tracks .element .button{flex-wrap:wrap}.Tracks .element .button span{font-size:12px}.Tracks .element .button img{max-height:35px;max-width:75px}.Tracks .element .button button{width:100%}}.NewTimeline{align-items:center;background-color:#018b9d;display:flex;flex-direction:column;justify-content:center;padding:10px}.NewTimeline&gt;h1{color:#fff;font-size:21px;font-weight:200;margin:0;padding:20px;text-align:center}.NewTimeline .items{background-color:#018b9d;justify-content:space-around;width:100%}.NewTimeline .item,.NewTimeline .items{align-items:center;display:flex;flex-direction:column}.NewTimeline .item{justify-content:center;margin:10px;padding-bottom:30px;position:relative;width:850px;z-index:2}.NewTimeline .item p{margin-left:10%;padding:0;width:80%}.NewTimeline .item .borderSide,.NewTimeline .item .borderTop{position:absolute;z-index:0}.NewTimeline .item .borderTop{bottom:0;width:90%}.NewTimeline .item .borderSide{height:100%;left:0}.NewTimeline .item:not(:first-child){margin-top:-60px}.NewTimeline .item:nth-child(2n) p{margin-left:10%;text-align:right}.NewTimeline .item:nth-child(2n) .icon{flex-direction:row-reverse;margin-left:auto;margin-right:0}.NewTimeline .item:nth-child(2n) .borderSide{left:auto;right:-5px;top:0}.NewTimeline .item .icon{align-items:center;display:flex;margin-right:auto;position:relative;text-align:left;z-index:2}.NewTimeline .item .icon img{height:80px;margin:10px;width:80px}.NewTimeline .item .icon h1,.NewTimeline .item .icon h2{color:#fff;font-size:14px;margin:0;padding:0}.NewTimeline .item .icon h1{text-transform:uppercase}.NewTimeline .item .icon h2{font-size:14px;font-style:italic;font-weight:300}@media screen and (max-width:700px){.NewTimeline .item{margin:0;width:100%}.NewTimeline .item .borderSide,.NewTimeline .item .borderTop{display:none}.NewTimeline .item:nth-child(2n),.NewTimeline .item:nth-child(odd){margin:5px}.NewTimeline .item:nth-child(2n) .icon,.NewTimeline .item:nth-child(odd) .icon{align-items:center;flex-direction:row;justify-content:center;margin:0}.NewTimeline .item:nth-child(2n) p,.NewTimeline .item:nth-child(odd) p{box-sizing:border-box;margin:0;padding:10px;text-align:center;width:100%}.NewTimeline .item iframe{height:300px;width:100vw}}.NewTimeline .item iframe{margin:0;width:100%}.NewTimeline button{border:1px solid #fff}.NewTimeline .content{background-color:initial}.NewTimeline p{color:#fff;font-size:14px}.NewTimeline .cityDates{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:10px;padding:10px}.NewTimeline .cityDates .cityDate{padding:10px;text-align:center}.NewTimeline .cityDates .cityDate h1,.NewTimeline .cityDates .cityDate h2{color:#fff;font-size:14px;margin:0;padding:0}.NewTimeline .cityDates .cityDate h1{color:#ffffff80;font-size:18px;text-transform:uppercase}.NewTimeline .cityDates .cityDate h2{font-weight:200;margin-top:-5px}.NewTimeline .guides{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:30px}.NewTimeline .guides span{color:#ffffff80;font-size:14px;font-weight:800}.NewTimeline iframe{height:250px;margin-left:10%;width:400px}.MentorsList .header{align-items:center;display:flex;justify-content:space-between;padding:10px}.MentorsList .header .text h2{font-weight:400}@media screen and (max-width:900px){.MentorsList .header{flex-direction:column;justify-content:center;text-align:center}.MentorsList .header button{margin:10px}}.MentorsList .header button{white-space:nowrap;width:200px}.MentorsList .header p{font-size:14px;margin:0;max-width:600px;padding:0}.MentorsList .header .filters{display:flex;flex-direction:column;justify-content:center}.MentorsList .header .filters .CitySelector:last-child{justify-content:flex-start}.MentorsList .header .filters img{height:20px;padding-top:5px}.MentorsList .header .filters&gt;div{align-items:flex-start;display:flex;padding-left:20px}.MentorsList .header .filters ul{display:flex;flex-wrap:wrap;list-style-type:none;margin:5px 0;padding:0}@media screen and (max-width:900px){.MentorsList .header .filters ul{flex-wrap:nowrap;overflow:auto;width:calc(100vw - 50px)}}.MentorsList .header .filters li{border:1px solid #0000;color:#000000e6;cursor:pointer;font-size:14px;font-weight:500;margin:0 5px;padding:2px 5px;transition:all .4s;white-space:nowrap}.MentorsList .header .filters li.active,.MentorsList .header .filters li:hover{border:1px solid #00000080;color:#000}@-moz-document url-prefix(){.MentorsList .filters ul li{font-weight:200}}.MentorsList .list{display:flex;flex-wrap:wrap;justify-content:space-around;margin:10px 0}.MentorsList .list .Person{margin:10px}.TeamBox{background-color:#fff;background-image:url(/static/media/team.491b6697194fa66f7f63.svg);background-position:50%;background-size:cover;color:#fff;height:150px;position:relative;width:280px}.TeamBox .bg{font-family:"object-fit: cover;";height:100%;left:0;margin:0 auto;object-fit:cover;position:absolute;width:100%;z-index:0}.TeamBox .best{background-color:#ffa500cc;margin:0;padding:5px;position:absolute;right:0;top:0;z-index:1}.TeamBox .title{align-items:center;background-color:#00272dcc;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:40%;z-index:1}.TeamBox h2{font-size:14px;font-weight:400;text-align:center}.TeamBox .logo{background-color:#ffffffe6;border-radius:20px;font-family:"object-fit: contain;";height:60px;object-fit:contain;padding:5px;width:60px}.TeamBox .track{background-color:#00272dcc;bottom:0;height:50px;padding:5px;position:absolute;right:0;width:50px}.Listing header{display:flex;justify-content:space-around}.Listing header .title{min-width:500px}@media screen and (max-width:900px){.Listing header .title{min-width:0}.Listing header{align-items:center;flex-direction:column;justify-content:center}}.Listing h1{font-weight:400;text-align:center}.Listing p{box-sizing:border-box;font-size:14px;max-width:500px;padding:0 15px;text-align:center}.Listing .filters{display:flex;flex-direction:column;justify-content:center;width:100%}.Listing .filters img{height:20px;padding-top:5px}@media screen and (max-width:900px){.Listing .filters img{border-top:1px solid #80808033;margin-top:5px;padding-right:10px;padding-top:10px}}.Listing .filters&gt;div{align-items:flex-start;display:flex;padding-left:20px}.Listing .filters ul{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style-type:none;margin:5px 0;padding:0}@media screen and (max-width:900px){.Listing .filters ul{border-top:1px solid #80808033;padding-top:10px;width:90%}}.Listing .filters li{border:1px solid #0000;color:#00000080;cursor:pointer;font-size:14px;margin:0 2px;padding:2px 5px;transition:all .4s;white-space:nowrap}.Listing .filters li.active,.Listing .filters li:hover{border:1px solid #00000080;border-radius:2px;color:#000}.Listing .list{align-items:center;display:flex;flex-direction:column;justify-content:center}.Listing .list&gt;div:first-child{display:flex;flex-wrap:wrap;justify-content:space-around;padding:30px 0;width:100%}.Listing .list&gt;div:first-child .TeamBox{margin:5px 0}.Listing .paginator{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;margin:10px 0;padding:5px}.Listing .paginator li{border:1px solid #018b9d00;border-radius:30px;cursor:pointer;padding:0 10px;transition:all .4s}.Listing .paginator li:hover{transform:scale(1.2)}.Listing .paginator .active{border-color:#018b9d}.Listing .paginator .disabled{opacity:.5}.Listing .paginator .next,.Listing .paginator .previous{background-color:#00272d;border-radius:20px;color:#fff;display:block;height:20px;text-align:center;width:10px}.AboutBox{padding-bottom:30px}.AboutBox header{display:flex;flex-direction:column}.AboutBox header .winnerCategory{align-items:center;background-color:#f7931ecc;color:#fff;display:flex;font-size:30px;font-weight:400;height:50px;justify-content:center;margin-left:auto;margin-top:-50px;padding:0 15px;position:relative;text-transform:uppercase;z-index:100}@media screen and (max-width:900px){.AboutBox header .winnerCategory{font-size:16px;padding:0 10px}}.AboutBox header .teamInfo{align-items:center;display:flex;justify-content:flex-end}@media screen and (max-width:900px){.AboutBox header .teamInfo{align-items:flex-end;flex-direction:column-reverse}}.AboutBox header .teamInfo span{align-items:center;display:flex;padding:5px}.AboutBox header .teamInfo img{height:30px;margin:0 15px}@media screen and (max-width:900px){.AboutBox header .teamInfo img{height:20px;margin:0 10px}}.AboutBox header .track{align-items:center;background-color:#00272d;color:#fff;display:flex;justify-content:space-around;margin-left:15px;padding:5px 15px 5px 5px;text-align:center}.AboutBox header .track img{margin:0}.AboutBox .details{display:flex;justify-content:center}.AboutBox .details p{max-width:600px;padding:0 15px}@media screen and (max-width:900px){.AboutBox .details{flex-direction:column}.AboutBox .details li{max-width:300px;overflow:hidden}}.AboutBox .teamDetails{padding:0 10px}.AboutBox .teamDetails h1{font-size:21px;font-weight:400;margin-bottom:5px}.AboutBox .teamDetails ul{font-size:16px;font-weight:300;list-style-type:none;margin:0;padding:0}.AboutBox .teamDetails li{align-items:center;display:flex}.AboutBox .teamDetails img{height:15px;margin:5px;width:15px}.AboutBox .galleries{display:flex;flex-wrap:wrap;justify-content:space-around}.AboutBox .galleries h1{font-size:24px;font-weight:400}.AboutBox .galleries .not-available{color:#80808080;font-weight:300;height:150px;line-height:130px;text-align:center;width:300px}.Partner{align-items:center;display:flex;justify-content:center}.Partner img{flex-shrink:0;height:100px;width:100px}@media screen and (max-width:520px){.Partner img{height:50px;width:50px}}.WhoWeAre header{align-items:center;display:flex;padding:15px 0;text-align:center}@media screen and (max-width:900px){.WhoWeAre header{flex-direction:column}}.WhoWeAre header h1{font-weight:300;margin:0;padding:0}.WhoWeAre header p{font-size:14px;max-width:500px}.WhoWeAre .text{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-left:15px}.WhoWeAre .filter{display:flex;flex:1 1;flex-wrap:wrap;list-style-type:none;margin:5px 0;padding:0}@media screen and (max-width:900px){.WhoWeAre .filter{justify-content:center}}.WhoWeAre .filter img{height:20px;padding-top:5px}.WhoWeAre .filter&gt;div{align-items:flex-start;display:flex;padding-left:20px}.WhoWeAre .filter li{border:1px solid #0000;color:#000000e6;cursor:pointer;font-size:14px;font-weight:500;margin:0 5px;padding:2px 5px;transition:all .4s;white-space:nowrap}.WhoWeAre .filter li.active,.WhoWeAre .filter li:hover{border:1px solid #00000080;color:#000}.WhoWeAre .list{display:flex;flex-wrap:wrap;justify-content:center}.WhoWeAre .list:not(:last-child){border-bottom:1px solid #ccc}.WhoWeAre .list .Person{margin:10px}.Collaborators header{align-items:center;display:flex;padding:15px 0;text-align:center}@media screen and (max-width:900px){.Collaborators header{flex-direction:column}}.Collaborators header h1{font-weight:300;margin:0;padding:0}.Collaborators header p{font-size:14px;max-width:500px}.Collaborators .text{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-left:15px}.Collaborators .filter{display:flex;flex:1 1;flex-wrap:wrap;list-style-type:none;margin:5px 0;padding:0}@media screen and (max-width:900px){.Collaborators .filter{justify-content:center}}.Collaborators .filter img{height:20px;padding-top:5px}.Collaborators .filter&gt;div{align-items:flex-start;display:flex;padding-left:20px}.Collaborators .filter li{border:1px solid #0000;color:#000000e6;cursor:pointer;font-size:14px;font-weight:500;margin:0 5px;padding:2px 5px;transition:all .4s;white-space:nowrap}.Collaborators .filter li.active,.Collaborators .filter li:hover{border:1px solid #00000080;color:#000}.Collaborators .list{display:flex;flex-wrap:wrap;justify-content:center}.Collaborators .list:not(:last-child){border-bottom:1px solid #ccc}.Collaborators .list .Person{margin:10px}.Partners{background-color:#fff;box-sizing:border-box;display:flex;flex-wrap:wrap;padding:0 5px}.Partners .CitySelector li{font-size:12px}.Partners .CitySelector li:first-child{margin-left:10px}@media screen and (max-width:900px){.Partners{flex-direction:column;justify-content:center}}.Partners .partnerBlock{box-sizing:border-box;padding:5px 30px;width:100%}.Partners .partnerBlock:first-child img,.Partners .partnerBlock:nth-child(2) img{height:150px;width:150px}@media screen and (max-width:520px){.Partners .partnerBlock:first-child img,.Partners .partnerBlock:nth-child(2) img{height:80px;width:80px}}.Partners .partnerBlock h2{color:#000c;font-size:16px;font-weight:200;margin:10px 0;padding:0 0 5px;text-align:center}.Partners .partnerBlock img{margin-right:10px;object-fit:contain}@media screen and (min-width:0\0){.Partners .partnerBlock img{width:50px}}@media screen and (max-width:800px){.Partners .partnerBlock img{margin:10px auto;max-height:100px}}.Partners .list{display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:450px){.Partners .list{grid-template-columns:repeat(1,1fr)}}.Partners .list.centered,.Partners .regionalPartners .title{align-items:center;display:flex;justify-content:center;width:100%}.Partners .regionalPartners .title{text-align:center}.Partners .regionalPartners .list img{height:80px;margin:0 15px;max-height:80px;max-width:130px}.Partners .regionalPartners span{border:1px solid #b3b3b300;color:#999;cursor:pointer;font-size:12px;margin:0 2px 2px;padding:1px 5px;transition:all .4s}.Partners .regionalPartners span.active,.Partners .regionalPartners span:hover{border-color:#b3b3b3;color:#333}.Tech{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:15px}.Tech .imgwrap{display:flex;margin:0 auto;width:200px}.Tech .contentimg{height:70px;margin:0 auto}.Tech .CitySelector{text-transform:capitalize}.Tech .Partner img{height:120px;margin:30px;max-width:none;min-width:120px}.NotFound{align-items:center;background-image:url(/static/media/10K_Feet.74a0f6f6c1a3d2b7fccf.jpg);background-position:50%;background-size:cover;display:flex;flex-direction:column;height:600px;justify-content:center;overflow:hidden;position:relative;width:100%}@media screen and (max-width:800px){.NotFound{height:400px}}.NotFound .content,.NotFound video{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.NotFound .content{align-items:center;background-color:initial;display:flex;flex-direction:column;justify-content:center;z-index:1}.NotFound video{object-fit:cover}.NotFound h1,.NotFound h2,.NotFound h3{color:#fff;margin:0;padding:0;text-align:center;text-shadow:0 0 15px #00000080;-webkit-user-select:none;user-select:none}.NotFound h1{font-size:200px}@media screen and (max-width:800px){.NotFound h1{font-size:100px}}.NotFound h2{font-size:50px;font-weight:200}@media screen and (max-width:800px){.NotFound h2{font-size:30px}}.NotFound h3{margin-top:25%;text-transform:uppercase}.NotFound img{height:100%;object-fit:cover;width:100%}
/*# sourceMappingURL=main.218b5fff.css.map*/</pre></body></html>