body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--main:#058a8d;--highlight:#07989b;--light:#8bc9c7;--footer-background:#2d2d35;--blue:#3a8df3;--button-background:var(--main);--payment-background:#1db4b0;--input-background:rgba(216,239,239,0.5333333333333333);--input-border:#aac7c6;--submit-button-background:#fff;--submit-button-border:#000}@font-face{font-family:"Futura";src:url(/static/media/FuturaLT.c040c21a.woff2) format("woff2")}@font-face{font-family:"Futura";src:url(/static/media/FuturaLT-Bold.841f30e2.woff2) format("woff2");font-weight:700}@font-face{font-family:"Futura Book";src:url(/static/media/FuturaLT-Book.166578c6.woff2) format("woff2");font-weight:400}a,button,h1,h2,h3,input,p,small,textarea{font-family:Futura;font-weight:500}h1{font-size:4.5vw;line-height:6vw}h2{font-weight:600;font-size:3.1vw}h3{font-size:2.1vw}h4{font-size:1.3vw}a{text-decoration:none}a.underlined{text-decoration:underline}a,p,small{font-size:calc(12px + .2vw)}@media (max-width:768px){h1{font-size:30px;line-height:38px}h2{font-size:28px}h3{font-size:24px}h4{font-size:15px}small{font-size:10px}a,p{font-size:15px}button{font-size:15px!important}}@media (min-width:1440px){h1{font-size:65px;line-height:80px}h2{font-size:46px}h3{font-size:32px}h4{font-size:20px}small{font-size:16px}a,p{font-size:18px}button{font-size:18px!important}}button{background:var(--button-background);color:#fff;padding:8px 48px;font-size:15px;font-size:1.2vw;border:none;cursor:pointer}.App{background-size:cover;background-color:#fff;overflow:hidden;padding-top:78px;display:flex;flex-direction:column;align-items:stretch}@media (max-width:768px){.App{padding-top:50px}}@media (min-width:1440px){.App>div{width:1440px;margin-left:auto;margin-right:auto}}footer{display:flex;flex-direction:row;justify-content:center;background-color:var(--footer-background);color:#fff;padding:40px}footer .Inner{width:1440px;display:flex;flex-direction:column;align-items:flex-end}footer img{width:140px;-webkit-filter:brightness(0) saturate(100%) invert(40%) sepia(83%) saturate(5423%) hue-rotate(163deg) brightness(94%) contrast(96%);filter:brightness(0) saturate(100%) invert(40%) sepia(83%) saturate(5423%) hue-rotate(163deg) brightness(94%) contrast(96%);margin-bottom:12px}footer span{margin:1px 0;text-align:right;display:flex;flex-direction:row;align-items:flex-start;cursor:pointer}footer small{flex:content;margin-left:4px}footer small.Label{color:var(--main);font-weight:600;flex:none}footer svg{color:var(--main)}footer .Label,footer svg{margin-right:4px}@media (max-width:768px){footer{padding:14px}footer img{width:100px}footer small{margin:4px 0}}.NavButton{position:relative;cursor:pointer;padding-bottom:14px;-webkit-transform:translateY(8px);transform:translateY(8px);outline:none!important}.NavButton .Chevron{display:none}.NavButton.Selected:after{content:"";width:24px;height:2px;background:#fff;position:absolute;left:14px;bottom:-4px;-webkit-transform:translateY(-14px);transform:translateY(-14px)}.NavButton .Children{display:none;flex-direction:column;position:absolute;-webkit-transform:translateY(0);transform:translateY(0);margin-top:14px;background-color:var(--highlight);padding-bottom:8px}.NavButton .Children .NavButton:first{margin-top:15px}.NavButton .Children .NavButton{margin:4px}.NavButton:hover .Children{display:flex}@media (max-width:768px){.NavButton{display:flex;flex-direction:row;justify-content:center;padding:8px 0;margin:2px 0}.NavButton:hover .Children{display:none}.NavButton .Chevron{display:block}.NavButton .Children{display:none}.NavButton .MobileChildren{display:block}.NavButton.Selected{background:#54aba8}.NavButton.Selected:after{background:none}}.MobileChildren{display:none}@media (max-width:768px){.MobileChildren{display:flex;flex-direction:column;margin-left:14px}}header{position:fixed;left:0;right:0;top:0;z-index:5;display:flex;flex-direction:row;justify-content:center;background-color:var(--main)}header .Inner{width:1440px}header .Buttons{display:flex;flex-direction:row;justify-content:space-between;color:#fff;padding:20px 40px 14px 30px}header .Buttons>span{display:flex;flex-direction:row;align-items:center}header .Buttons img{width:120px;-webkit-transform:translate(-8px);transform:translate(-8px);margin-right:14px;cursor:pointer}header .Buttons small{margin:0 14px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}header .Buttons svg{margin-left:14px;cursor:pointer}header .Buttons .MenuButton{display:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}@media (max-width:768px){header .Buttons{padding:14px 8px 12px 14px}header .Buttons img{width:50px;-webkit-transform:translate(0);transform:translate(0)}header .Buttons .NavButton,header .Buttons small,header .Buttons svg{display:none}header .Buttons .MenuButton{display:inline;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin-right:8px}}.MenuBackground{left:0;transition:opacity .2s;background-color:#000;z-index:4}.MenuBackground,.MenuContainer{position:fixed;top:50px;right:0;bottom:0}.MenuContainer{overflow:hidden;justify-content:flex-start;background-color:#207979;z-index:10;color:#fff;width:200px;text-align:center;transition:visibility .2s,max-width .2s}.MenuContainer,.Payment{display:flex;flex-direction:column}.Payment{align-items:center;background:var(--payment-background);padding:calc(50px + 2vw) calc(24px + 1vw);position:relative;z-index:1}.Payment h2{color:#fff;text-align:center;margin-top:0;margin-bottom:0}.Payment .IconContainer{flex:auto;background-color:#fff;border-radius:18px;padding:14px 16px;margin-top:calc(25px + .2vw);display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-evenly;max-width:800px}.Payment img{max-height:68px;max-width:80px;margin:18px 8px}@media (max-width:768px){.Payment img{max-height:32px;max-width:96px}}@media (min-width:1440px){.Payment{padding:60px 0}}.Connect{display:flex;flex-direction:column;align-items:center;padding:calc(50px + 2vw) 0;background-repeat:no-repeat;background-position:0 0;background-size:15vw;background-color:#fff}.Connect .ContentContainer{display:flex;flex-direction:column;width:80%;max-width:800px}.Connect .ContentContainer>p{margin:calc(25px + .2vw) 0;max-width:500px;text-align:center;align-self:center}.Connect h2{color:#000;text-align:center;margin-top:0;margin-bottom:0}.Connect .Inputs{display:flex;flex-direction:column}.Connect .Inputs>span{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.Connect .Inputs>span input{flex:auto}.Connect input,.Connect textarea{background-color:var(--input-background);padding:8px;border-radius:8px;border:1px solid var(--input-border);margin:4px 2px}.Connect textarea{height:140px}.Connect .SubmitButton{color:#000;background-color:var(--submit-button-background);border-radius:24px;border:1px solid var(--submit-button-border);align-self:center;margin-top:24px;padding:4px 14px;width:60%}.Connect .ErrorText{color:red;margin-top:1rem}.Connect .PositiveText{color:green;margin-top:1rem}@media (max-width:768px){.Connect .Inputs{width:100%}.Connect .SubmitButton{width:200px}}@media (min-width:1440px){.Connect{padding:60px 0}}.Section{align-self:center;min-height:400px;background-size:cover;background-repeat:no-repeat;background-position:0 0;background-size:30vw;position:relative;display:flex;flex-direction:column}.Section .LeftPane{width:60%;padding:calc(40px + 2vw);z-index:1}@media (min-width:1440px){.Section .LeftPane{padding:128px 72px}}.Section .LeftPane h2{color:#000;margin:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Section .LeftPane .TopTitle{margin-top:0}.Section .LeftPane p{color:#000}@media (max-width:768px){.Section .LeftPane{width:unset!important;padding-left:14px;padding-right:14px}}.Section.WithChildren{padding-bottom:calc(40px + 2vw)}@media (min-width:1440px){.Section.WithChildren{padding-bottom:128px}}.Section.WithChildren .LeftPane{padding-bottom:0}.Section.Banner{display:flex;flex-direction:column;justify-content:center;padding:0;height:40vw;max-height:576px;background-position:top;background-size:cover}.Section.Banner video{max-height:576px;object-fit:cover}.Section.Banner .LeftPane{width:60%;position:absolute}.Section.Banner h1,.Section.Banner h2,.Section.Banner h3,.Section.Banner h4{color:#fff;font-weight:500;margin-bottom:0}.Section.Banner p{color:#fff;margin-top:24px;margin-bottom:24px}.Section.Banner:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.2)}@media (max-width:768px){.Section.Banner{min-height:unset;height:300px}.Section.Banner video{height:300px}.Section.Banner:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.4)}}.Section.ImageBack{height:40vw;max-height:800px;background-position:bottom;background-size:cover}.Section.ImageBack .LeftPane{width:40%}.Section.ImageBack .TopTitle{color:var(--light);margin-bottom:8px}.Section.ImageBack h2{color:#fff;font-weight:500;margin-top:0}.Section.ImageBack p{color:#fff}.Section.ImageBack:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.2)}@media (max-width:768px){.Section.ImageBack:before{background:rgba(0,0,0,.4)}}.Section.WhiteBack h2{color:var(--main)}.Section.WhiteBack p{color:#000}.Section.GreenBack{background-color:var(--payment-background)}.Section.GreenBack h2,.Section.GreenBack p{color:#fff}.Stakeholder{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding-top:20px;padding-bottom:20px}.Stakeholder .Pane{margin-left:-15%;display:flex;flex-direction:column}.Stakeholder .Pane h3{color:var(--main);font-weight:600;margin:0 calc(20px + 1vw)}.Stakeholder .Pane .Quote,.Stakeholder .Pane p{margin-left:calc(20px + 1vw);margin-right:calc(20px + 1vw)}.Stakeholder .Pane .Quote *{color:var(--main)}.Stakeholder .Pane .Quote>p{margin:4px 0}.Stakeholder .Pane .Quote small{margin:0}.Stakeholder img{height:24vw;max-height:346px}.Stakeholder .RightImage{display:none}.Stakeholder.Right{justify-content:space-between}.Stakeholder.Right .Pane{margin-left:0;width:60%}.Stakeholder.Right .LeftImage{display:none}.Stakeholder.Right .RightImage{display:flex;margin-left:auto}@media (max-width:768px){.Stakeholder{flex-wrap:wrap;margin-top:48px}.Stakeholder:first-child{margin-top:14px}.Stakeholder .Pane{width:unset!important;min-width:unset!important;margin:0;padding:0 5vw}.Stakeholder .Pane h3{margin-left:0;margin-right:0}.Stakeholder .Pane p{margin:14px 0}.Stakeholder .Pane .Quote{text-align:right;margin-left:0;margin-right:0}.Stakeholder img{height:60vw}.Stakeholder .LeftImage{display:none}.Stakeholder .RightImage{display:flex}.Stakeholder.Right .Pane .Quote{text-align:left}}.Stakeholder-Operations{padding-top:4vw;padding-bottom:4vw}.Stakeholder-Operations img{-webkit-transform:scale(2.1) translate(-6vw,-2vw)!important;transform:scale(2.1) translate(-6vw,-2vw)!important}@media (min-width:1440px){.Stakeholder-Operations{padding-top:48px;padding-bottom:24px}.Stakeholder-Operations img{-webkit-transform:scale(2.1) translate(-86px,-28px)!important;transform:scale(2.1) translate(-86px,-28px)!important}}.Stakeholder-Manufacturers{padding-bottom:0}.Stakeholder-Manufacturers img{-webkit-transform:scale(1.2) translate(-3vw,3vw)!important;transform:scale(1.2) translate(-3vw,3vw)!important;align-self:flex-end}@media (max-width:768px){.Stakeholder-Manufacturers img{-webkit-transform:scale(1.2) translate(-10px,31px)!important;transform:scale(1.2) translate(-10px,31px)!important}}@media (min-width:1440px){.Stakeholder-Manufacturers{padding-top:84px}.Stakeholder-Manufacturers img{-webkit-transform:scale(1.2) translate(-44px,31px)!important;transform:scale(1.2) translate(-44px,31px)!important}}
/*# sourceMappingURL=main.386094ec.chunk.css.map */