.header-container{display:grid;height:446px;position:relative;overflow:hidden}.header-container .logo-wrapper{padding:12px 1rem;display:flex;justify-content:space-between;height:69px;background-color:#fff;z-index:9}.header-container .background-image{position:absolute;height:100%;width:100%;object-fit:cover;object-position:bottom;left:0}@media screen and (max-width:850px){.header-container .background-image{transform:scale(2.5)}}.language-box{display:flex;justify-content:flex-end;z-index:999;position:relative}.language-box_hidden{display:none}.language-box select{border:none;outline:none;padding:5px;background:var(--clr-beta-2);font-family:var(--ff-primary);font-size:var(--fs-medium);font-weight:600;color:#2e528f;text-transform:uppercase}.spinner{animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner .path{stroke:#fff;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.loader{position:fixed;z-index:9999;height:100vh;width:100vw;background:rgba(8,8,8,.4901960784);top:0;left:0}footer{display:flex;flex-direction:column;align-items:center}footer,footer .container{width:100%}footer .logo-container{position:relative}footer .logo-container .logo{position:absolute;left:3.15rem;top:4.85rem}footer .learn-more{padding:1rem;margin:0 1rem}footer .learn-more button{font-size:22px!important;font-weight:400!important;line-height:1.5}@media screen and (max-width:768px){footer .learn-more button{font-size:16px!important}}footer .footer-paragraph{text-align:center;font-weight:400}footer .footer-paragraph span{font-weight:600}@media screen and (max-width:768px){footer .footer-paragraph{padding:0 1rem}}footer h3.green-text{font-weight:bolder;font-size:22px}footer h1 em{color:var(--accentColor);font-style:normal;font-weight:700}footer button{background:var(--accentColor);padding:17px;color:#fff;margin:2rem auto;display:block;font-size:22px;font-weight:500;z-index:999;position:relative}@media screen and (min-width:768px){footer button{min-width:305px}}footer .footer-icons{padding:2.5rem;background:#002145;position:relative}@media screen and (max-width:768px){footer .footer-icons{padding:1rem}footer .footer-icons h3.address{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:300px}footer .footer-icons .icons{justify-content:center}}footer .footer-icons h3{font-size:24px!important;color:#fff}@media screen and (max-width:768px){footer .footer-icons h3{font-size:21px!important}}footer .footer-icons .globe{position:relative;height:275px}@media screen and (max-width:300px){footer .footer-icons .globe{height:auto}}@media screen and (min-width:768px){footer .footer-icons .globe{height:275px}}footer .footer-icons .brand{display:flex;max-width:800px;align-items:flex-start;align-items:center;margin:auto;justify-content:space-between}@media screen and (max-width:768px){footer .footer-icons .brand{flex-direction:column;grid-gap:1rem;gap:1rem}}footer .footer-icons .icons{margin-top:1rem;display:flex}footer .footer-icons .icons a{display:flex;height:48px;width:48px;background:#fff;border-radius:50%;align-items:center;justify-content:center}footer .footer-icons .icons img{height:18px}footer .footer-icons .icons a:not(:last-child){margin-right:8px}footer .footer-icons h3{position:relative;z-index:999;font-weight:600;margin-bottom:1rem}footer .footer-icons h3 div{margin-bottom:.295rem;margin-right:5px;font-weight:400}footer .footer-icons .grid-columns{grid-gap:.5rem;gap:.5rem}.support-modal .label-box{padding:1rem;display:flex;flex-direction:column;align-items:center}.support-modal .label-box.bronze{background:var(--clr-bronze-gr)}.support-modal .label-box.argent,.support-modal .label-box.silver{background:var(--clr-silver-gr)}.support-modal .label-box.gold,.support-modal .label-box.or{background:var(--clr-gold-gr)}.support-modal .title{margin-top:40px;margin-bottom:1rem}.support-modal .MuiPaper-root{background:transparent;box-shadow:none;overflow:hidden}.support-modal .close-btn{position:absolute;background:var(--accentDarkColor);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;top:17px;right:46px}@media screen and (max-width:768px){.support-modal .close-btn{right:30px}}.support-modal .content{background-color:transparent;padding:2rem 1rem 1rem;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}@media screen and (max-width:768px){.support-modal .content{padding-left:0;padding-right:0}}.support-modal .wrapper{background:#fff;overflow:auto;max-height:88vh;padding:2rem 2rem 3rem}.support-modal .action-btn{padding:12px 20px;background:var(--accentColor);border-radius:100px;color:#fff;font-weight:500;font-size:16px;width:auto}@media screen and (max-width:768px){.support-modal .action-btn{width:100%}}.support-modal .action-container{margin-top:2rem;display:flex;align-items:center;justify-content:center}.climate-container{margin-top:2.5rem}@media screen and (max-width:768px){.climate-container{margin-top:1rem}}.climate-container .title{margin-bottom:1rem}.climate-container .projects-desktop{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem}@media screen and (max-width:768px){.climate-container .projects-desktop{display:none}}.climate-container .projects-mobile{display:none}@media screen and (max-width:768px){.climate-container .projects-mobile{display:block}}.climate-container .card{max-width:800px;margin:auto}.climate-container .info{margin-top:1rem;margin-bottom:1rem;display:grid;grid-gap:.5rem;gap:.5rem}.climate-container .markdown-wrapper p{display:inline}.climate-container .markdown-wrapper p a{text-decoration:none}.climate-container .project-image-wrapper img{max-height:175px;object-fit:cover;margin-top:8px}.climate-container .slide{-webkit-user-select:text!important;user-select:text!important}.climate-container .emission-wrapper .wrapper{padding:0 2.5rem;background:var(--cardAccentColor)}.climate-container .emission-wrapper .card{color:var(--cardAccentForegroundColor);height:100%}.climate-container .climate-wrapper{margin-top:2.5rem}.climate-container .climate-wrapper .wrapper{padding:2.5rem;background:var(--cardAccentDarkColor)}.climate-container .climate-wrapper .card{background:var(--cardAccentDarkColor);color:var(--cardAccentForegroundDarkColor)}@media screen and (max-width:768px){.climate-container .climate-wrapper{margin-top:1rem}}@media screen and (max-width:768px){.climate-container{flex-direction:column;align-items:center}}.carousel-buttons,.carousel-buttons button{display:flex;align-items:center;justify-content:center}.about-container{margin-top:6rem;padding:0 2.5rem;flex-direction:row;align-items:center;justify-content:center}.about-container em{color:#000;font-style:normal;font-weight:700}.about-container h1.title{margin:1rem 0}.about-container h1.title em{font-weight:600;color:var(--primaryColor);font-style:normal}.about-container img.bg{object-fit:cover;width:452px;height:299px}.about-container .info{margin-left:auto;max-width:800px;margin-right:auto}@media screen and (max-width:768px){.about-container .info{padding:0 1rem}}@media screen and (max-width:768px){.about-container{margin-top:2rem;flex-direction:column-reverse;align-items:center;padding:0}.about-container img.bg{height:220px;max-width:100%}}.about-globe{margin-top:-50px}.about-globe,.label-globe{position:absolute;right:0;opacity:.1;z-index:-1;width:158px}.label-globe{margin-top:-130px;height:295px}.about-globe-l{position:absolute;right:0;opacity:.1;margin-top:-170px;z-index:-1;height:500px}@media screen and (max-width:768px){.about-globe-l{display:none}}@media screen and (min-width:769px){.about-globe,.label-globe{display:none}}.label-container{padding:3rem 1rem 0;display:flex;flex-wrap:wrap;grid-gap:3rem;gap:3rem;justify-content:center;margin:auto;flex-direction:row-reverse}@media screen and (max-width:1265px){.label-container{grid-gap:1.5rem;gap:1.5rem}}@media screen and (max-width:1230px){.label-container{padding-top:1.5rem}}@media screen and (max-width:820px){.label-container{flex-direction:column}}@media screen and (max-width:768px){.label-container{padding:0 1rem}}.label-container .card{background:#fff;padding:2rem;box-shadow:0 8px 16px rgba(0,0,0,.16);min-width:525px;max-width:525px;margin:auto}@media screen and (max-width:768px){.label-container .card{min-width:auto}}.label-container .card button{display:flex;background:var(--neutralColor);color:var(--neutralDarkColor);border-radius:100px;width:100%;padding:9.35px 11.35px 11.35px 15px;justify-content:space-between;font-weight:500;align-items:center;font-size:var(--fs-large)}.label-container .card button.primary{background:var(--accentColor);color:var(--clr-white)}.label-container .card button.secondary{background:var(--primaryColor);color:var(--clr-white)}.label-container .card button:not(:last-child){margin-bottom:.5rem}.label-container .label-img img{height:250px}@media screen and (max-width:768px){.label-container .label-img img{display:none}}@media screen and (max-width:600px){.label-container .label-img img{max-width:100%;height:auto}}@media screen and (max-width:1024px){.label-container .label-img{display:flex;justify-content:center}}.label-container .info-wrapper .flex-container{align-items:center;margin-bottom:10px}@media screen and (max-width:768px){.label-container .info-wrapper .flex-container{margin-bottom:8px}}.pointer{cursor:pointer}.logo{max-height:70px;max-width:100%}.flexDis{display:grid;grid-gap:.8rem;gap:.8rem;align-items:center}.info-icon{position:relative;top:5px;left:8px}.status-modal .title{margin-bottom:1rem;font-size:22px}.status-modal .MuiPaper-root{background:transparent;box-shadow:none;overflow:hidden}.status-modal .close-btn{position:absolute;background:var(--accentDarkColor);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;top:17px;right:46px}@media screen and (max-width:768px){.status-modal .close-btn{right:30px}}.status-modal .content{background-color:transparent;padding:2rem 1rem 1rem;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}@media screen and (max-width:768px){.status-modal .content{padding-left:0;padding-right:0}}.status-modal .wrapper{background:#fff;padding:2rem;overflow:auto;max-height:95vh}.status-modal .action-container{display:flex;align-items:center;justify-content:center;margin-top:1.5rem}.status-modal .action-container button{padding:.5rem 2rem}.preview-modal .label-box{padding:1rem;display:flex;flex-direction:column;align-items:center}.preview-modal .label-box.bronze{background:var(--clr-bronze-gr)}.preview-modal .label-box.argent,.preview-modal .label-box.silver{background:var(--clr-silver-gr)}.preview-modal .label-box.gold,.preview-modal .label-box.or{background:var(--clr-gold-gr)}.preview-modal .title{margin-top:40px;margin-bottom:1rem}.preview-modal .MuiPaper-root{background:transparent;box-shadow:none;overflow:hidden;margin:10px}.preview-modal .close-btn{position:absolute;background:var(--accentDarkColor);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;top:17px;right:25px}@media screen and (max-width:768px){.preview-modal .close-btn{right:20px}}.preview-modal .content{background-color:transparent;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);padding:2rem 0}.preview-modal .wrapper{background:#fff;overflow:auto;max-height:95vh;padding:10px 10px 8rem}.preview-modal .action-container{position:absolute;bottom:0;padding:1rem;text-align:center;width:100%;left:0;background:var(--primaryColor)}.preview-modal .action-container button{display:flex;border-radius:100px;min-width:130px;width:50%;padding:9.35px 11.35px 11.35px 15px;justify-content:space-between;font-weight:500;align-items:center;font-size:var(--fs-large);background:var(--accentColor);color:var(--clr-white);margin:auto;line-height:1.5}.preview-modal p:not(:last-child){margin-bottom:1rem}.card-holder{background-color:#fff;box-shadow:none!important}.card-holder .error-wrapper{text-align:center;font-size:15px;padding:20px;box-shadow:1px 1px 3px #c9c9c9;color:red}.preview-dialog .MuiPaper-root{margin:8px}.doc-details{padding:2.5rem;display:flex;background:var(--cardAccentLightColor);color:var(--cardAccentForegroundLightColor);height:100%}@media screen and (max-width:768px){.doc-details{margin:0;max-width:955px;padding:1rem}}.infoDetails{margin-top:6rem;margin-left:0;margin-right:0;justify-content:center}@media screen and (max-width:768px){.infoDetails{margin-top:2rem;margin-left:0}}.disflex .spanText{font-family:var(--ff-primary)}.heading{margin-bottom:1rem}@media screen and (max-width:768px){.heading{margin-left:0}}.info-container{background-color:#fff;height:90px;padding:1rem;max-width:400px}@media screen and (max-width:768px){.info-container{margin-bottom:10px}}.disflex{display:grid;grid-gap:1rem;gap:1rem}@media screen and (max-width:768px){.disflex{flex-direction:column}}.flaskimg{max-height:100px;opacity:.1}@media screen and (max-width:768px){.flaskimg{margin-bottom:2rem}}.displayGrid{max-width:800px;margin:auto;width:100%}@media screen and (max-width:768px){.displayGrid{margin-right:0}}.noUnderline{text-decoration:none;color:inherit}.white-text{color:#fff}.advisorButton{display:flex;background:var(--accentColor);color:var(--clr-white);border-radius:100px;padding:9.35px 11.35px 11.35px 15px;justify-content:space-between;font-weight:500;align-items:center;font-size:var(--fs-large);width:230px;margin:auto}@media screen and (min-width:768px){.advisorButton{min-width:305px;width:auto}}.cookie-banner{background:#002145;padding:1rem;display:flex;flex-direction:column;position:fixed;bottom:0;grid-gap:1rem;gap:1rem;width:100%;color:#fff;text-align:indent;z-index:9999999;box-shadow:1px 1px 3px 2px grey}.cookie-banner div{text-align:center;display:flex;align-items:center;justify-content:right;grid-gap:12px;gap:12px}.cookie-banner .accept-btn{background:var(--primaryColor);color:var(--clr-white)}.cookie-banner a{color:#fff;display:block;margin-top:.25rem;margin-bottom:.5rem;text-align:right}h2{color:#fff;font-size:24px!important;font-weight:700!important}.cookie-icon{position:fixed;bottom:1rem;right:1rem;z-index:999;background:#002145;padding:8px;color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.16);cursor:pointer}.cookie-icon svg{height:35px;width:35px}main{position:absolute;top:70px;left:0;width:100%;height:100%}:root{--ff-primary:"Barlow Condensed",Helvetica,Arial,sans-serif;--fs-xlarge:48px;--fs-xlarge-sm:32px;--fs-large:21px;--fs-medium:16px;--fs-small:15px;--fs-xsmall:12px;--clr-white:#fff;--clr-white-shade:#d8d8d8;--clr-gold:red;--clr-gold-gr:linear-gradient(249.1deg,#e2b151 -1.31%,#d79514 102.92%);--clr-bronze:#b97024;--clr-bronze-gr:linear-gradient(248.09deg,#d97133 8.22%,#a24209 114.84%);--clr-silver:red;--clr-silver-gr:linear-gradient(241.2deg,#a9a9a9 -17.06%,#727272 96.66%);--primaryColor:#91cc8c;--primaryDarkColor:#214d26;--accentColor:#012dd1;--accentLightColor:#47a0ff;--accentDarkColor:#00257c;--neutralColor:rgba(33,77,38,0.1);--neutralDarkColor:rgba(0,0,0,0.6);--cardAccentColor:#012dd1;--cardAccentForegroundColor:#fff;--cardAccentLightColor:#47a0ff;--cardAccentForegroundLightColor:#fff;--cardAccentDarkColor:#00257c;--cardAccentForegroundDarkColor:#fff}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;background:var(--clr-white);font-family:var(--ff-primary);font-size:var(--fs-large);color:var(--clr-beta-2)}div#root{margin:auto;position:relative}h1,h2,h3,h4,h5,h6,p,ul{margin:0}button{cursor:pointer;outline:none;border:0;text-align:center;font-weight:500;border-radius:100px}.flex-container{display:flex}.flex-1{flex:1 1}.m-t-1{margin-top:1rem}.m-b-2-5{margin-bottom:2.5rem}.m-b-0-5{margin-bottom:.5rem}.m-b-1{margin-bottom:1rem}.green-text{color:var(--primaryDarkColor)}.green-lt-text{color:var(--primaryColor)}.grey-text{color:var(--neutralDarkColor)}.bronze-text{color:var(--clr-bronze)}.argent-text,.silver-text{color:#999}.gold-text,.or-text{color:#da9d2a}.blue-text{color:var(--accentDarkColor)}.white-text{color:var(--clr-white)}.card .accent-text{color:var(--cardAccentForegroundColor)}.red-text{color:red}h1{font-size:var(--fs-xlarge);font-family:"Barlow Condensed",Helvetica,Arial,sans-serif!important;font-weight:600;line-height:47px}@media screen and (max-width:768px){h1{font-size:var(--fs-xlarge-sm)}}h1 *{font-family:"Barlow Condensed",Helvetica,Arial,sans-serif!important}h2{font-weight:500}h2,h3{font-size:var(--fs-large)}h3{font-weight:400}h5{font-weight:600}.f-14{font-size:14px}.f-w-400{font-weight:400}.f-w-600{font-weight:600}.f-bold{font-weight:700}.cursor-pointer{cursor:pointer}.uppercase{text-transform:uppercase}.op-4{opacity:.4}div,em,li,p,span,ul{font-family:"Barlow Condensed",Helvetica,Arial,sans-serif!important}button{font-family:"Barlow",Helvetica,Arial,sans-serif;font-weight:700!important;font-size:18px!important;min-height:58px;padding-left:1rem!important;padding-right:1rem!important}button img{height:20px}@media screen and (max-width:768px){button{font-size:16px!important}}h1{margin-top:0!important}@media screen and (max-width:768px){.climate-container .climate-wrapper .wrapper,.doc-details,.label-container .card{padding:1rem}}@media screen and (max-width:768px){.climate-container .emission-wrapper .wrapper{padding:0 1rem}}.text-center{text-align:center}li{margin-bottom:12px}.inlinePad ol,.inlinePad ul{padding-inline-start:26px}.inlinePad p{margin-top:1rem;margin-bottom:1rem}
/*# sourceMappingURL=main.1af1edeb.chunk.css.map */