@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,900|Nunito:400,400i,700&display=swap");
/*
 The default CSS file.

 You can use @import here to include CSS inside folders
*/
/*
 Put any CSS resets here, or use a CSS reset: https://cssreset.com/
 */
/* Colors*/
/* Fonts*/
/* Media Queries (old) TODO: remove usage (after all pages overhauled)*/
/* Media Queries*/
/* Section Heights*/
/* Margins*/
/*Container Widths*/
/*Nav*/.container{padding-right:40px;padding-left:40px;margin-right:auto;margin-left:auto;max-width:auto}@media screen and (min-width:576px){.container{max-width:540px}}@media screen and (min-width:768px){.container{max-width:750px}}@media screen and (min-width:992px){.container{max-width:970px}}@media screen and (min-width:1200px){.container{max-width:1170px}}.container section .fade{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1;-webkit-transform:none;transform:none;transition:opacity 0.5s 0.1s,-webkit-transform 0.5s 0.1s;transition:transform 0.5s 0.1s,opacity 0.5s 0.1s;transition:transform 0.5s 0.1s,opacity 0.5s 0.1s,-webkit-transform 0.5s 0.1s;-webkit-animation:a 2s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */animation:a 2s}.container section .fade.hidden{visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */a{text-decoration:none}@keyframes a{0%{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0}to{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */@-webkit-keyframes a{0%{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0}to{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}}
/* Internet Explorer */
/* Opera < 12.1 */.button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#f9c33d;border-radius:28px;padding:10px 30px;color:#07255b;font-family:Nunito,sans-serif;font-size:18px;font-weight:700;line-height:25px;margin:1em 0;border:0;cursor:pointer}.button:hover{background-color:#e0b037}.button.button-cta{padding:15px 30px;border-radius:36px}.button.button-white{background-color:#fff}.button.button-white:hover{background-color:#e6e6e6}.button.button-blue,.button.button-green,.button.button-red{color:#fff}.button.button-red{background-color:#e0604f}.button.button-red:hover{background-color:#ca5647}.button.button-green{background-color:#89c5b8}.button.button-green:hover{background-color:#7bb1a6}.button.button-blue{background-color:#2f5aaa}.button.button-blue:hover{background-color:#2a5199}h1{font-size:30px;font-family:Lato,sans-serif;font-style:normal;font-weight:700;margin:.5em 0;line-height:120%}h1.black{font-weight:900}@media screen and (min-width:992px){h1{font-size:35px}}h2{font-family:Lato,sans-serif;font-style:normal;font-weight:700;font-size:24px;margin:.2em 0 .5em;line-height:120%}@media screen and (min-width:992px){h2{font-size:28px}}h4{font-family:Nunito,sans-serif;font-style:normal;font-weight:400;font-size:18px;margin:.2em 0}h4.bold{font-weight:700}@media screen and (min-width:992px){h4{font-size:20px}}h6{font-family:Nunito,sans-serif;font-weight:400;font-size:16px;margin:.2em 0}@media screen and (min-width:992px){h6{font-size:18px}}input[type=text]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0px;padding-right:50px;padding-left:25px;border-radius:28px;height:45px;border:0px;font-size:14px;font-family:Lato,sans-serif;outline:none}.pad-tp-lg{padding-top:6em}.pad-tp-md{padding-top:4em}.pad-tp-sm{padding-top:2em}.pad-tp-xs{padding-top:1em}.row{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12,1fr);width:100%}.row>div{margin:auto;float:left;grid-column:span 12;-ms-grid-column-span:12;-ms-grid-column:1}.row>div .feature-img,.row>div.hero-img img{max-width:540px;width:80vw}@media screen and (min-width:992px){.row>div .feature-img,.row>div.hero-img img{width:100%;max-width:702px}}.row>div .app-icons a img{width:48%}.row>div .app-icons a:nth-of-type(2){margin-left:2%}@media screen and (max-width:992px - 1){.row>div{-ms-grid-row:1}.row>div:nth-child(2){-ms-grid-row:2}}.row .col-lg-12{-ms-grid-row:1}.row .col-lg-12:nth-child(2){-ms-grid-row:2}@media screen and (min-width:992px){.row .col-lg-6{grid-column:span 6;-ms-grid-column-span:6;-ms-grid-column:1}.row .col-lg-6:nth-child(2){-ms-grid-column:7}}@media screen and (min-width:992px){.row.row-rev-lg>:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-grid-column:7}.row.row-rev-lg>:nth-child(2){-ms-grid-column:1}}img.bg-svg{position:absolute;z-index:-1!important}.navbar-master{background-color:#07255b}.navbar-wrapper{min-height:60px;width:100%;z-index:100;position:absolute;padding-top:1em;padding-bottom:1em}@media screen and (min-width:992px){.navbar-wrapper{padding-top:2em}}.navbar-wrapper.fixed{padding-top:1em;padding-bottom:1em;position:fixed;top:0;transition:top 0.3s/*Transition effect when sliding down (and up)*/}.navbar-wrapper.fixed.hidden{top:calc(-1 * (60px + 2em))}.navbar .navbar-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px}.navbar-logo{display:inherit}.navbar-logo a{margin:auto;margin-top:0.4em;margin-right:20px}@media screen and (min-width:1200px){.navbar-logo a{margin-right:40px}}@media screen and (min-width:992px){.navbar-logo a{margin-top:1.5em}}.navbar-logo img{width:150px}.navlinks{display:none}@media screen and (min-width:992px){.navlinks{display:-webkit-box;display:-ms-flexbox;display:flex}}.navlinks a{text-decoration:none;color:#f9c33d;line-height:70px;cursor:pointer}.navlinks a h6:hover{color:#fff}.navbar-navlinks-left,.navbar-navlinks-right{margin:0}.navbar-navlinks-left a,.navbar-navlinks-right a{margin:auto;margin-right:40px}@media screen and (max-width:1200px){.navbar-navlinks-left a,.navbar-navlinks-right a{margin-right:20px}}.navbar-navlinks-left a:last-child,.navbar-navlinks-right a:last-child{margin-right:0px}
/* MOBILE NAV */.navbar-navlinks-right a h6,.navbar a.icon{font-weight:700}.navbar a.icon{color:#fff;right:0;top:0;text-decoration:none;font-size:40px;font-family:Nunito,sans-serif;display:block}@media screen and (min-width:992px){#mobileLinks,.navbar a.icon{display:none}}.mobile-container{display:none;width:100%;margin:auto}#mobileLinks{text-align:center;padding-top:2em}#mobileLinks .button,#mobileLinks h6{font-size:24px;font-size:1.5rem}#mobileLinks .button{margin:0em}#mobileLinks a{line-height:60px}#mobileLinks hr{height:20px;border:0px}.topnav{width:100%;overflow:hidden;box-shadow:1px 2px 2px 0 #e7f0ff;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topnav .nav-header{border-bottom:2px solid hsla(0,0%,100%,.3)}.active{color:#fff!important}.info-footer{background-color:#07255b;color:#fff;margin-top:-1px;padding:28px 0 4em}.info-footer-content{font-family:Lato,sans-serif;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:center}@media screen and (min-width:992px){.info-footer-content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.info-footer-content>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.info-footer-content .info-footer-content-left,.info-footer-content .info-footer-content-right{-webkit-box-flex:2;-ms-flex:2;flex:2;min-width:300px;max-width:400px;padding-bottom:4em}@media screen and (min-width:768px){.info-footer-content .info-footer-content-left{padding-right:100px}}.info-footer-content-left-logo{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:auto}.info-footer-content-left-logo .info-footer-tagline{border-left:2px solid #fff;margin-left:20px;padding-left:20px}.info-footer-content-left-logo .footer-logo{margin:auto 0}.info-footer-content-left-logo .footer-logo img{height:25px;width:130px}.info-footer-content-left-form .info-footer-newsletter-form{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.info-footer-content-left-form .info-footer-newsletter-form input[type=text]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0px;padding-right:50px;padding-left:25px}.info-footer-content-left-form .info-footer-newsletter-form input[type=submit]{margin:0px;margin-left:-50px;border:0;-webkit-appearance:none}.info-footer-content,.info-footer-content-right,.info-footer-content-right-links{display:-webkit-box;display:-ms-flexbox;display:flex}.info-footer-content-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.info-footer-content-right a{text-decoration:none;color:#fff}.info-footer-content-right a p{margin:0}.info-footer-content-right a:hover{text-decoration:underline}.info-footer-content-right-info,.info-footer-content-right-links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.info-footer-links-left{margin-right:50px}.info-footer-links-bottom{bottom:0}.info-footer-links{height:100%}.info-footer-info{width:160px}.info-footer-copyright{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Lato,sans-serif;font-size:14px}.info-footer-info-address{margin:0}.info-footer-info-email{margin:48px 0 0;text-decoration:none;font-weight:700;color:#fff}.info-footer-info-email:hover{text-decoration:underline}.info-footer-links{text-transform:uppercase}.info-footer-link{line-height:175%}.info-footer-copyright-scout{text-decoration:none;font-weight:700;color:#fff}.info-footer-copyright-scout p{margin:0}.busright-team-image{margin:0 0 0 750px}.busright-team-image img{width:25px}.cta-footer{text-align:center;background-color:#07255b;color:#fff;padding:6em 0}.cta-footer .cta-shell{background-color:#e0604f;border-radius:30vw;padding:1.5em 2em}@media screen and (min-width:576px){.cta-footer .cta-shell{padding:1.5em 4em}}.feature-section,.main-title{color:#07255b}.feature-description{max-width:80vw;margin:auto}@media screen and (min-width:768px){.feature-description{max-width:500px}}.main-title{margin-bottom:8em;text-align:center;position:relative}.main-title h4{max-width:800px;margin:auto}.feature-section{position:relative;margin:4em 0}.feature-section .feature-row{position:relative;margin-bottom:12em}.feature-section .feature-row:last-of-type{margin-bottom:8em}@media screen and (max-width:992px){.feature-section .feature-row{margin-bottom:6em}}@media screen and (min-width:992px){.feature-section .feature-row:nth-of-type(odd)>:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-grid-column:7}.feature-section .feature-row:nth-of-type(odd)>:nth-child(2){-ms-grid-column:1}}@media screen and (min-width:992px){.feature-section .feature-row:nth-of-type(odd) .feature-description{padding-right:125px;padding-left:0}}@media screen and (min-width:992px){.feature-section .feature-row .feature-description{padding-left:125px}}.feature-section .feature-row .feature-testimonial{color:#666;width:75%}.feature-section .feature-row .feature-testimonial hr{margin:2em 0;width:60%;border:none;background-color:#e1e9ef;height:5px}.feature-section .feature-row .feature-headline{color:#131387;font-family:Nunito,sans-serif;font-size:40px;font-weight:700;margin:0px}.feature-section .feature-row .feature-info-text{height:100px;color:#292929;font-family:Lato,sans-serif;font-size:22px;margin:0px}.feature-section .feature-row .feature-button{height:40px;width:135px;background-color:#2270e8;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:28px 8px 0 0}.feature-section .feature-row .feature-button p{color:#fff;font-family:Lato,sans-serif;font-weight:700;font-size:14px}.feature-section .feature-row .feature-button a:link{text-decoration:none}.feature-section .feature-row .feature-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.user-download-now{width:100%;background-image:url(../../../img/get-started-banner.png);background-size:cover;padding:80px 0}.user-download-now-text{margin:36px 0 0;color:#131387;font-family:Nunito,sans-serif;font-size:40px;font-weight:700;margin:0}.user-download-now-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.user-download-now-button,.user-download-now-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-download-now-button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;width:135px;background-color:#2270e8;border-radius:2px;margin:28px 8px 0 0}.user-download-now-button p{color:#fff;font-family:Lato,sans-serif;font-weight:700;font-size:14px}@media screen and (max-width:768px){.user-download-now{padding-top:44px;height:200px;width:100%}.user-download-now-text{padding-top:0px;color:#131387;font-family:Nunito,sans-serif;font-size:40px;font-weight:700;margin:0}}@media screen and (max-width:480px){.user-download-now{height:164px;padding-top:0px;width:100%;background-image:url(../../../img/get-started-banner.png);background-size:cover}.user-download-now-text{padding-top:0px;color:#131387;font-family:Nunito,sans-serif;font-size:20px;font-weight:700;margin:0}}.user-features{height:100%;margin:32px 0 10px;overflow:hidden}.user-features-maintext{color:#131387;font-family:Nunito,sans-serif;font-size:40px;font-weight:700;width:600px;margin:0 0 0 0px}.user-features-subtext{color:#07255b;font-family:Lato,sans-serif;font-size:22px;width:340px;margin:15px 0 0 0px}.user-features-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:380px;margin:100px 0 0 100px}.user-features-section.navigate-routes{margin:100px 250px 0 0}.user-features-section.manage-busses{margin:100px 0 0 100px}.admins-flower-1{top:800px;right:200px}.admins-flower-1,.admins-flower-2{position:absolute;height:190px;width:190px;background-image:url(../../../img/homepage/blue-bg-flower.png);background-size:contain;z-index:-20}.admins-flower-2{top:1487px;right:50px}.admins-flower-3{top:1867px;left:-85px}.admins-flower-3,.admins-flower-4{position:absolute;height:190px;width:190px;background-image:url(../../../img/homepage/blue-bg-flower.png);background-size:contain;z-index:-20}.admins-flower-4{top:2197px;right:50px}.admins-school-bus{position:absolute;height:120px;width:300px;background-image:url(../../../img/school-bus.png);background-size:contain;top:1450px;left:100px;z-index:-10}.admins-trees{height:170px;width:600px;top:1350px;left:125px}.admins-trees,.admins-trees-2{position:absolute;background-image:url(../../../img/trees-2.png);background-size:contain;z-index:-20}.admins-trees-2{height:165px;width:550px;-webkit-transform:scaleX(-1);transform:scaleX(-1);top:2250px;left:100px}.admins-lock{position:absolute;height:176px;width:132px;background-image:url(../../../img/lock.png);background-size:contain;top:2200px;left:400px;z-index:-10}.admin-features-image{height:525px;width:auto;padding-left:35%}.parent-features-image{height:400px;width:auto;padding-left:35%}.driver-features-image{height:500px;width:auto;padding-left:35%}@media screen and (max-width:768px){.user-features-section{margin:32px 0 0 100px}.user-features-maintext{color:#131387;font-family:Nunito,sans-serif;font-size:40px;font-weight:700;width:600px;margin:0 0 0 0px}.user-features-subtext{color:#292929;font-family:Lato,sans-serif;font-size:22px;width:340px;margin:15px 0 0 0px}.admins-school-bus{background-image:url(../../../img/school-bus.png);background-repeat:no-repeat;top:1225px;z-index:-10}.admins-school-bus,.admins-trees{position:absolute;height:60px;width:300px;background-size:contain;left:100px}.admins-trees{background-image:url(../../../img/trees-2.png);top:1200px;z-index:-20}.admins-trees-2{width:400px;background-image:url(../../../img/trees-2.png);-webkit-transform:scaleX(-1);transform:scaleX(-1);top:2350px;left:50px;z-index:-20}.admins-lock,.admins-trees-2{position:absolute;height:100px;background-size:contain;background-repeat:no-repeat}.admins-lock{width:75px;background-image:url(../../../img/lock.png);top:2300px;left:200px;z-index:-10}.admin-features-image{padding-left:35%;margin:50px 0 25px;height:250px;width:auto}.parent-features-image{height:300px;width:auto;padding-left:15%}.driver-features-image{height:300px;width:auto;padding-left:10%}}@media screen and (max-width:480px){.user-features{margin:10px 0 0}.user-features-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:40px 0 0 40px}.user-features-section.navigate-routes{margin:100px 250px 0 0}.user-features-section.manage-busses{margin:100px 0 0 100px}.user-features-maintext{color:#131387;font-family:Nunito,sans-serif;font-size:20px;font-weight:700;width:300px;margin:0 0 0 0px}.user-features-subtext{color:#292929;font-family:Lato,sans-serif;font-size:16px;width:300px;margin:15px 0 0 0px}.admin-features-image{height:150px;width:auto;padding-left:30%}.parent-features-image{height:150px;width:auto;padding-left:10%}.driver-features-image{height:100px;width:auto;padding-left:10%}.admins-school-bus{position:absolute;height:33px;width:84px;background-image:url(../../../img/school-bus.png);background-size:contain;background-repeat:no-repeat;top:750px;left:25px;z-index:-10}.admins-trees{top:700px;left:50px}.admins-trees,.admins-trees-2{position:absolute;height:65px;background-image:url(../../../img/trees-2.png);background-size:contain;z-index:-20}.admins-trees-2{background-repeat:no-repeat;-webkit-transform:scaleX(-1);transform:scaleX(-1);top:1500px;left:-150px}.admins-lock{height:55px;width:100%;background-image:url(../../../img/lock.png);background-repeat:no-repeat;top:1450px;left:100px;z-index:-10}.admins-flower-1,.admins-lock{position:absolute;background-size:contain}.admins-flower-1{height:72px;width:72px;background-image:url(../../../img/homepage/blue-bg-flower.png);z-index:-20;top:436px;left:284px}.admins-flower-2{top:764px;left:0px}.admins-flower-2,.admins-flower-3{position:absolute;height:72px;width:72px;background-image:url(../../../img/homepage/blue-bg-flower.png);background-size:contain;z-index:-20}.admins-flower-3{top:800px;right:0px}.admins-flower-4{display:none}}#admin-features .main-title .bg-svg{top:0px;right:0px}#admin-features .feature-section #feature-1 .bg-svg{top:40px}#admin-features .feature-section #feature-2 .bg-svg{right:45%}#admin-features .feature-section #feature-3 .bg-svg{top:-50px}#parent-features .feature-section .bg-svg{right:-20px;bottom:-40px}#parent-features .feature-section #feature-1 .bg-svg{top:-30px;left:40px}#driver-features .feature-section #feature-1 .bg-svg{top:140px;left:30%}#driver-features .feature-section #feature-2 .bg-svg{bottom:50px;right:100px}#driver-features .feature-section #feature-3 .bg-svg{bottom:-30px;left:30%}#hero{position:relative;overflow:hidden;max-width:100%;overflow-x:hidden;background-color:#07255b;color:#fff;padding-top:60px}@media screen and (min-width:992px){#hero{padding-top:calc(60px + 6em)}}@media screen and (min-width:992px){#hero .hero-img{margin-right:1rem;margin-top:2rem}}.hero-learn-more{width:250px;color:#07255b;font-family:Lato,sans-serif;font-size:22px;font-weight:700;margin:54px 0 48px}.hero-text{max-width:500px;margin:auto;padding-bottom:4em!important}@media screen and (min-width:992px){.hero-text{padding-left:100px;padding-right:75px}}.wave{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-1px;overflow:hidden}#homepage-main{height:100%;width:100%;position:relative}#homepage-main .main-title .bg-svg{right:100px;bottom:0px}#homepage-main .main-title #home-large-bg{top:0px;left:0px;bottom:auto;right:auto}#homepage-main .feature-row img{z-index:10}@media screen and (max-width:992px){#homepage-main .feature-row img{margin-bottom:2em}}#homepage-main .feature-row .bg-svg{bottom:-150px}#homepage-main .feature-row#feature-1 .bg-svg{bottom:-100px;right:150px}#homepage-main .feature-row#feature-3 .bg-svg{right:45%;bottom:-100px}#homepage-main .feature-row#feature-2 .bg-svg{left:-50px}.homepage-press{background-color:#f9c33d;text-align:center;padding:20px 0;color:#07255b}.homepage-press-banners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.homepage-press-banners div{margin:auto 0;padding:4em 0;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto}.our-story-team{height:1800px;background-color:#b2d0fd;background-color:rgba(178,208,253,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden;margin:0}.our-story-team-title{color:#131387;font-family:Nunito,sans-serif;font-size:50px;font-weight:700}.our-story-team-cards{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.our-story-team-card,.our-story-team-cards{display:-webkit-box;display:-ms-flexbox;display:flex}.our-story-team-card{width:800px;height:293px;border-radius:6px;background-color:#fff;box-shadow:1px 1px 2px 0 #e1e9ef;margin-bottom:22px}.our-story-team-card img{height:210px;width:258px;-o-object-fit:cover;object-fit:cover;margin:42px 42px 0}.our-story-team-card-name{color:#131387;font-family:Nunito,sans-serif;font-size:30px;font-weight:700;margin-top:42px;margin-bottom:20px}.our-story-team-card-description{color:#07255b;font-family:Lato,sans-serif;font-size:22px;width:441px}.team-flower-1{overflow:hidden;top:1047px;left:1111px}.team-flower-1,.team-flower-2{position:absolute;height:189px;width:189px;background-image:url(../../../img/homepage/blue-bg-flower.png);background-size:contain;z-index:-10}.team-flower-2{top:1907px;left:151px}.team-flower-3{position:absolute;height:189px;width:189px;background-image:url(../../../img/homepage/blue-bg-flower.png);background-size:contain;top:2187px;left:910px;z-index:-10}@media screen and (max-width:768px){.our-story-team{height:1800px;background-color:#b2d0fd;background-color:rgba(178,208,253,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.our-story-team-title{color:#131387;font-family:Nunito,sans-serif;font-size:40px;font-weight:700}.our-story-team-cards{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.our-story-team-card,.our-story-team-cards{display:-webkit-box;display:-ms-flexbox;display:flex}.our-story-team-card{width:580px;height:300px;border-radius:6px;background-color:#fff;box-shadow:1px 1px 2px 0 #e1e9ef;margin-bottom:5px}.our-story-team-card img{height:150px;width:188px;-o-object-fit:cover;object-fit:cover;margin:36px 36px 0}.our-story-team-card-name{color:#131387;font-family:Nunito,sans-serif;font-size:30px;font-weight:700;margin-top:36px;margin-bottom:0px}.our-story-team-card-description{color:#07255b;font-family:Lato,sans-serif;font-size:22px;width:321px;margin-top:0px}.team-flower-1{position:absolute;height:120px;width:120px;background-image:url(../../../img/homepage/blue-bg-flower.png);background-size:contain;top:1047px;left:1111px;z-index:-10}.team-flower-2{top:1141px;left:-60px}.team-flower-2,.team-flower-3{position:absolute;height:189px;width:189px;background-image:url(../../../img/homepage/blue-bg-flower.png);background-size:contain;z-index:-10}.team-flower-3{top:1852px;left:0px}}@media screen and (max-width:480px){.our-story-team{height:2300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.our-story-team-title{font-size:20px;font-weight:700}.our-story-team-cards{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.our-story-team-card{display:-webkit-box;display:-ms-flexbox;display:flex;width:298px;height:413px;border-radius:6px;background-color:#fff;box-shadow:1px 1px 2px 0 #e1e9ef;margin-bottom:22px}.our-story-team-card img{height:210px;width:262px;-o-object-fit:cover;object-fit:cover;margin:16px 16px 0}.our-story-team-card-text{position:absolute;margin:200px 0 0 16px}.our-story-team-card-name{color:#131387;font-family:Nunito,sans-serif;font-size:20px;font-weight:700;margin-bottom:5px}.our-story-team-card-description{color:#07255b;font-family:Lato,sans-serif;font-size:16px;width:275px}.team-flower-1{top:1047px;left:1111px}.team-flower-1,.team-flower-2{position:absolute;height:189px;width:189px;background-image:url(../../../img/homepage/blue-bg-flower.png);background-size:contain;z-index:-10}.team-flower-2{top:1907px;left:151px}.team-flower-3{position:absolute;height:189px;width:189px;background-image:url(../../../img/homepage/blue-bg-flower.png);background-size:contain;top:2187px;left:910px;z-index:-10}}.story-header{height:683px;width:100%;background-color:#b2d0fd;background-color:rgba(178,208,253,.15);padding-left:100px;padding-top:120px;padding-bottom:50px}.story-header-title{color:#131387;font-size:50px;font-weight:700;font-family:Nunito,sans-serif;margin:0;width:50%}.story-header-description{color:#07255b;font-size:22px;font-family:Lato,sans-serif;width:60%;padding-left:5%}.story-header-image img{height:auto;max-width:70%;max-height:100%;position:absolute;background-size:contain;margin:25px 25px 0 0}@media screen and (max-width:768px){.story-header-description{color:#07255b;font-size:22px;font-family:Lato,sans-serif;width:80%;padding-left:0%}}@media screen and (max-width:480px){.story-header{height:550px;width:100%;padding-left:10%;padding-top:40%}.story-header-title{font-size:20px;font-weight:700;margin:0;width:100%}.story-header-description{font-size:16px;width:80%;padding-left:0%}}body{margin:0;font-family:sans-serif;font-size:1em}
/*# sourceMappingURL=styles.css.map */
