﻿@import url("https://fonts.googleapis.com/css?family=Montserrat");html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}table{border-collapse:collapse;border-spacing:0;}input[type=file]{display:none;}.button{font-family:"Montserrat",sans-serif;display:flex;justify-content:center;align-items:center;font-size:18px;color:#fff;border:1px solid #fff;border-radius:40px;text-decoration:none;transition:all .3s;min-width:138px;height:50px;background-color:transparent;padding:0 15px;}.button:hover,.button:focus{cursor:pointer;background-color:#3867cb;}.button:active{color:#0036a8;background-color:#fff;}.button.margin-top{margin-top:2rem;}.button.button-back{position:fixed;top:3rem;left:3rem;z-index:49;}.button.disabled{background-color:#e1e1e1!important;color:#636373!important;}.button.disabled:hover{background-color:#e1e1e1!important;color:#636373!important;cursor:not-allowed;}.input-container{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr;margin-bottom:2rem;width:100%;}.input-container.inline{grid-template-rows:1fr;grid-template-columns:auto 1fr;}.input-container label{text-align:left;font-size:18px;font-weight:bold;margin-bottom:1rem;}.input-container input{font-family:"Montserrat",sans-serif;color:#0036a8;font-size:18px;border:0;border-bottom:solid 2px #0036a8;}.input-container input:focus{outline:0;}.input-container input:disabled{background-color:unset;}.input-container input:-webkit-autofill,.input-container input:-webkit-autofill:hover,.input-container input:-webkit-autofill:focus{color:#0036a8!important;-webkit-text-fill-color:#0036a8;-webkit-box-shadow:0 0 0 1000px #fff inset;background-color:#fff!important;transition:background-color 5000s ease-in-out 0s;}.input-container input[type=checkbox],.input-container input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;margin-right:1rem;font:inherit;color:#fff;border:solid 1px #0036a8;width:22px;height:22px;transform:translateY(-.075em);display:grid;place-content:center;}.input-container input[type=checkbox]+label,.input-container input[type=radio]+label{margin-bottom:0;font-weight:normal;}.input-container input[type=checkbox]:not([disabled]):hover,.input-container input[type=radio]:not([disabled]):hover{cursor:pointer;}.input-container input[type=checkbox]:focus,.input-container input[type=checkbox]:focus-visible,.input-container input[type=radio]:focus,.input-container input[type=radio]:focus-visible{outline:#fff auto 1px;outline-offset:5px;}.input-container input[type=radio]{border-radius:2rem;}.input-container input[type=checkbox]::before,.input-container input[type=radio]::before{content:"";width:15px;height:15px;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #fff;background-color:#0036a8;}.input-container input[type=checkbox]:focus,.input-container input[type=radio]:focus{background-color:#3867cb;}.input-container input[type=checkbox]:checked,.input-container input[type=radio]:checked{background-color:#0036a8;}.input-container input[type=checkbox]:checked::before,.input-container input[type=radio]:checked::before{transform:scale(1);}.input-container input[type=checkbox]~.validation-message,.input-container input[type=radio]~.validation-message{grid-column:span 2;}.input-container select{color:#fff;background-color:#0036a8;border-radius:22px;width:100%;height:43px;padding:0 1rem;font-family:"Montserrat",sans-serif;font-size:14px;font-weight:bold;}.input-container select:hover,.input-container select:focus{cursor:pointer;background-color:#3867cb;}footer{display:flex;min-height:310px;background-image:url("/images/Footer_BG.svg");background-repeat:no-repeat;background-size:cover;background-position:bottom;}footer .footer-container{width:100%;border-top:1px solid #fff;margin:0 1rem;}footer .footer{height:100%;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:1rem;padding:2rem 0;}footer .footer-left,footer .footer-center,footer .footer-right{flex-direction:column;flex-grow:1;}footer a{color:#fff!important;}footer .footer-left{justify-content:space-between;}footer .footer-left .footer-social{flex-direction:row;}footer .footer-left .footer-social a{height:26px;display:flex;width:40px;margin-bottom:0;}footer .footer-left .footer-social a:not(:last-of-type){margin-right:2rem;}footer .footer-left .contact{flex-direction:column;align-items:flex-start;grid-row-gap:12px;}footer .footer-center{text-align:left;grid-row-gap:12px;}footer .footer-right{justify-content:space-between;border-left:solid 1px #fff;align-items:center;grid-row-gap:12px;}footer .footer-right .logo{max-width:150px;max-height:75px;}footer .footer-right .logo.top-space{margin-top:1rem;}footer .footer-right .logo.no-height{max-height:unset;margin-bottom:8px;}footer h2{font-size:16px;font-weight:700;line-height:28px;}@media screen and (max-width:1200px){footer{padding:0 1rem;box-sizing:border-box;}}@media screen and (max-width:900px){footer .footer{grid-template-columns:repeat(2,1fr);}footer .footer .footer-left{padding-bottom:2rem;border-bottom:solid 1px #fff;}footer .footer .footer-center{padding-bottom:2rem;border-bottom:solid 1px #fff;}footer .footer .footer-right{border-left:0;padding-top:2rem;grid-column-start:1;grid-column-end:span 2;}}@media screen and (max-width:600px){footer .footer{grid-template-columns:repeat(1,1fr);grid-row-gap:1rem;}footer .footer .footer-left{align-items:center;padding-bottom:1rem;border-bottom:solid 1px #fff;grid-row-gap:12px;}footer .footer .footer-center{text-align:center;padding-bottom:1rem;border-bottom:solid 1px #fff;}footer .footer .footer-center .link{margin-top:10px;}footer .footer .footer-right{border-left:0;grid-column-end:span 1;}}header{display:flex;flex-direction:column;justify-content:center;}header div{display:flex;justify-content:center;align-items:center;}header div.header{width:100%;padding:.5rem 0;justify-content:space-between;min-height:140px;}header div.header .logo_container a{display:flex;border:0;justify-content:center;}@media screen and (min-width:501px){header div.header .logo_container a:not(:first-of-type){margin-left:1.5rem;padding-left:1.5rem;border-left:#fff solid 1px;}}@media screen and (max-width:500px){header div.header .logo_container .cyber-first-logo-container{display:none;}}header div.hamburger-container{display:none;padding:0 1rem;}header div.hamburger-container .checkbox{position:absolute;width:26px;height:26px;z-index:4;opacity:0;}header div.hamburger-container .hamburger-lines{height:26px;width:26px;z-index:2;display:flex;flex-direction:column;justify-content:space-between;}header div.hamburger-container .hamburger-lines .line{display:block;height:4px;border-radius:10px;background:#fff;}header div.hamburger-container .hamburger-lines .line.line1{transform-origin:0% 0%;transition:transform .4s ease-in-out;}header div.hamburger-container .hamburger-lines .line.line2{transition:transform .2s ease-in-out;}header div.hamburger-container .hamburger-lines .line.line3{transform-origin:0% 100%;transition:transform .4s ease-in-out;}header div.hamburger-container input[type=checkbox]:checked~.menu-items{transform:translateX(0);}header div.hamburger-container input[type=checkbox]:checked~.hamburger-lines .line1{transform:rotate(45deg);}header div.hamburger-container input[type=checkbox]:checked~.hamburger-lines .line2{transform:scaleY(0);}header div.hamburger-container input[type=checkbox]:checked~.hamburger-lines .line3{transform:rotate(-45deg);}header div.menu-items{display:none;overflow:hidden;flex-direction:column;background-color:rgba(255,255,255,.1);border-radius:50px;}header div.menu-items.open .menu-item{height:50px;width:100%;justify-content:center;align-items:center;display:flex;}header div.menu-items.open .menu-item:not(:last-of-type){border-bottom:1px solid rgba(255,255,255,.2);}header div.menu-items .menu-item{height:0;width:0;transition:all .5s ease-in-out;}header span,header a{padding:0 1rem;color:#fff;}header a:not(:first-of-type),header .link:not(:first-of-type){border-left:#fff solid 1px;}@media screen and (max-width:900px){header div.header{min-height:100px;}header div.hamburger-container{display:flex;}header div.links-container{display:none;}header div.menu-items{display:flex;}}@media screen and (max-width:600px){header .menu-items{margin:0 1rem;}}.spinner{height:60px;width:60px;margin:0 auto;-webkit-animation:rotation 1s infinite linear;-moz-animation:rotation 1s infinite linear;-o-animation:rotation 1s infinite linear;animation:rotation 1s infinite linear;border-radius:100%;margin-bottom:1rem;border-left:6px solid rgba(80,82,161,.15);border-right:6px solid rgba(80,82,161,.15);border-bottom:6px solid rgba(80,82,161,.15);border-top:6px solid #0036a8;}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}to{-webkit-transform:rotate(359deg);}}@-moz-keyframes rotation{from{-moz-transform:rotate(0deg);}to{-moz-transform:rotate(359deg);}}@-o-keyframes rotation{from{-o-transform:rotate(0deg);}to{-o-transform:rotate(359deg);}}@keyframes rotation{from{transform:rotate(0deg);}to{transform:rotate(359deg);}}table{border-collapse:separate;border-spacing:0;font-size:15px;font-weight:bold;width:100%;color:#0036a8;border-radius:55px;}table tr th,table tr td{border-color:#0036a8;padding:.5rem;vertical-align:middle;}table tr th:not(:last-child),table tr td:not(:last-child){border-right-width:1px;border-right-style:solid;}table tr th{padding:1rem;}table tr td{border-top-width:1px;border-top-style:solid;background-color:#fff;}table tr td a{color:#0036a8;}table tr:last-child td{border-bottom-width:1px;border-bottom-style:solid;}table thead{font-weight:700;background-color:#007dbc;color:#fff;}table thead th:not(:last-of-type){border-right-color:#0036a8;}.cookie-banner-wrapper{background-color:#fff;color:#0036a8;padding:1rem 0;z-index:98;}.cookie-banner-wrapper .cookie-banner{display:flex;flex-direction:column;width:60vw;margin:auto;text-align:left;}@media screen and (max-width:900px){.cookie-banner-wrapper .cookie-banner{width:95vw;font-size:.9rem;line-height:1.3em;}}.cookie-banner-wrapper .cookie-banner h1{color:#0036a8;font-size:1.5rem;font-weight:700;line-height:unset;margin-bottom:.5rem;}.cookie-banner-wrapper .cookie-banner span{margin-bottom:.5rem;}.cookie-banner-wrapper .cookie-banner div{display:flex;}.cookie-banner-wrapper .cookie-banner .button-container{display:flex;align-items:center;}.cookie-banner-wrapper .cookie-banner .button-container .button{background-color:#fff;border-color:#0036a8;margin-right:1rem;width:auto;padding:0 1rem;color:#0036a8;height:35px;}.cookie-banner-wrapper .cookie-banner .button-container .button.secondary{border-color:#706f6f;color:#706f6f;}.cookie-banner-wrapper .cookie-banner .button-container .button:hover{background-color:#0036a8;color:#fff;}.cookie-banner-wrapper .cookie-banner .button-container a{color:#e60060;}@media screen and (max-width:1120px){.cookie-banner-wrapper .cookie-banner .button-container{flex-direction:column;}.cookie-banner-wrapper .cookie-banner .button-container .button{width:90%;margin:0 0 1rem 0;}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0036a8 center center no-repeat;z-index:99;opacity:1;visibility:visible;transition:visibility 0s .125s,opacity .125s linear;}.overlay.fade-out{opacity:0;visibility:hidden;}.overlay.hide{opacity:0;visibility:hidden;z-index:-99;}.overlay-container{position:absolute;left:50%;top:50%;min-height:20rem;min-width:30rem;background:#fff;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;flex-direction:column;color:#706f6f;font-size:1.5rem;border-style:solid;border-radius:55px;box-shadow:0 0 5px rgba(66,66,66,.75);padding:2rem;text-align:center;visibility:hidden;animation-name:fadeIn;animation-delay:.5s;animation-duration:.125s;animation-fill-mode:forwards;}@keyframes fadeIn{0%{opacity:0;}100%{visibility:visible;opacity:1;}}.overlay-container.hide{opacity:0;visibility:hidden;transition:visibility 0s .125s,opacity .125s linear;}.overlay-container .bulk-load-body{flex-direction:column;}.overlay-container .bulk-load-body span:not(:last-of-type){padding-bottom:1rem;}.overlay-container.primary{background:#0036a8;}.overlay-container.primary .button:hover{background-color:#fff;color:#0036a8;}.overlay-container.full-page{height:90vh;width:90vw;justify-content:flex-start;}.overlay-container>div:not(:last-of-type){margin-bottom:2rem;}.overlay-container .spinner{border-left:6px solid rgba(80,82,161,.15);border-right:6px solid rgba(80,82,161,.15);border-bottom:6px solid rgba(80,82,161,.15);border-top:6px solid #0036a8;}.overlay-container .button{background-color:#fff;color:#0036a8;border-color:#0036a8;}.overlay-container .button:hover{background-color:#0036a8;color:#fff;}.overlay-container .message-title{color:#0036a8;font-weight:bold;}@media screen and (max-width:600px){.overlay-container{min-width:unset;width:80vw;}}.card-container,.table-card-container{display:grid!important;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:20px;align-items:stretch!important;}.card-container.fit-content .card,.table-card-container.fit-content .card{justify-self:center;}.card-container .card,.table-card-container .card{position:relative;background-color:#fff;border-radius:55px;flex:1;margin:1rem;flex-direction:column;color:#0036a8;padding:4rem 2rem;justify-content:flex-start;flex-basis:auto;}.card-container .card.no-padding,.table-card-container .card.no-padding{padding:0;}.card-container .card.with-top-circle,.table-card-container .card.with-top-circle{margin-top:70px;}.card-container .card.left-align,.table-card-container .card.left-align{align-items:flex-start!important;text-align:left;}.card-container .card.left-align h1,.card-container .card.left-align h2,.card-container .card.left-align h3,.card-container .card.left-align p,.table-card-container .card.left-align h1,.table-card-container .card.left-align h2,.table-card-container .card.left-align h3,.table-card-container .card.left-align p{text-align:left;}.card-container .card h1,.card-container .card h3,.table-card-container .card h1,.table-card-container .card h3{color:#0036a8;font-size:25px;font-weight:700;}.card-container .card h2,.table-card-container .card h2{color:#0036a8;}.card-container .card img,.card-container .card p,.card-container .card blockquote,.table-card-container .card img,.table-card-container .card p,.table-card-container .card blockquote{text-align:left;margin-bottom:3rem;}.card-container .card img.top-circle,.table-card-container .card img.top-circle{width:140px;height:140px;border-radius:50%;position:absolute;top:-70px;right:25px;}.card-container .card ul li,.table-card-container .card ul li{margin-bottom:1rem;list-style:disc;margin-left:1.5rem;max-width:60ch;text-align:left;}.card-container .card blockquote,.table-card-container .card blockquote{text-align:center;flex-grow:1;}.card-container .card .quoter,.table-card-container .card .quoter{text-align:center;font-weight:bold;margin-bottom:0!important;}.card-container .card .button,.card-container .card .button:visited,.table-card-container .card .button,.table-card-container .card .button:visited{border:1px solid #0036a8;color:#0036a8;}.card-container .card .button:hover,.card-container .card .button:focus,.card-container .card .button:visited:hover,.card-container .card .button:visited:focus,.table-card-container .card .button:hover,.table-card-container .card .button:focus,.table-card-container .card .button:visited:hover,.table-card-container .card .button:visited:focus{color:#fff;}.card-container .card .button:active,.card-container .card .button:visited:active,.table-card-container .card .button:active,.table-card-container .card .button:visited:active{background-color:#0036a8;color:#fff;}.card-container .card input:focus,.card-container .card input:focus-visible,.table-card-container .card input:focus,.table-card-container .card input:focus-visible{box-shadow:0 0 5px #0036a8;border:1px solid #0036a8;padding:5px;}.card-container .card a:not(.button),.card-container .card a:not(.button):visited,.card-container .card .link,.table-card-container .card a:not(.button),.table-card-container .card a:not(.button):visited,.table-card-container .card .link{color:#e60060;text-decoration:underline;text-underline-offset:6px;}.card-container .card a:not(.button):hover,.card-container .card a:not(.button):visited:hover,.card-container .card .link:hover,.table-card-container .card a:not(.button):hover,.table-card-container .card a:not(.button):visited:hover,.table-card-container .card .link:hover{text-decoration-thickness:max(3px,.1875rem,.12em);}.card-container .card a:not(.button).header,.card-container .card a:not(.button):visited.header,.card-container .card .link.header,.table-card-container .card a:not(.button).header,.table-card-container .card a:not(.button):visited.header,.table-card-container .card .link.header{color:#0036a8;text-underline-offset:10px;}.card-container .card a:not(.button).header:hover,.card-container .card a:not(.button):visited.header:hover,.card-container .card .link.header:hover,.table-card-container .card a:not(.button).header:hover,.table-card-container .card a:not(.button):visited.header:hover,.table-card-container .card .link.header:hover{text-decoration-thickness:max(6px,.1875rem,.12em);}.card-container .card .button-container a,.card-container .card .button-container a:visited,.table-card-container .card .button-container a,.table-card-container .card .button-container a:visited{text-decoration:none;}@media screen and (max-width:900px){.card-container .card,.table-card-container .card{padding:3rem 1rem;margin:.5rem;}}@media screen and (max-width:900px){.card-container,table-card-container{flex-wrap:wrap;}}@keyframes slide-mask{from{background-position:0 0;}to{background-position:-10000px 5000px;}}@-webkit-keyframes slide-mask{from{background-position:0 0;}to{background-position:-10000px 5000px;}}@-moz-keyframes slide-mask{from{background-position:0 0;}to{background-position:-10000px 5000px;}}@-ms-keyframes slide-mask{from{background-position:0 0;}to{background-position:-10000px 5000px;}}.stars,.star-mask{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;}.stars{background:#0036a8 url("/images/stars.png") repeat top center;}.stars.behind{z-index:-2;}.stars.infront{z-index:0;}.star-mask{background:transparent url("/images/star_mask.png") repeat top center;animation:slide-mask 400s linear infinite;}.star-mask.behind{z-index:-1;}.star-mask.infront{z-index:1;}#index{display:flex;flex-direction:column;align-items:center;}#index div{display:flex;align-items:center;justify-content:center;}#index .flex-column{flex-direction:column;}#index h1,#index h3{margin-bottom:2rem;max-width:46ch;}#index h2.link:hover{cursor:pointer;}#index p{margin-bottom:2rem;font-size:22px;max-width:60ch;text-align:left;}#index p.bold{font-weight:bold;}#index section{width:100%;padding-top:3rem;}#index section#section_how-it-works h2{padding-bottom:2rem;}#index section#section_how-it-works .card-container{grid-template-columns:repeat(2,1fr);}#index section#section_how-it-works p{font-size:18px;flex:1;}#index section#section_one{min-height:600px;background-image:url("/images/CityScape.svg");background-repeat:no-repeat;background-size:cover;background-position:bottom;}@media screen and (max-width:700px){#index section#section_one{background-position-y:calc(150px - 12vw);}}#index section#competition_banner{padding-bottom:3rem;background-image:url("/images/HomeBanner.svg");background-repeat:no-repeat;background-size:cover;background-position:center;}#index section#competition_banner h2{padding-bottom:2rem;}#index section#competition_banner p{font-size:1.5rem;font-weight:900;}#index section#competition_banner p.blue{padding:1rem;font-size:1.75rem;background-color:#151c4b;}#index section#section_two{background:transparent linear-gradient(0deg,transparent 80%,#512b86 100%) 0% 0% no-repeat padding-box;}#index section#section_two h2{padding-bottom:2rem;}#index section#section_two p{font-size:18px;}#index section#section_two .card-container{grid-template-columns:repeat(2,1fr);}#index section#section_two .card-container .card.with-top-circle{justify-content:flex-start;}#index section#section_three{margin-bottom:5rem;}#index section#section_three h2{padding-bottom:2rem;}#index section#section_three .card-container{grid-template-columns:repeat(3,1fr);}#index section#section_four{grid-template-columns:1fr;}#index section#section_four h1{line-height:unset;}#index section#section_four h2{padding-bottom:2rem;}#index section#section_four p{font-size:18px;}#index section#section_four p:last-of-type{margin-bottom:0;}#index section#section_five .section_five_content{display:grid;grid-template-columns:repeat(2,1fr);}#index section#section_five .section_five_content .section_five_right{flex-direction:column;padding:1rem;}#index section#section_five .section_five_content .section_five_right h1,#index section#section_five .section_five_content .section_five_right p,#index section#section_five .section_five_content .section_five_right .button-container{width:100%;}#index section#section_ten *{box-sizing:border-box;}#index section#section_ten h2{padding-bottom:2rem;}#index section#section_ten p{font-size:18px;}#index section#section_ten .card-container{width:100%;margin:10px auto;display:block;}#index section#section_ten .card-container .card__wrap--outer{flex-direction:row;flex-wrap:wrap;width:100%;}#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner{flex-direction:row;width:100%;}@media(min-width:480px){#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner{width:50%;}}@media(min-width:1024px){#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner{width:33%;}}#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card{padding:0;overflow:hidden;background-color:transparent;}#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card div{width:100%;justify-content:flex-start;}#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card:hover{cursor:pointer;}#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card .image img{width:100%;margin-bottom:0;object-fit:cover;height:250px;}@media(min-width:480px){#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card .image img{height:215px;}}@media(min-width:1024px){#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card .image img{height:180px;}}#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card .image img.default{object-position:-10px -15px;background-color:#fff;}#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card .card__item{padding:1rem;text-align:left;background-color:#fff;height:90px;align-items:unset;}#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card .card__item h2{font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:inherit;}#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card .card__footer{padding:0 1rem 2rem 1rem;font-size:.75rem;color:#706f6f;background-color:#fff;flex-direction:column;line-height:1.25rem;}#index section#section_ten .card-container .card__wrap--outer .card__wrap--inner .card .card__footer .label{min-height:20px;}#index section#section_ten .card-container .flexible{flex-grow:1;}@media screen and (max-width:900px){#index section#section_two .card-container,#index section#section_three .card-container,#index section#section_how-it-works .card-container{grid-template-columns:1fr;}#index section#section_five .section_five_content{grid-template-columns:1fr;margin-bottom:3rem;}#index section#section_five .section_five_content .section_five_right h1,#index section#section_five .section_five_content .section_five_right p,#index section#section_five .section_five_content .section_five_right .button-container{text-align:center;justify-content:center;}#index section#section_five .section_five_content .robot_div{display:none;}}#consent{flex-direction:column;margin-bottom:5rem;}#consent h1{margin-bottom:2rem;}#consent div{align-items:center;justify-content:center;}#consent .card-container{grid-template-columns:1fr;}#consent .card-container .card.guardian-consent h1{margin-bottom:0;}#consent .card-container .card.guardian-consent span{margin-bottom:2rem;}#consent .card-container .card.guardian-consent a{text-decoration:underline;}#consent .card-container .card.guardian-consent a:hover{cursor:pointer;}#consent .card-container .card.guardian-consent .validation-message{margin-left:calc(28px + 1rem);justify-content:start;}#consent .card-container .card span{margin-bottom:1rem;text-align:left;}#consent .card-container .card .consent-container{flex-direction:column;}#consent .card-container .card .consent-container label{width:100%;text-align:left;}#consent .card-container .card .consent-container .button-container{width:100%;justify-content:space-around;margin:2rem;}#consent .card-container .card .consent-container .button-container .button{color:#fff;}#consent .card-container .card .consent-container .button-container .button.yes{background:#00b29d;}#consent .card-container .card .consent-container .button-container .button.no{background:#ef6eb8;}#consent .card-container .card .consent-container .button-container .button:hover{background-color:#3867cb;}#consent .card-container .card .consent-container .button-container .consent-button{flex-grow:1;margin:1rem;min-height:100px;border-radius:20px;color:#fff;font-size:3rem;border:3px solid #fff;}#consent .card-container .card .consent-container .button-container .consent-button.yes{background:#00b29d;}#consent .card-container .card .consent-container .button-container .consent-button.yes.selected{border-color:#0036a8;}#consent .card-container .card .consent-container .button-container .consent-button.no{background:#ef6eb8;}#consent .card-container .card .consent-container .button-container .consent-button:hover{cursor:pointer;}#dashboard{flex-direction:column;margin-bottom:5rem;}#dashboard .flex-column{flex-direction:column;}#dashboard h1{margin-bottom:2rem;display:flex;flex-direction:column;flex-grow:1;justify-content:center;}#dashboard div{justify-content:center;align-items:center;}#dashboard .card-container{grid-template-columns:repeat(4,1fr);}#dashboard .card-container .card{grid-column:span 2;}#dashboard .card-container .card.new-teacher{padding:1rem 2rem;}#dashboard .card-container .card.dashboard-guardian-info,#dashboard .card-container .card.new-teacher{grid-column:1/-1;grid-column-end:5!important;}#dashboard .card-container .card.dashboard-guardian-info span,#dashboard .card-container .card.new-teacher span{margin-bottom:2rem;}#dashboard .card-container .card.dashboard-guardian-info iframe,#dashboard .card-container .card.new-teacher iframe{width:100%;height:100%;}#dashboard .card-container .card>div{position:relative;}#dashboard .card-container .card>div .tooltip{position:absolute;bottom:-2rem;}#dashboard .card-container .card h1{margin-bottom:2rem;}#dashboard .card-container .card.dependant h1{margin-bottom:0;}#dashboard .card-container .card.dependant span{margin-bottom:2rem;}#dashboard .card-container .card:last-child:nth-child(2n-1){grid-column-end:4;}#dashboard .table-card-container{grid-template-columns:1fr;}#dashboard .table-card-container span.link{text-decoration:underline;}#dashboard .table-card-container span.link:hover{cursor:pointer;}#dashboard .table-card-container.mobile{display:none!important;}#dashboard .table-card-container .card{padding:0;overflow:hidden;}#dashboard .table-card-container .card h1{margin:0;}#dashboard .table-card-container .card .description{padding-bottom:10px;}#dashboard .table-card-container .card a{text-decoration:underline;}#dashboard .table-card-container .card .table-container{display:block;overflow-y:auto;max-height:444px;}#dashboard .table-card-container .card .table-container table{width:unset;}#dashboard .table-card-container .card .table-container table thead{position:sticky;top:0;z-index:1;}#dashboard .table-card-container .card .table-container table th,#dashboard .table-card-container .card .table-container table td{border-right-style:none;}#dashboard .table-card-container .card .table-container table th.right-align,#dashboard .table-card-container .card .table-container table td.right-align{text-align:right;font-size:.8rem;}#dashboard .table-card-container .card .table-container table th{padding:10px;text-align:left;}#dashboard .table-card-container .card .table-container table th.center{text-align:center;}#dashboard .table-card-container .card .table-container table td{padding:10px;}#dashboard .table-card-container .card .table-container table td.break-on-newline{white-space:pre;}#dashboard .table-card-container .card .table-container table td.left-align{text-align:left;}#dashboard .table-card-container .card .table-container table td a:hover{cursor:pointer;}#dashboard .table-card-container .card .table-container table td div.unconfirmed-emails{display:grid;grid-template-columns:auto 1fr;align-items:baseline;}#dashboard .table-card-container .card .table-container table td div.unconfirmed-emails div{justify-content:left;}#dashboard .table-card-container .card .table-container table td div.unconfirmed-emails div.header{font-size:.8rem;margin-right:1rem;}#dashboard .table-card-container .card .table-container table td.buttons-multiple .button:not(:last-of-type){margin-bottom:10px;}#dashboard .table-card-container .card .table-container table input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;font:inherit;color:#fff;border:solid 1px #0036a8;width:22px;height:22px;transform:translateY(-.075em);display:grid;place-content:center;}#dashboard .table-card-container .card .table-container table input[type=checkbox]::before{content:"";width:15px;height:15px;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #fff;background-color:#0036a8;}#dashboard .table-card-container .card .table-container table input[type=checkbox]:focus{background-color:#3867cb;}#dashboard .table-card-container .card .table-container table input[type=checkbox]:checked{background-color:#0036a8;}#dashboard .table-card-container .card .table-container table input[type=checkbox]:checked::before{transform:scale(1);}#dashboard .table-card-container .card .table-container table input[type=checkbox]:not([disabled]):hover{cursor:pointer;}#dashboard .table-card-container .card .table-container table input[type=checkbox]:focus,#dashboard .table-card-container .card .table-container table input[type=checkbox]:focus-visible{outline:#fff auto 1px;outline-offset:5px;}#dashboard .table-card-container .footer-buttons{flex-direction:row;}#dashboard .table-card-container .footer-buttons .button{margin:20px;}#dashboard .table-card-container .button.small{position:relative;height:unset;width:unset;padding:0 1rem;margin-left:1rem;font-size:inherit;}#dashboard .table-card-container .button.small.primary{background-color:#0036a8;color:#fff;}#dashboard .table-card-container .button.small.primary:hover{background-color:#3867cb;}#dashboard .dashboard-teacher-info,#dashboard .dashboard-guardian-info{flex-direction:column;text-align:left;}#dashboard .dashboard-teacher-info iframe,#dashboard .dashboard-guardian-info iframe{width:100%;height:100%;}#dashboard .dashboard-teacher-info h2,#dashboard .dashboard-teacher-info span,#dashboard .dashboard-guardian-info h2,#dashboard .dashboard-guardian-info span{margin-bottom:.5rem;}#dashboard .dashboard-teacher-info span,#dashboard .dashboard-guardian-info span{width:100%;}@media screen and (max-width:600px){#dashboard .card-container{grid-template-columns:1fr;}#dashboard .card-container .card{grid-column:span 3;}}@media screen and (max-width:950px){#dashboard .back span{display:none;}#dashboard .table-card-container.large{display:none!important;}#dashboard .table-card-container.mobile{display:block!important;}#dashboard .table-card-container.mobile .card{border-radius:25px;align-items:flex-start;}#dashboard .table-card-container.mobile .card .header,#dashboard .table-card-container.mobile .card .data{flex-direction:column;align-items:flex-start;padding:.5rem 2rem .5rem 2rem;width:calc(100% - 4rem);}#dashboard .table-card-container.mobile .card .header{background-color:#007dbc;color:#fff;font-weight:700;font-size:1.25rem;}#dashboard .table-card-container.mobile .card .header div{align-items:baseline;}#dashboard .table-card-container.mobile .card .header div span{padding-left:1rem;}#dashboard .table-card-container.mobile .card .header .small{font-size:.8rem;}#dashboard .table-card-container.mobile .card .data .action-controls{width:100%;justify-content:space-between;padding-top:.5rem;}#dashboard .table-card-container.mobile .card .data .action-controls div{flex-grow:1;align-items:center;font-size:.8rem;}#dashboard .table-card-container.mobile .card .data .action-controls div.left{justify-content:flex-start;}#dashboard .table-card-container.mobile .card .data .action-controls div.right{justify-content:flex-end;}#dashboard .table-card-container.mobile .card span.label{font-weight:700;}}.overlay-container{color:#0036a8;}.overlay-container.wide{min-width:40vw;}.overlay-container form{display:flex;flex-direction:column;}.overlay-container .message-title{margin-bottom:2rem;}.overlay-container .body{flex-direction:column;}.overlay-container .body div:not(:last-of-type){margin-bottom:2rem;}.overlay-container .body .student-details{flex-direction:column;}.overlay-container .body .student-details.left{align-items:flex-start;text-align:left;}.overlay-container .body .student-details div{flex-direction:column;}.overlay-container .body .student-details div.input-container label{margin-bottom:.25rem;}.overlay-container .body .student-details .small{font-size:1.2rem;}.overlay-container .button-container{justify-content:center;}.overlay-container .button-container .button:not(:last-of-type){margin-right:20px;}.not-my-student .input-container{margin-top:2rem;}#your-students{flex-direction:column;margin-bottom:5rem;}#your-students h1{margin-bottom:2rem;}#your-students div.back{justify-content:space-between!important;margin-right:5rem;margin-top:.5rem;}#your-students div.action-container--bottom{position:sticky;bottom:0;z-index:1;background-color:#0036a8;padding-top:.5rem;padding-bottom:.5rem;}#your-students div.action-container--bottom .actions{flex-direction:row;background-color:#fff;border-radius:55px;color:#0036a8;margin-bottom:0;margin-top:0;padding:.5rem 2rem;}#your-students div.action-container--bottom .actions .selected-count{font-size:3rem;}#your-students div.action-container--bottom .actions .selected-count span{margin-left:1rem;font-size:18px;}#your-students div.action-container--bottom .actions .action-buttons{flex-grow:1;justify-content:flex-end;}#your-students div.action-container--bottom .actions .action-buttons .button:not(:last-of-type){margin-right:1rem;}#your-students div.student-managment-container .student-managment{margin:1rem 1rem .5rem 1rem;padding:1rem 3rem;border-radius:55px;}#your-students div.student-managment-container .student-managment span{text-align:left;width:100%;max-width:unset;}#your-students div.student-managment-container .student-managment span:first-of-type{margin-bottom:.75rem;}#your-students div.no-students{flex-direction:column;}#your-students div.no-students span{margin:1rem 0;}#your-students div.student-filters{justify-content:center;margin-top:.5rem;flex-wrap:wrap;}#your-students div.student-filters span:not(:last-of-type){margin-right:1rem;padding-right:1rem;border-right:1px solid #fff;}#your-students div.student-filters input,#your-students div.student-filters select{font-size:18px;}#your-students input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;font:inherit;color:#fff;border:solid 1px #0036a8;width:22px;height:22px;transform:translateY(-.075em);display:grid;place-content:center;}#your-students input[type=checkbox]::before{content:"";width:15px;height:15px;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #fff;background-color:#0036a8;}#your-students input[type=checkbox]:focus{background-color:#3867cb;}#your-students input[type=checkbox]:checked{background-color:#0036a8;}#your-students input[type=checkbox]:checked::before{transform:scale(1);}#your-students input[type=checkbox]:not([disabled]):hover{cursor:pointer;}#your-students input[type=checkbox]:focus,#your-students input[type=checkbox]:focus-visible{outline:#fff auto 1px;outline-offset:5px;}#your-students .card-container{grid-template-columns:1fr;}#your-students .card-container.mobile{display:none!important;}#your-students .card-container .card{padding:0;overflow:hidden;}#your-students .card-container .table-scroll{width:100%;overflow-x:auto;}#your-students .card-container table tr td:first-of-type,#your-students .card-container table tr th:first-of-type{vertical-align:middle;text-align:center;text-align:-webkit-center;}@media screen and (max-width:950px){#your-students .card-container table .column1{display:none;}}@media screen and (max-width:850px){#your-students .card-container table .column2{display:none;}}@media screen and (max-width:750px){#your-students .card-container table .column3{display:none;}}@media screen and (max-width:650px){#your-students .back span{display:none;}#your-students .card-container.large{display:none!important;}#your-students .card-container.mobile{display:unset!important;}#your-students .card-container.mobile .card{border-radius:25px;}#your-students .card-container.mobile .card .header{flex-direction:column;align-items:flex-start;width:100%;background-color:#007dbc;color:#fff;font-weight:700;font-size:1.25rem;padding:.5rem 0 .5rem 3rem;}#your-students .card-container.mobile .card .header .email{font-size:.8rem;}#your-students .card-container.mobile .card .data{flex-direction:column;width:100%;align-items:flex-start;padding:.5rem 0 .5rem 3rem;}#your-students .card-container.mobile .card span.label{font-weight:700;}}#your-classes{flex-direction:column;margin-bottom:5rem;}#your-classes h1{margin-bottom:2rem;}#your-classes div{justify-content:center;align-items:center;}#your-classes div.back{justify-content:space-between!important;margin-right:5rem;margin-top:.5rem;}#your-classes div.action-container--bottom{position:sticky;bottom:0;z-index:1;background-color:#0036a8;padding-top:.5rem;padding-bottom:.5rem;}#your-classes div.action-container--bottom .actions{flex-direction:row;background-color:#fff;border-radius:55px;color:#0036a8;margin-bottom:0;margin-top:0;padding:.5rem 2rem;}#your-classes div.action-container--bottom .actions .selected-count{font-size:3rem;}#your-classes div.action-container--bottom .actions .selected-count span{margin-left:1rem;font-size:18px;}#your-classes div.action-container--bottom .actions .action-buttons{flex-grow:1;justify-content:flex-end;}#your-classes div.action-container--bottom .actions .action-buttons .button:not(:last-of-type){margin-right:1rem;}#your-classes div.no-classes{flex-direction:column;}#your-classes div.no-classes span{margin:1rem 0;}#your-classes input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;font:inherit;color:#fff;border:solid 1px #0036a8;width:22px;height:22px;transform:translateY(-.075em);display:grid;place-content:center;}#your-classes input[type=checkbox]::before{content:"";width:15px;height:15px;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #fff;background-color:#0036a8;}#your-classes input[type=checkbox]:disabled{background-color:#eee;border-color:#706f6f;}#your-classes input[type=checkbox]:focus{background-color:#3867cb;}#your-classes input[type=checkbox]:checked{background-color:#0036a8;}#your-classes input[type=checkbox]:checked::before{transform:scale(1);}#your-classes input[type=checkbox]:not([disabled]):hover{cursor:pointer;}#your-classes input[type=checkbox]:focus,#your-classes input[type=checkbox]:focus-visible{outline:#fff auto 1px;outline-offset:5px;}#your-classes .card-container{grid-template-columns:1fr;}#your-classes .card-container.mobile{display:none!important;}#your-classes .card-container .card{padding:0;overflow:hidden;}#your-classes .card-container table tr td:first-of-type,#your-classes .card-container table tr th:first-of-type{vertical-align:middle;text-align:center;text-align:-webkit-center;}#your-classes .card-container table tr td span.link{color:#e60060;}#your-classes .card-container table tr td span.link.disabled{text-decoration:none;color:#747493;}#your-classes .card-container table tr td span.link.disabled:hover{cursor:default;}@media screen and (max-width:950px){#your-classes .card-container table .column1{display:none;}}@media screen and (max-width:850px){#your-classes .card-container table .column2{display:none;}}@media screen and (max-width:750px){#your-classes .card-container table .column3{display:none;}}@media screen and (max-width:650px){#your-classes .back span{display:none;}#your-classes .card-container.large{display:none!important;}#your-classes .card-container.mobile{display:unset!important;}#your-classes .card-container.mobile .card{border-radius:25px;}#your-classes .card-container.mobile .card .header{flex-direction:column;align-items:flex-start;width:100%;background-color:#007dbc;color:#fff;font-weight:700;font-size:1.25rem;padding:.5rem 0 .5rem 3rem;}#your-classes .card-container.mobile .card .header .email{font-size:.8rem;}#your-classes .card-container.mobile .card .data{flex-direction:column;width:100%;align-items:flex-start;padding:.5rem 0 .5rem 3rem;}#your-classes .card-container.mobile .card span.label{font-weight:700;}}.overlay-container.add-class .current-description{text-align:left;font-size:18px;}.overlay-container.add-class .button-container{justify-content:space-between;}#profile{flex-direction:column;margin-bottom:5rem;}#profile h1{margin-bottom:2rem;}#profile div{align-items:center;}#profile .card-container{grid-template-columns:1fr;}#profile .card-container .submit-button-container{justify-content:center;}#profile .resend-reg-button,#profile .pass-reset-button{width:auto;padding:0 1rem;align-self:flex-start;}#add_students{flex-direction:column;margin-bottom:5rem;}#add_students h1{margin-bottom:2rem;}#add_students div{align-items:center;}#add_students .card-container{grid-template-columns:repeat(2,50%);grid-gap:0;}#add_students .card-container .input-container.inlined label{grid-column:1/-1;}@media screen and (max-width:900px){#add_students .card-container{grid-template-columns:1fr;}}#add_students .mandatory{font-style:italic;padding-bottom:1rem;}#add_students .resend-reg-button{width:auto;padding:0 1rem;align-self:flex-start;}#add_students .bulk-load h2{margin-bottom:2rem;}#add_students .bulk-load .submit-button-container .button{align-items:center;width:auto;padding:0 1rem;margin-bottom:1rem;}#add_students .bulk-load .bulk-results{margin-top:1rem;padding-top:1rem;flex-direction:column;align-items:flex-start;border-top:1px solid #0036a8;width:100%;}#add_students .bulk-load .bulk-results span:first-of-type{font-weight:700;}#add_students .bulk-load .bulk-results .button{margin-top:1rem;}.overlay-container{max-height:80vh;}.overlay-container .bulk-results-modal{position:relative;}.overlay-container .bulk-results-modal .card-container{grid-template-columns:1fr;}.overlay-container .bulk-results-modal .card-container .card{padding:0;overflow-y:auto;max-height:50vh;border-radius:0;}.overlay-container .bulk-results-modal .card-container .card table{border-radius:0;border:1px solid #0036a8;border-bottom:0;width:99.5%;}.overlay-container .bulk-results-modal .card-container .card table thead{position:sticky;top:0;}.overlay-container .bulk-results-modal .card-container .button-container{justify-content:center;}#register{flex-direction:column;margin-bottom:5rem;}#register h1{margin-bottom:2rem;}#register div{align-items:center;}#register .card-container{grid-template-columns:1fr;}#register .card-container .card .school-search{flex-direction:column;margin-top:1rem;}#register .card-container .card .school-results{padding:1rem 0;margin-bottom:1rem;border-bottom:1px #0036a8 solid;}#register .card-container .card .school-results ol{list-style:disc;padding-left:2rem;}#register .card-container .card .school-results ol li:hover{cursor:pointer;}#register .card-container .card .school-results ol li:active,#register .card-container .card .school-results ol li:focus{text-decoration:underline;font-weight:700;outline:0;}#register .card-container .card .input-container.inline label{grid-column:1/-1;}#register .mandatory{font-style:italic;padding-bottom:1rem;}#register .info{padding-bottom:1rem;}#register .action{padding-bottom:.5rem;border-bottom:1px #0036a8 solid;max-width:unset;}#register .action:hover{cursor:pointer;}#register .action:focus,#register .action:focus-visible{outline:#0036a8 auto 1px;outline-offset:5px;}#register .consents{display:flex;flex-direction:column;padding:1rem 1rem 0 1rem;}#register .consents #google_recaptcha{width:100%;justify-content:center;margin-bottom:2rem;}#register .accept-terms{display:flex;flex-direction:column;margin-bottom:2rem;}#register .accept-terms .input-container{margin:0;}#register .accept-terms .validation-message{align-items:flex-start;padding:0 1rem;width:100%;background-color:#fff;border-radius:55px;margin-top:1rem;}#register:first-child{display:flex;flex-direction:column;}#register input[type=checkbox]{border:solid 1px #fff;}#register .submit-button-container{justify-content:center;}#complete-registration{flex-direction:column;margin-bottom:5rem;}#complete-registration h1{margin-bottom:2rem;}#complete-registration div{align-items:center;}#complete-registration .mandatory{font-style:italic;padding-bottom:1rem;}#complete-registration .submit-button-container{justify-content:center;}#complete-registration .info{flex-direction:column;}#complete-registration .info span{margin-bottom:.5rem;}#complete-registration .info span.bold{font-weight:900;}.static-content{flex-direction:column;margin-bottom:5rem;}.static-content h1{margin-bottom:2rem;}.static-content div{align-items:center;}.static-content .card-container{grid-template-columns:1fr;}.static-content .card-container .card h1{margin-top:2rem;margin-bottom:0;max-width:37ch;}.static-content .card-container .card span:not(:last-of-type){margin-bottom:1rem;}.static-content .card-container .submit-button-container{justify-content:center;}#resources{display:flex;flex-direction:column;align-items:center;padding-bottom:3rem;}#resources div{display:flex;align-items:center;justify-content:center;}#resources .flex-column{flex-direction:column;}#resources h1{margin-bottom:2rem;max-width:46ch;}#resources p{margin-bottom:2rem;font-size:22px;max-width:60ch;}#resources section{width:100%;padding-top:3rem;}#resources section#section_two{margin-top:.5rem;}#resources section#section_two h2{padding-bottom:2rem;}#resources section#section_two p{font-size:18px;width:100%;}#resources section#section_two p:last-of-type{margin-bottom:0;}#resources section#section_two .card-container .card span{margin-bottom:1rem;}#resources section#section_two .card-container .card span.bold{font-weight:700;}#resources section#section_two .card-container .card ul{margin-bottom:1rem;}#resources section#section_two .card-container .card ul li{text-align:left;}#resources section#section_two .card-container .card .workshop{flex-direction:column;align-self:flex-start;align-items:flex-start;margin-top:1rem;width:100%;font-size:18px;}#resources section#section_two .card-container .card .workshop h3{font-size:32px;padding-top:2rem;padding-bottom:2rem;font-weight:700;}#resources section#section_two .card-container .card .workshop span{text-align:left;}#resources section#section_two_a{margin-top:.5rem;}#resources section#section_two_a h2{padding-bottom:2rem;}#resources section#section_two_a p{font-size:18px;}#resources section#section_two_a .card-container{display:flex!important;grid-template-columns:repeat(2,1fr);}#resources section#section_two_a .card-container .card h3{font-size:32px;padding-bottom:2rem;font-weight:700;}#resources section#section_two_a .card-container .card span{margin-bottom:1rem;}#resources section#section_two_a .card-container .card span.bold{font-weight:700;}#resources section#section_two_a .card-container .card ul{margin-bottom:1rem;}#resources section#section_three h2{padding-bottom:2rem;}#resources section#section_three p{font-size:18px;}#resources section#section_three ul{width:100%;}#resources section#section_three ul li{list-style:none;text-align:left;margin-left:0;}#resources section#section_four{grid-template-columns:1fr;}#resources section#section_four h1{line-height:unset;}#resources section#section_four h2{padding-bottom:2rem;}#resources section#section_four p{font-size:18px;}#resources section#section_five p,#resources section#section_six p{font-size:18px;}#resources section#section_five h2,#resources section#section_six h2{padding-bottom:2rem;max-width:25ch;}#resources section#section_seven p{font-size:18px;}#resources section#section_seven h2{padding-bottom:2rem;max-width:25ch;}#resources section#section_seven ul{width:100%;}#resources section#section_seven ul li{list-style:none;margin-bottom:0;margin-left:0;}#resources section#section_seven ul li span.bold{font-weight:900;}#resources section#section_seven .dates-container{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:.25rem;grid-column-gap:.25rem;}#resources section#section_seven .dates-container div{justify-content:flex-start;}#resources section#section_seven .dates-container div.bold{justify-content:flex-end;font-weight:900;}#resources section#section_seven .button-container{margin-top:2rem;}@media screen and (max-width:900px){#index section#section_two .card-container,#index section#section_three .card-container{grid-template-columns:1fr;}#index section#section_five .section_five_content{grid-template-columns:1fr;margin-bottom:3rem;}#index section#section_five .section_five_content .section_five_right h1,#index section#section_five .section_five_content .section_five_right p,#index section#section_five .section_five_content .section_five_right .button-container{text-align:center;justify-content:center;}#index section#section_five .section_five_content .robot_div{display:none;}}#teacher-resources{display:flex;flex-direction:column;align-items:center;padding-bottom:3rem;}#teacher-resources div{display:flex;flex-grow:1;align-items:center;}#teacher-resources .flex-column{flex-direction:column;}#teacher-resources h1{margin-bottom:2rem;max-width:46ch;}#teacher-resources h2{max-width:25ch;}#teacher-resources p{margin-bottom:2rem;font-size:22px;max-width:60ch;text-align:left;}#teacher-resources ul{font-size:18px;}#teacher-resources section{width:100%;}#teacher-resources section#section-one{margin-bottom:2rem;}#teacher-resources section#section_two{margin-top:.5rem;}#teacher-resources section#section_two h2{padding-bottom:2rem;}#teacher-resources section#section_two p{font-size:18px;}#teacher-resources section#section_two .card-container{grid-template-columns:1fr 1fr;}#teacher-resources section#section_two .card-container .card h3{width:100%;font-weight:900;font-size:28px;margin-bottom:1rem;}#teacher-resources section#section_two .card-container .card span{margin-bottom:1rem;}#teacher-resources section#section_two .card-container .card span.bold{font-weight:700;}#teacher-resources section#section_two .card-container .card ul{margin-bottom:1rem;}#teacher-resources section#section_two .card-container .card hr{width:100%;margin:2rem;border-color:#0036a8;border-top:0;}#teacher-resources section#section_two .card-container .card.section-one,#teacher-resources section#section_two .card-container .card.section-two{grid-column:1/-1;}#teacher-resources section#section_two .card-container .card.section-one .button-container,#teacher-resources section#section_two .card-container .card.section-two .button-container{margin-bottom:1rem;}#teacher-resources section#section_two .card-container .card.section-one .video-container iframe,#teacher-resources section#section_two .card-container .card.section-two .video-container iframe{width:100%;height:100%;}#teacher-resources section#section_two .card-container .card.section-one .video-container:not(last-of-type),#teacher-resources section#section_two .card-container .card.section-two .video-container:not(last-of-type){margin-bottom:1rem;}#teacher-resources section#section_two .card-container .card.section-two-a p{width:100%;}#teacher-resources section#section_two .card-container .card.section-two-a ul li{margin-left:0;}@media screen and (max-width:830px){#teacher-resources section#section_two .card-container .card.section-two-a ul.no-disc{width:100%;}}#teacher-resources section#section_two .card-container .card.section-two-a ul.no-disc li{list-style:none;}#teacher-resources section#section_two .card-container .card.section-four{justify-content:space-between;}#teacher-resources section#section_two .card-container .card.section-five{grid-column:1/-1;}#teacher-resources section#section_two .card-container .card.section-six{grid-column:1/-1;}#teacher-resources section#section_two .card-container .card.section-six ul,#teacher-resources section#section_two .card-container .card.section-nine ul{width:100%;}#teacher-resources section#section_two .card-container .card.section-six ul li,#teacher-resources section#section_two .card-container .card.section-nine ul li{list-style:none;text-align:left;margin-left:0;}#teacher-resources section#section_two .card-container .card.section-seven .button-container a{align-self:flex-end;}#teacher-resources section#section_two .card-container .card.section-nine-a{grid-column:1/-1;}#teacher-resources section#section_two .card-container .card.section-nine-a .button-container{margin-top:1rem;}#teacher-resources section#section_two .card-container .card.section-nine-a ul li{text-align:left;}@media screen and (max-width:750px){#teacher-resources section#section_two .card-container{grid-template-columns:1fr;}}#teacher-resources section#section_three h2{padding-bottom:2rem;}#teacher-resources section#section_three p{font-size:18px;}#teacher-resources section#section_four{grid-template-columns:1fr;}#teacher-resources section#section_four h1{line-height:unset;}#teacher-resources section#section_four h2{padding-bottom:2rem;}#teacher-resources section#section_four p{font-size:18px;}#teacher-resources section#section_five p,#teacher-resources section#section_six p,#teacher-resources section#section_seven p,#teacher-resources section#section_eight p,#teacher-resources section#section_nine p,#teacher-resources section#section_ten p{font-size:18px;}#teacher-resources section#section_five h2,#teacher-resources section#section_six h2,#teacher-resources section#section_seven h2,#teacher-resources section#section_eight h2,#teacher-resources section#section_nine h2,#teacher-resources section#section_ten h2{padding-bottom:2rem;max-width:25ch;}#teacher-resources section#section_six ul{width:100%;}#teacher-resources section#section_six ul li{list-style:none;text-align:left;margin-left:0;}#teacher-resources section#section_eight p:first-of-type{margin-bottom:0;}#teacher-resources section#section_eight h3{width:100%;font-weight:900;font-size:28px;margin-bottom:1rem;}#teacher-resources section#section_eight hr{width:100%;margin:2rem;border-color:#0036a8;border-top:0;}#teacher-resources section#section_nine .button-container{margin-top:1rem;}#teacher-resources section#section_ten p{width:100%;}@media screen and (max-width:900px){#index section#section_two .card-container,#index section#section_three .card-container{grid-template-columns:1fr;}#index section#section_five .section_five_content{grid-template-columns:1fr;margin-bottom:3rem;}#index section#section_five .section_five_content .section_five_right h1,#index section#section_five .section_five_content .section_five_right p,#index section#section_five .section_five_content .section_five_right .button-container{text-align:center;justify-content:center;}#index section#section_five .section_five_content .robot_div{display:none;}}.inactivity-warning{justify-content:center;position:fixed;width:94vw;margin:0 3vw;padding:1rem 0;z-index:99;}.inactivity-warning .inactivity-message{padding:1rem;background-color:#fff;color:#0036a8;border-radius:55px;font-weight:700;min-width:30vw;justify-content:center;}#tandc .bold{font-weight:900;}#tandc .grid{display:grid;grid-template-columns:50px 1fr;}#tandc .grid .full-span{grid-column:1/-1;}#tandc span.link{color:#e60060;}#privacy .bold{font-weight:900;font-size:1.5rem;max-width:40ch;margin-top:1rem;}#privacy .indent{margin-left:1.5rem;}#privacy ul li{max-width:60ch;}#privacy span.spacer{margin-top:3rem;}#privacy .logo{height:124px;width:180px;margin:1rem 0 2rem 5rem;}#cookies h2{font-size:2rem;font-weight:900;margin:1rem 0;}#cookies span{max-width:unset;}#cookies table{margin:1rem 0;border-width:1px;border-style:solid;border-bottom-style:none;border-radius:0;font-weight:300;}#cookies table th{font-weight:900;padding:.5rem;}#cookies table td p{margin-bottom:1rem;}#cookies form{margin-top:2rem;}#cookies .input-container{margin-top:2rem;}#cookies .input-container label{font-size:1rem;font-weight:700;width:fit-content;}#cookies .input-container label:hover{cursor:pointer;}.video-container{--video-padding-top:100%;position:relative;width:100%;padding-top:var(--video-padding-top);}.video-container.aspect-16-9{--video-padding-top:56.25%;}.video-container .video-inner{position:absolute;top:0;left:0;bottom:0;right:0;}#blogs-container *{box-sizing:border-box;}#blogs-container h2{font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:inherit;}#blogs-container .static-content div{align-items:unset;}#blogs-container .static-content .filters{justify-content:flex-end;margin:0 16px;}#blogs-container .static-content .filters .input-container{width:fit-content;margin:0;height:43px;}#blogs-container .static-content .filters .input-container select{color:#0036a8;background-color:#fff;}#blogs-container .static-content .card-container{width:100%;margin:10px auto;display:block;}#blogs-container .static-content .card-container .card__wrap--outer{flex-direction:row;flex-wrap:wrap;width:100%;}#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner{flex-direction:row;width:100%;position:relative;border-radius:55px;}@media(min-width:480px){#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner{width:50%;}}@media(min-width:1024px){#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner{width:25%;}}#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner .pin{position:absolute;bottom:25px;right:25px;z-index:1;width:60px;}#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner .card{padding:0;overflow:hidden;background-color:transparent;}#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner .card.pinned{box-shadow:0 0 0 5px #ff9942;}#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner .card:hover{cursor:pointer;}#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner .card .image img{width:100%;margin-bottom:0;object-fit:cover;height:250px;}@media(min-width:480px){#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner .card .image img{height:215px;}}@media(min-width:1024px){#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner .card .image img{height:180px;}}#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner .card .image img.default{object-position:-10px -15px;background-color:#fff;}#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner .card .card__item{padding:1rem;text-align:left;background-color:#fff;max-height:90px;}#blogs-container .static-content .card-container .card__wrap--outer .card__wrap--inner .card .card__footer{padding:0 1rem 2rem 1rem;font-size:.75rem;color:#706f6f;background-color:#fff;flex-direction:column;line-height:1.25rem;}#blogs-container .static-content .card-container .flexible{flex-grow:1;}#blog-container .card .blog-content{display:flex;flex-direction:column;width:100%;max-width:60ch;}#blog-container .card .blog-content img{max-width:100%;border-radius:50px;}#blog-container .card .blog-content .button-container{margin-bottom:3rem;}#blog-container .card .blog-content .video-container{margin-bottom:3rem;}#blog-container .card .blog-content .video-container iframe{width:100%;height:100%;}#blog-container .card .blog-content h2{margin-top:1rem;margin-bottom:2rem;width:100%;}#blog-container .card .card__footer{margin-top:1rem;padding-top:1rem;font-size:.75rem;color:#706f6f;width:100%;justify-content:space-between;border-top:1px solid #706f6f;}#campaign{display:flex;flex-direction:column;align-items:center;padding-bottom:3rem;}#campaign div:not(.input-container){display:flex;align-items:center;}#campaign .flex-column{flex-direction:column;}#campaign h1{margin-bottom:2rem;max-width:46ch;}#campaign p{margin-bottom:2rem;font-size:22px;max-width:60ch;}#campaign ul{font-size:18px;}#campaign section{width:100%;padding-top:3rem;}#campaign section h2{padding-bottom:2rem;}#campaign section p{font-size:18px;}#campaign section#section_one p:last-of-type{margin-bottom:0;}#campaign section#section_two .card-container{grid-template-columns:1fr 1fr;width:100%;}#campaign section#section_two .card-container .card h3{width:100%;font-weight:900;font-size:28px;margin-bottom:1rem;}#campaign section#section_two .card-container .card span{margin-bottom:1rem;}#campaign section#section_two .card-container .card span.bold{font-weight:700;}#campaign section#section_two .card-container .card ul{margin-bottom:1rem;}#campaign section#section_two .card-container .card hr{width:100%;margin:2rem;border-color:#0036a8;border-top:0;}#campaign section#section_two .card-container .card.section-two{grid-column:1/-1;}#campaign section#section_two .card-container .card.section-two .button-container{margin-bottom:2rem;}#campaign section#section_two .card-container .card.section-two .video-container iframe{width:100%;height:100%;}#campaign section#section_two .card-container .card.section-two .video-container:not(last-of-type){margin-bottom:1rem;}#campaign section#section_four .card-container{grid-template-columns:1fr 1fr;}#campaign section#section_four .card-container .submit-button-container{margin-top:2rem;}#campaign section#section_four .card-container .school-result{flex-direction:column;}#campaign section#section_four .card-container .school-result div{width:100%;text-align:left;}#campaign section#section_four .card-container .school-result .school-address{font-size:12px;line-height:14px;}@media screen and (max-width:750px){#campaign section#section_four .card-container{grid-template-columns:1fr;}}#campaign section#section_four h1{line-height:unset;}#campaign section#section_four h2{padding-bottom:2rem;}#campaign section#section_four p{font-size:18px;}#campaign section#section_four .card .top{flex-direction:column;padding-bottom:2rem;}#campaign section#section_four .card .bottom{flex-grow:1;width:80%;align-items:center;}#campaign section#section_four .card .bottom img{margin:0;}.typeahead{position:relative;width:100%;}.typeahead input{width:100%;height:40px;}.typeahead input:focus{padding:0 5px!important;}.typeahead .typeahead__input-mask{position:absolute;width:100%;height:100%;top:0;font-size:18px;white-space:nowrap;overflow:hidden;}.typeahead .typeahead__loader{position:absolute;right:6px;justify-content:center;height:100%;}.typeahead .typeahead__loader .spinner{height:15px;width:15px;border-width:4px;margin:0;}.typeahead .typeahead__results{position:absolute;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #dbdbdb;min-height:2rem;max-height:30rem;overflow-y:auto;z-index:10;width:100%;background:#fff;flex-direction:column;align-items:unset!important;top:40px;left:-1px;}.typeahead .typeahead__result,.typeahead .typeahead__notfound,.typeahead .typeahead__results-help-template,.typeahead .typeahead__results-header,.typeahead .typeahead__results-footer{padding:.5rem;border-top:1px solid #747493;text-align:left;}.typeahead .typeahead__selected-item{background-color:#dbdbdb;}.typeahead .typeahead__selected-item-highlighted{background-color:#3867cb;}.typeahead .typeahead__active-item,.typeahead .typeahead__result:hover,.typeahead .typeahead__result:focus{background-color:#3867cb;color:#fff;cursor:pointer;}html{background-color:#0036a8;}html,body{font-family:"Montserrat",sans-serif;color:#fff;line-height:28px;text-align:center;}body{overflow-y:scroll;background-color:transparent;}h1,h2,h3{font-size:48px;font-weight:bold;letter-spacing:0;line-height:58px;color:#fff;}h2{font-size:40px;line-height:45px;}p,span,label{max-width:60ch;}label.mandatory:after{content:"*";padding-left:6px;}label div.validation-message{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);}fieldset legend{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);}.central{display:flex;justify-content:center;align-items:center;}.central.error{display:flex;flex-direction:column;}.central.error p{font-size:1.5rem;margin-bottom:1rem;}.central.error p:last-of-type{margin-bottom:2rem;}.central.error .robot_div img{max-width:100%;}div{display:flex;}#app{min-height:100vh;flex-direction:column;}main{flex-grow:1;}span.link{text-decoration:none;}span.link:hover{cursor:pointer;}span.link:focus,span.link:focus-visible{outline:#fff auto 1px;outline-offset:5px;}b{font-weight:700;}.content-container{width:1200px;margin:0 auto;flex-direction:column;}.content-container.central{flex-grow:1;}.back{margin-left:4rem;justify-content:flex-start!important;}a,a:visited{color:#fff;text-decoration:none;}a:focus,a:focus-visible,a:visited:focus,a:visited:focus-visible{outline:#fff auto 1px;outline-offset:5px;}a:not(.button):hover,.link:hover{cursor:pointer;text-decoration:underline;text-decoration-thickness:max(3px,.1875rem,.12em);text-underline-offset:6px;}a:not(.button):hover.header,.link:hover.header{text-underline-offset:10px;}form{width:100%;}.validation-message{color:#d00;}.empty-layout-body{z-index:2;}.video{width:100%;height:100%;}@media screen and (max-width:1200px){.content-container{width:100%;padding:0 1rem;box-sizing:border-box;}}@media screen and (max-width:600px){.content-container{padding:0;}}