.hero__video .hero__content,.hero__video .hero__videoplayer{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:50vh;position:relative}.hero__video .hero__content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 16px 24px}@media screen and (max-width:1024px){.hero__video .hero__content{padding:120px 16px 48px}}@media screen and (max-width:600px){.hero__video .hero__content{padding:120px 16px 48px}}.hero__video .hero__content>*{max-width:800px}.hero__video .hero__content .eyebrow{color:#00a8e1;display:block;font-family:Nunito;font-size:22px;font-weight:600;line-height:150%;text-align:center}@media screen and (max-width:600px){.hero__video .hero__content .eyebrow{font-size:16px}}.hero__video .hero__content h1{color:#fff;text-align:center}.hero__video .hero__content .description p{color:#fff}.hero__video .hero__seperator{margin-bottom:-56px;margin-top:-56px;overflow:hidden;position:relative;width:100%;z-index:2}@media screen and (max-width:1024px){.hero__video .hero__seperator{margin-bottom:-48px;margin-top:-48px}}@media screen and (max-width:600px){.hero__video .hero__seperator{margin-bottom:-32px;margin-top:-32px}}.hero__video .hero__seperator svg.desktop{display:block}.hero__video .hero__seperator svg.mobile,.hero__video .hero__seperator svg.tablet{display:none}@media screen and (max-width:1024px){.hero__video .hero__seperator svg.tablet{display:block}.hero__video .hero__seperator svg.desktop,.hero__video .hero__seperator svg.mobile{display:none}}@media screen and (max-width:600px){.hero__video .hero__seperator svg.mobile{display:block}.hero__video .hero__seperator svg.desktop,.hero__video .hero__seperator svg.tablet{display:none}}.hero__video .hero__videoplayer{background-color:#353750;overflow:hidden}.hero__video .hero__videoplayer button{background:rgba(0,168,225,.35);border:none;border-radius:6px;bottom:24px;outline:none;padding:12px 8px 0;position:absolute;right:24px;z-index:2}.hero__video .hero__videoplayer button:focus,.hero__video .hero__videoplayer button:hover{background:rgba(0,168,225,.5)}.hero__video .hero__videoplayer svg{margin-bottom:-12px}.hero__video .hero__videoplayer video{left:50%;min-width:600px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width:800px){.hero__video .hero__videoplayer video{min-width:920px}}@media screen and (max-width:600px){.hero__video .hero__videoplayer video{min-width:820px}}.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.modal__overlay{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.modal__container{background-color:#fff;border-radius:4px;box-sizing:border-box;max-height:100vh;max-width:580px;overflow-y:auto;padding:10px}.modal__header{align-items:center;display:flex;justify-content:space-between}.modal__title{box-sizing:border-box;color:#00449e;font-size:1.25rem;font-weight:600;line-height:1.25;margin-bottom:0;margin-top:0}.modal__close{background:transparent;border:0}.modal__header .modal__close:before{content:"\2715"}.modal__content{color:rgba(0,0,0,.8);line-height:1.5;margin-bottom:0;margin-top:0}.modal__btn{-webkit-appearance:button;background-color:#e6e6e6;border-radius:.25rem;border-style:none;border-width:0;color:rgba(0,0,0,.8);cursor:pointer;font-size:.875rem;line-height:1.15;margin:0;overflow:visible;padding:.5rem 1rem;text-transform:none;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.modal__btn:focus,.modal__btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block;position:relative;z-index:99}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}