@charset "UTF-8";@import"https://use.typekit.net/rma6dks.css";.popups{display:flex;position:fixed;left:0;top:0;width:100%;height:100%;align-items:center;justify-content:center;z-index:-1;visibility:hidden;flex-wrap:wrap;overflow-y:scroll;padding:1.875rem}.popups.show{visibility:visible;z-index:11}.popups .popup{display:none;position:relative;align-items:center;height:auto;padding:0 1.25rem;flex-basis:31.25rem;visibility:hidden;z-index:-1}.popups .popup.show{visibility:visible;z-index:1;display:flex;justify-content:center}.popups .popup .popup-wrapper{background-color:var(--sme-light-background-color);box-shadow:0 .25rem 3.125rem 1.25rem #0000000d;max-width:31.25rem;padding:2.3125rem;border-radius:var(--sme-block-radius);height:auto;max-height:100%;display:flex;position:relative;flex:1}.popups .popup .popup-wrapper [data-target=close_popup]{display:flex;position:absolute;top:-2rem;right:-2rem;align-items:center}.popups .popup .popup-wrapper.alignwide{max-width:43.75rem}.popups .popup .popup-wrapper.fit-content .content>div:first-child{min-height:unset}.popups .popup .popup-wrapper .content{overflow:auto;max-height:100%;height:auto;padding:.1875rem;width:100%}.popups .popup .popup-wrapper .content>div:first-child{min-height:24.25rem;display:flex;flex-direction:column}.popups .popup .popup-wrapper .content>div:first-child.no-min-height{min-height:unset}.popups .popup .popup-wrapper .content figure{text-align:center}.popups .popup .popup-wrapper .content .wp-block-button{flex-grow:1;display:flex}.popups .popup .popup-wrapper .content .wp-block-button .wp-element-button{width:100%;margin-top:auto;text-align:center}.popups .popup .popup-wrapper.geolocation .content .acf-innerblocks-container .button{text-align:center;text-transform:none;border-radius:99px;padding:12px 16px;letter-spacing:-.48px;font-size:16px;font-style:normal;font-weight:500;line-height:130%}.popups .popup .message{padding:.625rem;font-size:var(--sme-fs-xs-p);line-height:var(--sme-lh-xs-p);position:relative;margin-bottom:.5rem}.popups .popup .message.error{color:var(--sme-error-color);border:.0625rem solid var(--sme-error-color)}.popups .popup .message.error:before{background:var(--sme-error-color)}.popups .popup .message.success{color:var(--sme-secondary-color);border:.0625rem solid var(--sme-secondary-color)}.popups .popup .message.success:before{background:var(--sme-primary-color)}.popups .popup .message:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;opacity:.3}.popups .popup .checkbox{display:flex;align-items:center;margin-bottom:1.5rem;margin-left:.5rem}.popups .popup .checkbox label{margin-bottom:0;font-weight:400;position:relative}.popups .popup .checkbox label:before{content:"";display:block;width:.75rem;background:var(--sme-input-background);height:.75rem;border:.0625rem solid var(--sme-border-color);position:absolute;border-radius:.1875rem;left:-1.375rem;top:.125rem;line-height:1}.popups .popup .checkbox input{width:.875rem;height:0;opacity:0}.popups .popup .checkbox input:checked~label:after{content:"";display:block;width:.25rem;height:.5rem;border-top:.125rem solid #000;border-left:.125rem solid #000;position:absolute;top:.1875rem;left:-1.125rem;transform:rotate(-135deg)}.popups .popup .login-form .field:nth-of-type(2){margin-bottom:.5rem}.popups .popup .field{margin-bottom:1.5rem}.popups .popup .field label{display:inline-block;margin-bottom:.5rem;width:100%}.popups .popup .login-form .input-wrapper,.popups .popup .set-password-form .input-wrapper,.popups .popup .reset-password-form .input-wrapper,.popups .popup .simplified-registration-form .input-wrapper{position:relative}.popups .popup .login-form .input-wrapper input,.popups .popup .set-password-form .input-wrapper input,.popups .popup .reset-password-form .input-wrapper input,.popups .popup .simplified-registration-form .input-wrapper input{padding-right:40px}.popups .popup .login-form .input-wrapper [data-target=eye_password],.popups .popup .set-password-form .input-wrapper [data-target=eye_password],.popups .popup .reset-password-form .input-wrapper [data-target=eye_password],.popups .popup .simplified-registration-form .input-wrapper [data-target=eye_password]{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.popups .popup .login-form .input-wrapper [data-target=eye_password] svg,.popups .popup .set-password-form .input-wrapper [data-target=eye_password] svg,.popups .popup .reset-password-form .input-wrapper [data-target=eye_password] svg,.popups .popup .simplified-registration-form .input-wrapper [data-target=eye_password] svg{display:none}.popups .popup .login-form .input-wrapper [data-target=eye_password] svg.show,.popups .popup .set-password-form .input-wrapper [data-target=eye_password] svg.show,.popups .popup .reset-password-form .input-wrapper [data-target=eye_password] svg.show,.popups .popup .simplified-registration-form .input-wrapper [data-target=eye_password] svg.show{display:block}.popups .popup .login-form .forgot-password,.popups .popup .set-password-form .forgot-password,.popups .popup .reset-password-form .forgot-password,.popups .popup .simplified-registration-form .forgot-password{display:flex;justify-content:flex-end;margin-bottom:.5rem}.popups .popup .login-form .forgot-password button,.popups .popup .set-password-form .forgot-password button,.popups .popup .reset-password-form .forgot-password button,.popups .popup .simplified-registration-form .forgot-password button{font-size:var(--sme-fs-md-p);line-height:var(--sme-lh-md-p);color:var(--sme-secondary-color)}.popups .popup .forgot-password-form{display:flex;flex-direction:column;flex:1}.popups .popup .forgot-password-form form{display:flex;flex-direction:column;flex:1;justify-content:space-between}.popups .popup .reset-password-form>p.error{margin-bottom:0}.popups .popup .reset-password-form .field:nth-of-type(2){margin-bottom:1.5rem}@media (max-width: 992px){.popups{padding:1.25rem}.popups .popup{width:100%;justify-content:center;padding:1.25rem}.popups .popup .popup-wrapper .content>div:first-child{min-height:auto}}@media (max-width: 767px){.popups .popup .popup-wrapper{padding:1.25rem}}@media (max-width: 576px){.popups,.popups .popup,.popups .popup .popup-wrapper{padding:.9375rem}.popups .popup .popup-wrapper [data-target=close_popup]{top:-.9375rem;right:-.9375rem}.popups .popup .popup-wrapper [data-target=close_popup] svg{width:.9375rem;height:.9375rem}}.rtl{direction:rtl!important;unicode-bidi:embed}[dir=rtl] header.header .logo{width:7rem;height:3.6875rem;margin-left:1rem;flex-shrink:0;display:flex;align-items:center}[dir=rtl] header.header .selector span{color:var(--sme-secondary-text-color);text-transform:uppercase;font-weight:800;position:relative;padding-left:1.5rem;cursor:pointer;display:block}[dir=rtl] header.header .menu:not(.mega)>nav ul li a[href="#resources"]{position:relative;padding-left:1.5rem}[dir=rtl] body section.heading-center .title-section{text-align:right;padding:0 1.9375rem}[dir=rtl] body .announcements-section .block .text{width:52.2%;padding-right:2.5rem;padding-top:1.6875rem;padding-bottom:1.6875rem}[dir=rtl] body section.stay-updated div.content-block .form form>label:nth-of-type(n){padding-left:1.25rem}[dir=rtl] body section.stay-updated div.content-block p.has-text-align-center{text-align:right}[dir=rtl] footer.footer .footer-content .column:first-of-type{padding-left:2.375rem;border-left:.125rem solid #C4C4C4;border-right:unset!important;padding-left:unset!important}[dir=rtl] footer.footer .footer-content .column:last-of-type{padding-right:2.9375rem}[dir=rtl] footer.footer .footer-content .column .menus .label{font-size:.875rem;color:#999;margin-left:5rem}[dir=rtl] footer.footer .footer-content .column .images a{display:flex;height:100%;padding-left:2rem;width:100%;padding-right:unset!important}[dir=rtl] footer.footer .footer-content .column .menus{display:flex;align-items:flex-start;justify-content:flex-start}[dir=rtl] body .us-hero-section .content .logos .logo:last-of-type{border-left:0!important}[dir=rtl] body .us-hero-section .content .logos .logo:first-of-type{border-right:0!important}[dir=rtl] body .us-hero-section .content .logos .logo{max-width:9.375rem;border-left:.0625rem solid var(--sme-secondary-text-color);padding:0 1.25rem}[dir=rtl] body .testimonials-slider-section .block .image{width:22.5%;padding-left:2.5rem}[dir=rtl] body .committed-businesses-filter-section .top-part form .main-input button{border-radius:5px 0 0 5px;font-size:16px;line-height:162.5%;text-transform:capitalize;padding:.625rem;max-width:9.0625rem;width:100%}[dir=rtl] body .committed-businesses-filter-section .top-part form .main-input input{width:calc(100% - 9.0625rem);border:.0625rem solid var(--sme-border-color);background:var(--sme-input-background);border-radius:5px 0 0 5px;border-left:0}[dir=rtl] body .select .custom-select:after{content:"";position:absolute;left:.9375rem;right:unset!important;height:.875rem;width:.875rem;background-image:url("data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M0.256279 3.26035C0.597993 2.91322 1.15201 2.91322 1.49372 3.26035L7.00001 8.85406L12.5063 3.26035C12.848 2.91322 13.402 2.91322 13.7437 3.26035C14.0854 3.60749 14.0854 4.1703 13.7437 4.51744L7.61872 10.7397C7.27704 11.0868 6.72299 11.0868 6.3813 10.7397L0.256279 4.51744C-0.0854264 4.1703 -0.0854264 3.60749 0.256279 3.26035Z%22 fill=%22black%22/%3E%3C/svg%3E");background-size:cover;background-repeat:no-repeat;background-position:center;top:50%;transform:translateY(-50%);transition:var(--sme-transition)}[dir=rtl] body .committed-businesses-filter-section .bottom-part .pagination ul li:last-of-type{border-radius:3.125rem 0 0 3.125rem}[dir=rtl] body .committed-businesses-filter-section .bottom-part .pagination ul li:first-of-type{border-left:.0625rem solid var(--sme-secondary-color);border-radius:3.125rem 0 0 3.125rem;border-right:0}[dir=rtl] body .how-it-works .group .title:before{counter-increment:number;content:counter(number);font-size:var(--sme-fs-default-p);color:var(--sme-secondary-text-color);background:var(--sme-primary-color);width:2.5rem;height:2.5rem;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:.3125rem;right:-4rem;left:unset!important}[dir=rtl] body .how-it-works .group .accordion-block .header svg{position:absolute;left:-15px;right:unset!important;top:50%;transform:translateY(-50%);width:1.125rem;height:.75rem;transition:transform var(--sme-transition)}[dir=rtl] body .how-it-works .group .accordion-block .content .text{padding-right:1.25rem;padding-left:unset!important;padding-bottom:.625rem;padding-top:.625rem}[dir=rtl] body .how-it-works .group .accordion-block .content .list{display:flex;flex-direction:column;align-items:flex-start}[dir=rtl] body .banner-with-image.start-measuring .content .text p:last-of-type img{max-height:1.6875rem;height:100%;width:auto;margin-right:.75rem;margin-left:unset!important;margin-top:.25rem}[dir=rtl] body .calculating-slider-section .content .blocks-wrapper{width:38.5%;display:flex;align-items:flex-start;padding-left:4.0625rem;padding-right:unset!important}[dir=rtl] body .calculating-slider-section .content .blocks-wrapper .scroll-wrapper{width:.75rem;height:100%;flex-shrink:0;margin-left:1.5rem;margin-right:unset!important}[dir=rtl] body section.heading-left .title-section{text-align:right}[dir=rtl] body .inspired-story-blocks-section .blocks .block .bottom .image{width:3.75rem;height:3.75rem;border-radius:50%;flex-shrink:0;margin-left:1rem;margin-right:unset!important}[dir=rtl] body .start-action-section .title-section+div p.has-text-align-center{text-align:right}[dir=rtl] body .start-action-section .blocks .block .inner .image{max-width:13.0625rem;flex-shrink:0;margin-left:1rem;margin-right:unset!important;display:flex;border-radius:var(--sme-button-border-radius)}[dir=rtl] body .banner-with-image.report-your-progress .content .text{width:78.7%;padding-right:8.125rem;padding-left:unset}[dir=rtl] body .list-with-icons li .icon{width:3.75rem;display:flex;height:100%;flex-shrink:0;align-items:center;justify-content:center;margin-left:.4375rem;margin-right:unset!important}[dir=rtl] body .banner-with-image.no-image .content .text{width:100%;padding-right:0}[dir=rtl] body .banner-with-image .content .text p.has-text-align-center{text-align:right}[dir=rtl] body .simple-accordion h3:after{content:"";display:inline-block;height:.9375rem;width:.9375rem;background-repeat:no-repeat;background-size:100%;background-position:center;transform:rotate(270deg);margin-right:.5rem;transition:transform var(--sme-transition);background-image:url("data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M0.256279 3.26035C0.597993 2.91322 1.15201 2.91322 1.49372 3.26035L7.00001 8.85406L12.5063 3.26035C12.848 2.91322 13.402 2.91322 13.7437 3.26035C14.0854 3.60749 14.0854 4.1703 13.7437 4.51744L7.61872 10.7397C7.27704 11.0868 6.72299 11.0868 6.3813 10.7397L0.256279 4.51744C-0.0854264 4.1703 -0.0854264 3.60749 0.256279 3.26035Z%22 fill=%22%23298187%22/%3E%3C/svg%3E")}.chakra-link{display:none}[dir=rtl] .report-tool .upload-popup .content .list .list-item:after{content:"";display:block;width:7px;height:7px;border-radius:50%;background:#02363d;position:absolute;right:-18px;left:unset!important;top:7px}footer.footer .footer-content .column .images{justify-content:space-between}[dir=rtl] body .profile-accordions-section .content .accordion .content .wpcf7 form>label:nth-of-type(n){padding-left:1.25rem;padding-right:unset!important}[dir=rtl] .uae-hero-section .content .logos .logo{max-width:150px;border-left:1px solid var(--sme-secondary-text-color);border-right:unset!important;padding:0 20px}[dir=rtl] .uae-hero-section .content .logos .logo:last-of-type{border-left:0}@media (max-width: 1200px){[dir=rtl] header.header .navigation-part.show{right:0;left:unset!important}[dir=rtl] header.header .burger{margin-right:auto;margin-left:unset!important}[dir=rtl] header.header .buttons-part{flex-direction:column;align-items:flex-start;margin-right:10px}[dir=rtl] header.header .menu:not(.mega) .mega-menu{left:unset!important}[dir=rtl] header.header .menu:not(.mega)>nav ul{align-items:unset!important}body .popups .popup .stay-updated .wrapper .column:first-of-type{display:none}body .popups .popup .stay-updated .wrapper .column .fields-wrapper .half{display:flex;gap:12px;flex-wrap:nowrap;flex-direction:column;margin-bottom:12px}body .popups .popup .stay-updated .wrapper .column .fields-wrapper .half .field{width:100%!important;margin-bottom:0!important}body .popups .popup .stay-updated .wrapper .column .button{width:100%}body .popups .popup .stay-updated .wrapper .column h2{margin-bottom:8px;font-size:28px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.56px}body .popups .popup .stay-updated [data-target=close_popup]{display:none!important}body .popups .popup .stay-updated .wrapper .column .cancel{display:block!important;width:100%;text-align:center;cursor:pointer;font-size:16px;font-style:normal;font-weight:500;line-height:130%;letter-spacing:-.48px;color:#3d3104;margin-top:16px}.youtube-video-thumbnail{margin-bottom:1rem}.language-dropdown{color:var(--Brand-Expanded-Dark-Grey, #3A3A3A);font-size:20px!important;font-style:normal;font-weight:400!important;line-height:130%!important;letter-spacing:-.8px!important}.language-dropdown:before{left:0!important;top:1px!important}.language-dropdown{padding-left:25px}}[dir=rtl] .partner-images-section .content-block .images .image:before{content:"";display:block;width:.0625rem;height:3.125rem;position:absolute;background-color:#d9d9d9;right:0;left:unset!important;top:50%;transform:translateY(-50%)}[dir=rtl] header.header .menu:not(.mega) .mega-menu .menu nav>ul>li:last-of-type:before{content:"";top:-1.875rem;right:calc(100% - 15.625rem);left:unset!important;display:block;width:100%;height:100vh;position:absolute;background:#c4c4c44d}[dir=rtl] header.header .menu:not(.mega) .mega-menu .menu nav>ul:first-child li{padding-left:1.25rem;padding-right:unset!important;margin-bottom:0;width:25%}[dir=rtl] header.header .menu:not(.mega)>nav ul li{padding-right:10px}.single-article .content ul{list-style:disc;padding-left:40px}.single-article .content li{display:list-item}.overlay-fix{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9}.front-div{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;width:100%;justify-content:center;z-index:9999999}.overflow-hidden{overflow:hidden}.login-form p{padding-top:20px;font-size:16px;text-align:center;color:#b3b3b3;margin-bottom:0}.center-content{text-align:center;background:var(--sme-body-background)}[dir=rtl] header.header .menu:not(.mega) .mega-menu .menu nav>ul:first-child{display:flex;flex-wrap:wrap;margin-bottom:0}[dir=rtl] header.header .menu:not(.mega) .mega-menu .menu nav>ul:first-child{display:flex;flex-wrap:wrap;margin-bottom:0;justify-content:unset!important}[dir=rtl] .sub-menu li{width:100%!important}.hidden label{display:none!important}.avatar{position:relative}.avatar .avatar-wrapper{display:flex;justify-content:center;align-items:center}.avatar .avatar-wrapper img:focus{outline:0}.avatar .avatar-wrapper .avatar-btn{position:absolute;bottom:20px;right:0;box-shadow:0 4px 4px #00000040;background:#facf28;width:35px;height:35px;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer}.avatar .avatar-wrapper .avatar-btn svg{margin-top:2px;margin-left:4px;-webkit-user-select:none;user-select:none}.avatar .avatar-overlay{position:fixed;top:0;display:none;left:0;bottom:0;right:0;justify-content:center;align-items:center;z-index:10;background:#00000080}.avatar .avatar-overlay.show{display:flex}.avatar .avatar-overlay .avatar-message{background:#fff;border-radius:8px;padding:15px;min-width:320px;min-height:120px;display:flex;align-items:center;justify-content:center;flex-direction:column;width:300px}.avatar-overlay .avatar-message p{font-size:20px;text-align:center}.avatar .avatar-overlay .avatar-message button{background:#facf28;font-size:20px;text-transform:uppercase;border:0;font-weight:700;border-radius:8px;padding:10px 30px;outline:0;cursor:pointer}.avatar .profile-photo{display:none}.input-wrapper{position:relative}.input-wrapper [data-target=eye_password]{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.input-wrapper [data-target=eye_password] svg{display:none}.input-wrapper [data-target=eye_password] svg.show{display:block}.modal-open{overflow:hidden}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1050;display:none;overflow:auto;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999999;border:1px solid rgba(0,0,0,.2);border-radius:var(--sme-block-radius);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{position:absolute;right:10px;top:10px}.modal-header button.close{background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-size:2rem}.modal-title{margin:0;font-weight:600;font-size:1.5rem;text-align:center}.modal-body{position:relative;padding:2.3125rem}.modal-body a{text-decoration:none;font-weight:600}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px #00000080}.modal-sm{width:300px}}@media (min-width: 992px){.modal-lg{width:900px}}.clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.text-center{text-align:center}#modalTermsChanges .button{padding:.575rem 1.075rem}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.notification-background{z-index:-1}.terms-notification{width:100%;display:block;z-index:2;color:#122f2d;background:#facf3280;border-radius:8px;padding:10px;text-align:center;font-size:1rem}.terms-notification a{font-size:1rem}@media (max-width: 600px){.notification-background{z-index:-1;position:absolute;left:0;right:0}.terms-notification{width:100%;display:block;z-index:2;color:#122f2d;background:#facf3266;border-radius:unset;padding:5px;text-align:center;font-size:1rem}.terms-notification a{font-size:1rem}[dir=rtl] header.header .menu:not(.mega) .mega-menu .menu nav>ul:first-child li{width:unset!important}[dir=rtl] header.header .menu:not(.mega)>nav ul li{padding-right:10px}[dir=rtl] body .announcements-section .block .text{width:100%!important}header.header .selector span:before{display:none!important}[dir=rtl] header.header .navigation-part{padding-right:1.25rem;padding-left:unset}[dir=rtl] header.header .navigation-part{display:flex;position:absolute;left:-100%;top:100%;width:100%;max-width:18.75rem;padding-left:1.5rem;height:calc(100vh - 5.6875rem);height:calc(var(--doc-height) - 5.6875rem);justify-content:space-between;flex-direction:column;padding-bottom:1.875rem;overflow:auto;transition:left var(--sme-transition);align-items:flex-start}.modal-dialog{position:relative;width:85%;margin:unset}}.text-right{text-align:right}body .how-it-works .group .not-active .header svg{display:none}.disabled{cursor:not-allowed!important;pointer-events:none!important}input:disabled{color:silver!important}.profileInfoContact{font-size:small;text-align:right;width:100%;margin-bottom:10px;padding-right:26px}.profileInfoContact a{font-size:small}.wpcf7-form a{font-size:inherit}.fields-wrapper .half label{width:50%;position:relative;float:left}.fields-wrapper .half label:nth-of-type(n){padding-right:1.25rem}.fields-wrapper .half label:nth-of-type(2n){padding-left:1.25rem;padding-right:0}.fields-wrapper .half label input{margin-top:5px}.fields-wrapper .full label input{margin-top:10px}.fields-wrapper .check label{font-weight:400}.fields-wrapper .check label a{font-size:inherit}.fields-wrapper .check label input[type=checkbox]{margin-right:10px}.action-course{display:flex;width:100%;text-align:center;flex-direction:row;justify-content:center;align-items:center}.action-course img{max-width:400px;padding-top:32px;padding-bottom:32px;padding-right:16px}@media (max-width: 600px){.action-course{display:flex;width:100%;text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:16px}.action-course img{max-width:200px;padding-top:0;padding-bottom:8px;padding-right:0}body .start-action-section .blocks .block .inner .text{width:100%;text-align:center}}.page-popup.active{box-shadow:#00000059 0 5px 15px}.input-border{border:.0625rem solid var(--sme-border-color);background-color:var(--sme-input-background)}.fullwidth{width:100%}.single-article .content ol{padding-left:40px}body .disabled .custom-select .placeholder{color:silver!important}.field-message{color:red;padding-top:5px;padding-left:10px}.wpcf7-form a{text-decoration:underline;font-weight:400}.title-wrapper{font-size:var(--sme-fs-h2);line-height:var(--sme-lh-h2);margin-bottom:0;color:var(--sme-heading-color);font-weight:800;position:relative}.title-wrapper .inner-title{padding-right:10px;float:left}.popup-wrapper .content ul{padding-left:1.5625rem;margin-bottom:1.5rem;list-style:disc}.popup-wrapper .content .custom-list ul{padding-left:unset;margin-bottom:1.5rem;list-style:none}.check a{text-decoration:underline;font-weight:400}.blocks a{text-decoration:underline}.profile-accordions-section i{font-size:var(--sme-fs-xs-p)}header.header .selector span:before{content:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20version='1.1'%20id='svg2'%20width='26'%20height='26'%20viewBox='0%200%202666.6667%202666.6667'%20sodipodi:docname='vecteezy_globe-icon-vector-globe-sphere-wires-earth-network-vector_13654412.eps'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs6'%20/%3e%3csodipodi:namedview%20id='namedview4'%20pagecolor='%23ffffff'%20bordercolor='%23000000'%20borderopacity='0.25'%20inkscape:showpageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:deskcolor='%23d1d1d1'%20/%3e%3cg%20id='g8'%20inkscape:groupmode='layer'%20inkscape:label='ink_ext_XXXXXX'%20transform='matrix(1.3333333,0,0,-1.3333333,0,2666.6667)'%3e%3cg%20id='g10'%20transform='scale(0.1)'%3e%3cpath%20d='m%2014897.8,10409.1%20c%20-40,1629.7%20-313.9,3145%20-765.3,4436.4%20712.7,107.9%201424.5,240.1%202135,404%201110.5,-1323.7%201802.1,-3003.7%201893.6,-4840.4%20z%20M%2014135.6,5164%20c%20449.6,1289.4%20722.2,2801.2%20762.2,4426.9%20h%203263.3%20c%20-91.5,-1836.2%20-782.6,-3515.8%20-1892.7,-4839.3%20-709.6,167.2%20-1420.7,302.2%20-2132.8,412.4%20z%20m%20-303.3,-780.5%20c%20592.9,-87.6%201185,-196.3%201776.2,-324.6%20-895.1,-845.4%20-1974.9,-1497.2%20-3178.5,-1872.3%20540.1,565.8%201015.8,1311.7%201402.3,2196.9%20z%20m%20-7664.59,0%20c%20386.53,-885.2%20862.18,-1631.1%201402.26,-2196.9%20-1203.55,375.1%20-2283.41,1026.9%20-3178.5,1872.3%20591.27,128.3%201183.33,237%201776.24,324.6%20z%20M%205102.2,9590.9%20C%205142.2,7965.2%205414.8,6453.4%205864.39,5164%205152.29,5053.8%204441.16,4918.8%203731.55,4751.6%202621.53,6075.1%201930.39,7754.7%201838.91,9590.9%20Z%20m%20765.34,5254.6%20C%205416.05,13554.1%205142.25,12038.8%205102.2,10409.1%20H%201838.91%20c%2091.48,1836.7%20783.12,3516.7%201893.64,4840.4%20710.42,-163.9%201422.23,-296.1%202134.99,-404%20z%20m%20304.37,781.2%20c%20-593.11,85.7%20-1185.38,192.1%20-1776.73,317.7%20894.33,843.8%201972.89,1494.4%203174.79,1869%20-538.08,-563.7%20-1012.39,-1305.8%20-1398.06,-2186.7%20z%20M%2012430,17813.4%20c%201201.9,-374.6%202280.5,-1025.2%203174.8,-1869%20-591.3,-125.6%20-1183.6,-232%20-1776.7,-317.7%20-385.7,880.9%20-860,1623%20-1398.1,2186.7%20z%20m%20-2020.9,-2461.8%20v%202787.3%20c%201005.4,-210.4%201913.2,-1191%202577.6,-2625.5%20-858.4,-96.6%20-1717.9,-148.6%20-2577.6,-161.8%20z%20m%200,-4942.5%20v%204123.7%20c%20968.3,14.5%201936.3,71.5%202902.9,188.6%20447.8,-1238.7%20726.6,-2723%20768.2,-4312.3%20z%20m%200,-4925.4%20v%204107.2%20h%203671.1%20c%20-41.5,-1584%20-318.4,-3063.9%20-763.6,-4300.2%20-968.1,120%20-1937.7,178.2%20-2907.5,193%20z%20m%200,-818.6%20c%20861.6,-13.5%201723,-66.6%202583.4,-165.7%20-664.8,-1441.4%20-1575,-2427.3%20-2583.4,-2638.3%20z%20m%20-818.19,0%20v%20-2804%20c%20-1008.45,211%20-1918.62,1196.9%20-2583.39,2638.3%20860.38,99.1%201721.76,152.2%202583.39,165.7%20z%20m%200,4925.8%20V%205483.7%20c%20-969.8,-14.8%20-1939.44,-73%20-2907.53,-193%20-445.2,1236.3%20-722.05,2716.2%20-763.56,4300.2%20z%20m%200,4941.9%20V%2010409.1%20H%205919.82%20c%2041.61,1589.3%20320.36,3073.6%20768.15,4312.3%20966.6,-117.1%201934.65,-174.1%202902.94,-188.6%20z%20m%200,818.8%20c%20-859.73,13.2%20-1719.16,65.2%20-2577.6,161.8%20664.38,1434.5%201572.15,2415.1%202577.6,2625.5%20z%20M%2010000,19000%20c%20-4970.57,0%20-9000,-4029.4%20-9000,-9000%200,-4970.6%204029.43,-9000%209000,-9000%204970.6,0%209000,4029.4%209000,9000%200,4970.6%20-4029.4,9000%20-9000,9000'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none'%20id='path12'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");display:flex;justify-content:center;align-items:center;position:absolute;left:-30px;top:1px}[dir=rtl] header.header .selector span:before{content:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20version='1.1'%20id='svg2'%20width='26'%20height='26'%20viewBox='0%200%202666.6667%202666.6667'%20sodipodi:docname='vecteezy_globe-icon-vector-globe-sphere-wires-earth-network-vector_13654412.eps'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs6'%20/%3e%3csodipodi:namedview%20id='namedview4'%20pagecolor='%23ffffff'%20bordercolor='%23000000'%20borderopacity='0.25'%20inkscape:showpageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:deskcolor='%23d1d1d1'%20/%3e%3cg%20id='g8'%20inkscape:groupmode='layer'%20inkscape:label='ink_ext_XXXXXX'%20transform='matrix(1.3333333,0,0,-1.3333333,0,2666.6667)'%3e%3cg%20id='g10'%20transform='scale(0.1)'%3e%3cpath%20d='m%2014897.8,10409.1%20c%20-40,1629.7%20-313.9,3145%20-765.3,4436.4%20712.7,107.9%201424.5,240.1%202135,404%201110.5,-1323.7%201802.1,-3003.7%201893.6,-4840.4%20z%20M%2014135.6,5164%20c%20449.6,1289.4%20722.2,2801.2%20762.2,4426.9%20h%203263.3%20c%20-91.5,-1836.2%20-782.6,-3515.8%20-1892.7,-4839.3%20-709.6,167.2%20-1420.7,302.2%20-2132.8,412.4%20z%20m%20-303.3,-780.5%20c%20592.9,-87.6%201185,-196.3%201776.2,-324.6%20-895.1,-845.4%20-1974.9,-1497.2%20-3178.5,-1872.3%20540.1,565.8%201015.8,1311.7%201402.3,2196.9%20z%20m%20-7664.59,0%20c%20386.53,-885.2%20862.18,-1631.1%201402.26,-2196.9%20-1203.55,375.1%20-2283.41,1026.9%20-3178.5,1872.3%20591.27,128.3%201183.33,237%201776.24,324.6%20z%20M%205102.2,9590.9%20C%205142.2,7965.2%205414.8,6453.4%205864.39,5164%205152.29,5053.8%204441.16,4918.8%203731.55,4751.6%202621.53,6075.1%201930.39,7754.7%201838.91,9590.9%20Z%20m%20765.34,5254.6%20C%205416.05,13554.1%205142.25,12038.8%205102.2,10409.1%20H%201838.91%20c%2091.48,1836.7%20783.12,3516.7%201893.64,4840.4%20710.42,-163.9%201422.23,-296.1%202134.99,-404%20z%20m%20304.37,781.2%20c%20-593.11,85.7%20-1185.38,192.1%20-1776.73,317.7%20894.33,843.8%201972.89,1494.4%203174.79,1869%20-538.08,-563.7%20-1012.39,-1305.8%20-1398.06,-2186.7%20z%20M%2012430,17813.4%20c%201201.9,-374.6%202280.5,-1025.2%203174.8,-1869%20-591.3,-125.6%20-1183.6,-232%20-1776.7,-317.7%20-385.7,880.9%20-860,1623%20-1398.1,2186.7%20z%20m%20-2020.9,-2461.8%20v%202787.3%20c%201005.4,-210.4%201913.2,-1191%202577.6,-2625.5%20-858.4,-96.6%20-1717.9,-148.6%20-2577.6,-161.8%20z%20m%200,-4942.5%20v%204123.7%20c%20968.3,14.5%201936.3,71.5%202902.9,188.6%20447.8,-1238.7%20726.6,-2723%20768.2,-4312.3%20z%20m%200,-4925.4%20v%204107.2%20h%203671.1%20c%20-41.5,-1584%20-318.4,-3063.9%20-763.6,-4300.2%20-968.1,120%20-1937.7,178.2%20-2907.5,193%20z%20m%200,-818.6%20c%20861.6,-13.5%201723,-66.6%202583.4,-165.7%20-664.8,-1441.4%20-1575,-2427.3%20-2583.4,-2638.3%20z%20m%20-818.19,0%20v%20-2804%20c%20-1008.45,211%20-1918.62,1196.9%20-2583.39,2638.3%20860.38,99.1%201721.76,152.2%202583.39,165.7%20z%20m%200,4925.8%20V%205483.7%20c%20-969.8,-14.8%20-1939.44,-73%20-2907.53,-193%20-445.2,1236.3%20-722.05,2716.2%20-763.56,4300.2%20z%20m%200,4941.9%20V%2010409.1%20H%205919.82%20c%2041.61,1589.3%20320.36,3073.6%20768.15,4312.3%20966.6,-117.1%201934.65,-174.1%202902.94,-188.6%20z%20m%200,818.8%20c%20-859.73,13.2%20-1719.16,65.2%20-2577.6,161.8%20664.38,1434.5%201572.15,2415.1%202577.6,2625.5%20z%20M%2010000,19000%20c%20-4970.57,0%20-9000,-4029.4%20-9000,-9000%200,-4970.6%204029.43,-9000%209000,-9000%204970.6,0%209000,4029.4%209000,9000%200,4970.6%20-4029.4,9000%20-9000,9000'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none'%20id='path12'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");display:flex;justify-content:center;align-items:center;position:absolute;right:-30px;left:unset;top:1px}[dir=rtl] .language-dropdown:before{content:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20version='1.1'%20id='svg2'%20width='26'%20height='26'%20viewBox='0%200%202666.6667%202666.6667'%20sodipodi:docname='vecteezy_globe-icon-vector-globe-sphere-wires-earth-network-vector_13654412.eps'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs6'%20/%3e%3csodipodi:namedview%20id='namedview4'%20pagecolor='%23ffffff'%20bordercolor='%23000000'%20borderopacity='0.25'%20inkscape:showpageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:deskcolor='%23d1d1d1'%20/%3e%3cg%20id='g8'%20inkscape:groupmode='layer'%20inkscape:label='ink_ext_XXXXXX'%20transform='matrix(1.3333333,0,0,-1.3333333,0,2666.6667)'%3e%3cg%20id='g10'%20transform='scale(0.1)'%3e%3cpath%20d='m%2014897.8,10409.1%20c%20-40,1629.7%20-313.9,3145%20-765.3,4436.4%20712.7,107.9%201424.5,240.1%202135,404%201110.5,-1323.7%201802.1,-3003.7%201893.6,-4840.4%20z%20M%2014135.6,5164%20c%20449.6,1289.4%20722.2,2801.2%20762.2,4426.9%20h%203263.3%20c%20-91.5,-1836.2%20-782.6,-3515.8%20-1892.7,-4839.3%20-709.6,167.2%20-1420.7,302.2%20-2132.8,412.4%20z%20m%20-303.3,-780.5%20c%20592.9,-87.6%201185,-196.3%201776.2,-324.6%20-895.1,-845.4%20-1974.9,-1497.2%20-3178.5,-1872.3%20540.1,565.8%201015.8,1311.7%201402.3,2196.9%20z%20m%20-7664.59,0%20c%20386.53,-885.2%20862.18,-1631.1%201402.26,-2196.9%20-1203.55,375.1%20-2283.41,1026.9%20-3178.5,1872.3%20591.27,128.3%201183.33,237%201776.24,324.6%20z%20M%205102.2,9590.9%20C%205142.2,7965.2%205414.8,6453.4%205864.39,5164%205152.29,5053.8%204441.16,4918.8%203731.55,4751.6%202621.53,6075.1%201930.39,7754.7%201838.91,9590.9%20Z%20m%20765.34,5254.6%20C%205416.05,13554.1%205142.25,12038.8%205102.2,10409.1%20H%201838.91%20c%2091.48,1836.7%20783.12,3516.7%201893.64,4840.4%20710.42,-163.9%201422.23,-296.1%202134.99,-404%20z%20m%20304.37,781.2%20c%20-593.11,85.7%20-1185.38,192.1%20-1776.73,317.7%20894.33,843.8%201972.89,1494.4%203174.79,1869%20-538.08,-563.7%20-1012.39,-1305.8%20-1398.06,-2186.7%20z%20M%2012430,17813.4%20c%201201.9,-374.6%202280.5,-1025.2%203174.8,-1869%20-591.3,-125.6%20-1183.6,-232%20-1776.7,-317.7%20-385.7,880.9%20-860,1623%20-1398.1,2186.7%20z%20m%20-2020.9,-2461.8%20v%202787.3%20c%201005.4,-210.4%201913.2,-1191%202577.6,-2625.5%20-858.4,-96.6%20-1717.9,-148.6%20-2577.6,-161.8%20z%20m%200,-4942.5%20v%204123.7%20c%20968.3,14.5%201936.3,71.5%202902.9,188.6%20447.8,-1238.7%20726.6,-2723%20768.2,-4312.3%20z%20m%200,-4925.4%20v%204107.2%20h%203671.1%20c%20-41.5,-1584%20-318.4,-3063.9%20-763.6,-4300.2%20-968.1,120%20-1937.7,178.2%20-2907.5,193%20z%20m%200,-818.6%20c%20861.6,-13.5%201723,-66.6%202583.4,-165.7%20-664.8,-1441.4%20-1575,-2427.3%20-2583.4,-2638.3%20z%20m%20-818.19,0%20v%20-2804%20c%20-1008.45,211%20-1918.62,1196.9%20-2583.39,2638.3%20860.38,99.1%201721.76,152.2%202583.39,165.7%20z%20m%200,4925.8%20V%205483.7%20c%20-969.8,-14.8%20-1939.44,-73%20-2907.53,-193%20-445.2,1236.3%20-722.05,2716.2%20-763.56,4300.2%20z%20m%200,4941.9%20V%2010409.1%20H%205919.82%20c%2041.61,1589.3%20320.36,3073.6%20768.15,4312.3%20966.6,-117.1%201934.65,-174.1%202902.94,-188.6%20z%20m%200,818.8%20c%20-859.73,13.2%20-1719.16,65.2%20-2577.6,161.8%20664.38,1434.5%201572.15,2415.1%202577.6,2625.5%20z%20M%2010000,19000%20c%20-4970.57,0%20-9000,-4029.4%20-9000,-9000%200,-4970.6%204029.43,-9000%209000,-9000%204970.6,0%209000,4029.4%209000,9000%200,4970.6%20-4029.4,9000%20-9000,9000'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none'%20id='path12'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");display:flex;justify-content:center;align-items:center;position:absolute;right:-30px;left:unset;top:1px}.full-width{width:100%!important}.our-smes .content-block{background:transparent!important}.our-smes .slider-wrapper{background:#fff!important}.committed .content{display:flex;align-items:center}.committed{padding-top:2.9375rem!important;padding-bottom:1rem}.customPopupInner{background-color:#fff;padding:2.3125rem;box-shadow:0 .25rem 3.125rem 1.25rem #0000000d;border-radius:var(--sme-block-radius);z-index:10}.customPopupWrapper{padding:0 1.25rem;flex-basis:31.25rem}.customPopupInner .button{width:100%}body .blocks-with-link-section .content-block .blocks .block .yellow{background:var(--sme-button-background);padding:1.25rem;border-radius:var(--sme-button-border-radius);height:100%;position:relative;transition:background-color var(--sme-transition)}body .blocks-with-link-section .content-block .blocks .block .yellow:hover{background-color:var(--sme-secondary-color);color:#fff}body .blocks-with-link-section .content-block .blocks .block .yellow:hover h3,body .blocks-with-link-section .content-block .blocks .block .yellow:hover p,body .blocks-with-link-section .content-block .blocks .block .yellow h3,body .blocks-with-link-section .content-block .blocks .block .yellow p{color:var(--sme-secondary-text-color)}body .blocks-with-link-section .content-block .blocks .block .yellow h3{font-size:var(--sme-fs-default-p);line-height:150%;color:var(--sme-primary-text-color);margin-bottom:.5rem;transition:color var(--sme-transition)}body .blocks-with-link-section .content-block .blocks .block .yellow p{font-size:var(--sme-fs-md-p);line-height:var(--sme-lh-md-p);margin-bottom:0;transition:color var(--sme-transition);color:#000}body .blocks-with-link-section .content-block .blocks .block .yellow a{position:absolute;left:0;top:0;width:100%;height:100%}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;background:#ffffffb3;z-index:999;display:none;flex-direction:column}.loader{border:16px solid #125B60;border-top:16px solid #298187;border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.database-section span{font-size:var(--sme-fs-sm-p);color:#333;line-height:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:400}.mailchimp-popup-form select::placeholder{color:#333}.mailchimp-popup-form select{color:#333}body section.stay-updated .fields-wrapper{display:flex;flex-direction:column}body section.stay-updated .fields-wrapper select{margin-top:5px;color:light-dark(graytext,rgb(170,170,170))}.mobilize-skin{background:linear-gradient(90deg,#125b60,#15355e)!important}.mobilize-subbanner{background:#fff!important;color:#000!important;box-shadow:0 4px 22px #0000000d}.mobilize-subbanner .sub-banner .banner-icon-text{color:#000!important;font-size:20px;font-weight:800;line-height:30px}.mobilize-subbanner .sub-banner .banner-button{display:flex;justify-content:flex-end}@media (max-width: 600px){.mobilize-subbanner .sub-banner .banner-icon-text{text-align:center}.front-div{position:relative;top:20%;left:unset;transform:unset;display:block;width:100%;justify-content:center}.customPopupWrapper{margin-bottom:20px}}.mobileze-updated .content-block{background:linear-gradient(90deg,#125b60,#15355e)!important}.center-flex{justify-content:center!important}.specialthanks h2{color:var(--sme-heading-color);margin-bottom:var(--sme-sm-space)!important}.modal-body .button{margin-left:0!important;width:100%}.modal-body .row{display:flex;margin-bottom:15px}.modal-body .field:first-of-type{margin-right:10px}.modal-body [data-target=error_message]{color:var(--sme-error-color);font-size:var(--sme-fs-xs-p);line-height:var(--sme-lh-xs-p)}.modal-content{position:relative}.modal-content .overlayer{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffc;z-index:1000;color:#000;font-size:18px;text-align:center;justify-content:center;align-items:center;pointer-events:none}.modal-content.show .overlayer{display:flex}@media (max-width: 600px){.modal-body .field:first-of-type{margin-right:0!important}.modal-body .row{flex-direction:column}.ambition-drive-hero .wp-block-heading{font-size:32px!important;font-style:normal;font-weight:800!important;line-height:normal!important;letter-spacing:-1.875px!important;text-align:center}.ambition-drive-hero .content .text p{text-align:center}.ambition-drive-hero .button{width:100%;text-align:center}}.supporters .content-block{color:#fff}.supporters .content-block .custom-scroll{color:#000}.supporters .content-block form .fields-group h3{color:#fff;text-align:center;font-size:40px;font-weight:800}.supporters .content-block form .fields-group p{color:#fff;text-align:center;font-size:16px;font-weight:400;line-height:22px}.ambition-drive-hero{background:linear-gradient(90deg,#125b60,#15355e)!important}.ambition-drive-hero .wp-block-heading{font-size:60px;font-weight:900;line-height:70px;letter-spacing:-1.88px}.ambition-drive-hero .content .text p{font-size:24px!important;font-style:normal;font-weight:400;line-height:34px!important}.ambition-drive-about{background:linear-gradient(90deg,#125b60,#15355e)!important;color:#fff!important}.ambition-drive-about a,.ambition-drive-about .title-section{color:#fff!important}.ambition-drive-advocates{background:linear-gradient(90deg,#125b60,#15355e)!important}.ambition-drive-advocates .content-block{background:transparent!important;padding:0!important}.ambition-drive-advocates .content-block .slider-wrapper{background:#fff!important}.ambition-drive-advocates .content-block .title-section{color:#fff!important}.ambition-supporters .content-block .images .image:before{content:unset!important}.ambition-supporters .content-block .images .only-text{padding:0 2.5rem;max-width:50%;margin-bottom:1.25rem;text-align:center;width:-webkit-fill-available;text-decoration:none;color:var(--sme-primary-color);font-weight:700}body .supporters .content-block form .field .checkbox-wrapper a{color:#fff!important}.resource-btn{border-radius:50px!important;font-size:16px!important;line-height:normal!important;text-transform:unset!important}@media (max-width: 600px){.ambition-supporters .content-block .images .only-text{max-width:unset!important;width:100%!important}}body .action-hero .content .text{justify-content:center!important}body .action-space.heading-center .subtitle{color:var(--Green-Secondary-Green, #298187);font-weight:400}body .action-space.heading-center .blocks{margin-top:55px}body .calculating-blocks-section.heading-center .blocks{overflow:hidden}body .action-space .blocks .block .inner .bottom .title{color:#125b60!important}.button-next,.button-prev,.btn-slider{display:none}@media (max-width: 999px){.button-next{display:flex;justify-content:center;align-items:center;background-color:#f1f3f4;height:32px;width:32px;border-radius:100%;cursor:pointer}.button-next svg{width:16px;height:16px}.button-prev{display:flex;justify-content:center;align-items:center;background-color:#f1f3f4;height:32px;width:32px;border-radius:100%;cursor:pointer;margin-right:15px}.button-prev svg{width:16px;height:16px}.btn-slider{display:flex;justify-content:center;align-items:center;height:32px;width:32px;border-radius:100%;cursor:pointer}.btn-slider:first-child{margin-right:15px}.btn-slider svg{width:16px;height:16px}.light-grey .btn-slider,.dark-grey .btn-slider{background-color:#fff}.white .btn-slider{background-color:#f1f3f4}body .calculating-slider-section .content .slider-wrapper .slider{width:inherit}body .popups{align-content:normal!important}}.action-hero-section{position:relative;padding:48px 0;margin:0 20px;border-radius:0 0 24px 24px}.action-hero-section .content .wp-block-heading{font-size:55px;line-height:64px}.action-hero-section .content .top-area{display:flex;z-index:1;position:relative;align-items:center;justify-content:space-between}.action-hero-section .content .bottom-area{display:flex;z-index:1;position:relative;align-items:baseline;flex-direction:column}.action-hero-section .content .bottom-area .centered-content{display:flex;flex-direction:column;justify-content:center;align-content:center;align-items:center;width:100%}.action-hero-section .content .bottom-area .centered-content .text{text-align:center;width:50%}.action-hero-section .content .bottom-area .centered-content .text .area-title{color:#fff;text-align:center;font-size:64px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-3.2px;margin-bottom:12px}.action-hero-section .content .bottom-area .centered-content .text .area-description{color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:300;line-height:120%;letter-spacing:-.48px}.action-hero-section .content .bottom-area .centered-content .navigate-links{width:50%;margin-top:20px}.action-hero-section .content .bottom-area .centered-content .navigate-links .links{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:8px}.action-hero-section .content .bottom-area .centered-content .navigate-links .links .btn-transparent-sm{border-radius:99px;border:1px solid rgba(255,255,255,.5);background:#ffffff4d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:10px 14px;color:var(--Brand-Default-White, #FFF);font-size:16px;font-style:normal;font-weight:300;line-height:100%;letter-spacing:-.48px}.action-hero-section .content .bottom-area .centered-content .navigate-links .links .underline-link{font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration-line:underline;color:#fff}.action-hero-section .content .bottom-area .centered-content .navigate-links .links .btn-transparent:hover,.action-hero-section .content .bottom-area .centered-content .navigate-links .links .btn-transparent-sm:hover{background:#facf28;color:#000;border:1px solid #FACF28}.action-hero-section .content .bottom-area .centered-content .navigate-links p{font-size:14px;font-style:normal;font-weight:400;line-height:24px;color:#fff}.action-hero-section .content .bottom-area .bottom-link .button{display:inline-flex;padding:12px 16px;align-items:center;gap:8px;border-radius:99px;border:1px solid #FACF27;background:#facf27;color:#3d3104;font-size:16px;font-style:normal;font-weight:500;line-height:130%;letter-spacing:-.48px;text-transform:none}.action-hero-section .content .bottom-area .bottom-link .button:hover{background:transparent;color:#facf27}.action-hero-section .content .top-area img{max-width:110px}.action-hero-section .content .background-image{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:0 0 24px 24px}.action-hero-section .content .background-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#16161699,#16161699),linear-gradient(0deg,#0000 61.78%,#000000b3 92.98%);z-index:0;border-radius:0 0 24px 24px}.action-hero-section .content .background-image img{width:100%!important;height:100%!important;border-radius:0 0 24px 24px}@media (max-width: 575px){.action-hero-section{position:relative;padding:48px 0;margin:0 20px;border-radius:0 0 24px 24px}.action-hero-section .content .wp-block-heading{font-size:55px;line-height:64px}.action-hero-section .content .top-area{display:flex;z-index:1;position:relative;align-items:center;justify-content:space-between}.action-hero-section .content .bottom-area{display:flex;z-index:1;position:relative;align-items:baseline;flex-direction:column}.action-hero-section .content .bottom-area .centered-content{display:flex;flex-direction:column;justify-content:center;align-content:center;align-items:center;width:100%}.action-hero-section .content .bottom-area .centered-content .text{width:100%;margin-bottom:20px}.action-hero-section .content .bottom-area .centered-content .text .area-title{font-size:48px}.action-hero-section .content .bottom-area .centered-content .navigate-links{width:100%;margin-top:20px}.action-hero-section .content .bottom-area .centered-content .navigate-links .links{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:8px}.action-hero-section .content .bottom-area .centered-content .navigate-links .links .btn-transparent-sm{border-radius:99px;border:1px solid rgba(255,255,255,.5);background:#ffffff4d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:10px 14px;color:var(--Brand-Default-White, #FFF);font-size:16px;font-style:normal;font-weight:300;line-height:100%;letter-spacing:-.48px}.action-hero-section .content .bottom-area .centered-content .navigate-links .links .underline-link{font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration-line:underline;color:#fff}.action-hero-section .content .bottom-area .bottom-link{width:100%;display:flex;justify-content:center}.action-hero-section .content .top-area img{max-width:110px}.wp-block-heading{font-size:36px;line-height:42px}.hide-mobile{display:none}}body.overlay-area:after{content:"";width:100%;height:100%;background:#fffffffa;position:absolute;left:0;top:0;animation-timing-function:ease-out;animation-name:show-overlay;animation-delay:0s;animation-duration:.3s;pointer-events:all;z-index:5}.action-area .text-right,.hide-btn{display:none}.action-guide-section{background:#f1f3f4;padding-bottom:40px}.action-guide-section .btn-area{padding-top:32px}.action-guide-section .btn-area .button{width:fit-content}.action-guide-section .title-area{padding-top:40px;text-align:center}.action-guide-section .title-area span{border-radius:50px;background:#fdfdfd;font-size:16px;font-style:normal;font-weight:400;line-height:22px;color:var(--Green-Primary-Green, #125B60);padding:7px 24px}.action-guide-section .title-area h2{color:#000;font-size:40px;font-style:normal;font-weight:800;line-height:50px;padding-top:24px}.action-guide-section .guide-content h4{font-size:24px;font-style:normal;font-weight:800;line-height:34px;color:var(--Green-Primary-Green, #125B60);margin-bottom:16px}.action-guide-section .guide-content img{border-radius:16px;object-fit:cover;width:100%;max-height:281px;margin-bottom:16px}.action-guide-section .key-actions{border-radius:24px;background:#ebebeb;padding:32px;margin-bottom:24px}.action-guide-section .pdf-btn-div{display:flex;justify-content:center;margin-top:40px}.action-guide-section .pdf-btn{display:flex;align-items:center;justify-content:center;width:fit-content;padding:12px 40px;border-radius:50px;font-size:16px;font-style:normal;font-weight:800;line-height:28px;text-transform:uppercase}.action-guide-section .pdf-btn img{margin-left:8px}.action-guide-section .white-block{border-radius:8px;background:#fff;padding:24px;margin-bottom:24px}.action-guide-section ul,ol{padding-left:24px;margin-bottom:1.5rem;margin-top:1.5rem}.action-guide-section ul{list-style-type:disc}@media (max-width: 575px){.action-guide-section .title-area h2{font-size:30px;line-height:40px;padding-top:16px}.action-guide-section .guide-content h4{font-size:20px;line-height:30px}.action-guide-section .key-actions{padding:24px 20px}}.key-actions p:last-of-type{margin-bottom:0}.action-hero .background-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#000000b3,#00000080);z-index:0}.action-guide-section .star-rating-container{text-align:center;margin-bottom:10px;margin-top:40px;position:relative}.action-guide-section .star-rating-wrapper{position:relative;display:inline-block}.action-guide-section .star-rating{display:inline-block}.action-guide-section .star{width:30px;height:30px;display:inline-block;background:url(/wp-content/themes/newsme/dist/assets/star-DfpmQdGb.png) no-repeat center;background-size:contain;cursor:pointer}.action-guide-section .star:hover,.action-guide-section .star-rating .star.active{background:url(/wp-content/themes/newsme/dist/assets/star-hover-BuQvW_pG.png) no-repeat center;background-size:contain}.action-guide-section .star-labels{position:absolute;top:30px;left:0;width:100%;display:flex;justify-content:space-between}.action-guide-section .star-label{font-size:11px;color:#125b60}.action-guide-section .thank-you-message{font-size:14px;color:#125b60}.action-guide-section .star-rating-container .overall{font-size:14px;font-weight:700;color:#125b60}.action-guide-section .star-rating-container .loading{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f1f3f4b3;z-index:99999;display:flex;justify-content:center;align-items:center;font-size:14px;color:#125b60;display:none}.action-guide-section .loader-new{width:12px;height:12px;border-radius:50%;display:block;margin:15px auto;position:relative;color:#125b60;box-sizing:border-box;animation:animloader 2s linear infinite}@keyframes animloader{0%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 -2px}25%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 2px}50%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 2px,-38px 0 0 -2px}75%{box-shadow:14px 0 0 2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 -2px}to{box-shadow:14px 0 0 -2px,38px 0 0 2px,-14px 0 0 -2px,-38px 0 0 -2px}}.radio-wrapper{display:flex;margin-bottom:10px;margin-right:15px}.radio-wrapper label{margin-bottom:0!important;font-weight:400!important}.radio-wrapper input{width:unset;float:left;margin-right:5px;align-items:center}.radio-main-wrapper{display:flex}.radio-message{padding:0;font-size:14px}.remember_me{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background-color:#fff;border:1px solid #ccc;cursor:pointer}.remember_me:before{content:"✖";position:absolute;top:0;left:0;width:100%;height:100%;font-size:16px;color:red;display:flex;align-items:center;justify-content:center}.remember_me:checked:before{display:none}.remember_me:checked:after{content:"✔";position:absolute;top:0;left:0;width:100%;height:100%;font-size:16px;color:green;display:flex;align-items:center;justify-content:center}body .popups .popup .checkbox label{cursor:pointer}.odometer{font-family:Sofia Pro,sans-serif;font-variant-numeric:tabular-nums}.broken_link,a.broken_link{text-decoration:underline!important}.start-measuring .title-section{color:var(--Green-Primary-Green, #125B60);font-family:sofia-pro,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:50px}.start-measuring .subtitle{color:var(--Black-Primary-Black, #000);font-family:sofia-pro,sans-serif;font-size:18px;font-style:normal;font-weight:400!important;line-height:28px;margin-bottom:0}body ol li{margin-bottom:.625rem}body ol li:last-of-type{margin-bottom:0}[data-popup=stay-updated-form]{flex-basis:1020px!important}body .popups .popup .stay-updated{background-color:var(--sme-light-background-color);box-shadow:0 .25rem 3.125rem 1.25rem #0000000d;max-width:1020px!important;padding:2.3125rem;border-radius:var(--sme-block-radius);height:auto;max-height:100%;display:flex;position:relative;flex:1;gap:32px}body .popups .popup .stay-updated .wrapper .column:first-of-type{max-width:350px}body .popups .popup .stay-updated .wrapper{min-height:24.25rem;display:flex;flex-direction:row;gap:32px;align-items:center}body .popups .popup .stay-updated .wrapper .column h2{font-size:32px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.64px;color:var(--Brand-Expanded-Dark-Grey, #3A3A3A)}body .popups .popup .stay-updated .wrapper .column p{font-size:14px;font-style:normal;font-weight:300;line-height:140%;color:var(--Brand-Expanded-Dark-Grey, #3A3A3A)}body .popups .popup .stay-updated .wrapper .column input{border-radius:8px;border:1px solid #D8D8D8;color:var(--Brand-Expanded-Lighter-Grey, #707070);padding:10px 14px;font-size:16px;font-style:normal;font-weight:300;line-height:24px;letter-spacing:-.48px}body .popups .popup .stay-updated .wrapper .column select{border-radius:8px;border:1px solid #D8D8D8;color:var(--Brand-Expanded-Lighter-Grey, #707070);padding:10px 14px}body .popups .popup .stay-updated .wrapper .column label:nth-of-type(n){padding-right:0}body .popups .popup .stay-updated .wrapper .column label{font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.14px;color:var(--Brand-Expanded-Dark-Grey, #3A3A3A)}body .popups .popup .stay-updated .wrapper .column .fields-wrapper .half{display:flex;gap:16px}body .popups .popup .stay-updated .wrapper .column .fields-wrapper .half .field{width:50%;margin-bottom:12px}body .popups .popup .stay-updated .wrapper .column .fields-wrapper .half .field .field-message{color:red;padding-top:0;padding-left:10px;font-size:14px}body .popups .popup .stay-updated .wrapper .column .fields-wrapper .full .check label{font-size:14px;font-style:normal;font-weight:300;line-height:20px;color:var(--Brand-Expanded-Dark-Grey, #3A3A3A);display:block;position:relative;margin-bottom:10px;cursor:pointer;padding-left:28px}body .popups .popup .stay-updated .wrapper .column .fields-wrapper .full .check label a{font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:var(--Brand-Expanded-Dark-Grey, #3A3A3A)}body .popups .popup .stay-updated .wrapper .column .fields-wrapper .full .check label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1px solid #D8D8D8;border-radius:4px;background:var(--Brand-Default-White, #FFF);margin-right:8px;position:absolute;cursor:pointer;padding:0;left:0;top:0}body .popups .popup .stay-updated .wrapper .column .fields-wrapper .full .check label input[type=checkbox]:checked:after{content:"✕";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;color:#000}body .popups .popup .stay-updated .wrapper .column .fields-wrapper .full .check .field-message{color:red;padding-top:0;padding-left:0;font-size:14px}body .popups .popup .stay-updated [data-target=close_popup]{display:flex;position:absolute;top:20px!important;right:20px!important}body .popups .popup .stay-updated [data-target=close_popup] svg,body .popups .popup .stay-updated [data-target=close_popup] svg *{fill:#707070!important}body .popups .popup .stay-updated .wrapper .column .button{color:#3d3104;font-size:16px;font-style:normal;font-weight:500;line-height:130%;letter-spacing:-.48px;padding:14px 24px;border-radius:99px;text-transform:none;margin-top:24px}body .popups .popup .stay-updated .wrapper .column .cancel{display:none}.extend-form textarea{border:.0625rem solid var(--sme-border-color);background-color:var(--sme-input-background)}.extend-form p{font-size:16px;line-height:normal}.extend-form .error-message{color:red;padding-top:0;padding-left:10px;font-size:14px}.extend-form .button{width:100%}*{box-sizing:border-box;padding:0;margin:0;font-family:var(--sme-font-family)}body.freeze{overflow:hidden}body.full-overlay,body.overlay{position:relative}body.full-overlay:after,body.overlay:after{content:"";width:100%;height:100%;background:var(--sme-primary-color);position:absolute;opacity:0;left:0;top:0;animation-timing-function:ease-out;animation-name:show-overlay;animation-delay:0s;animation-duration:.3s;animation-fill-mode:forwards}@keyframes show-overlay{0%{opacity:0}to{opacity:.5}}body.full-overlay:after{z-index:10}body{font-family:var(--sme-font-family);line-height:var(--sme-lh-default-p);font-size:var(--sme-fs-default-p);color:var(--sme-primary-text-color);font-style:normal}body .light-bg .custom-scroll::-webkit-scrollbar-thumb{border:.125rem solid var(--sme-body-background)}body .custom-scroll::-webkit-scrollbar{width:.4375rem}body .custom-scroll::-webkit-scrollbar-track{background:transparent}body .custom-scroll::-webkit-scrollbar-thumb{background-color:var(--sme-secondary-color);border-radius:var(--sme-button-border-radius);border:.125rem solid var(--sme-light-background-color)}body .wp-block-image{margin-bottom:1.5rem}body .wp-block-image img{width:auto;height:auto}body img,body video,body iframe{max-width:100%;width:auto;height:auto;max-height:100%;object-fit:cover}body button{font-size:var(--sme-fs-btn);line-height:var(--sme-lh-btn)}body input,body textarea,body select{background:var(--sme-light-background-color);border-radius:var(--sme-button-border-radius);padding:1rem 1rem .9375rem;font-size:var(--sme-fs-md-p);line-height:var(--sme-lh-md-p);border:0;width:100%;color:var(--sme-primary-text-color)}body input.grey,body textarea.grey,body select.grey{border:.0625rem solid var(--sme-border-color);background-color:var(--sme-input-background)}body input[type=checkbox],body input [type=radio]{width:auto}body textarea{resize:none;min-height:5.625rem}body input::placeholder,body textarea::placeholder{color:#6a6a66;font-size:var(--sme-fs-placeholder);line-height:var(--sme-lh-placeholder)}body input:focus,body textarea:focus,body select:focus{outline:.1875rem solid #94B5B7}body input[type=number]::-webkit-outer-spin-button,body input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body input[type=number]{-moz-appearance:textfield}body select{-webkit-appearance:none;appearance:none;-moz-appearance:none;text-indent:.000625rem;padding-right:1.75rem;text-overflow:"";position:relative;background-image:url("data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M0.256279 3.26035C0.597993 2.91322 1.15201 2.91322 1.49372 3.26035L7.00001 8.85406L12.5063 3.26035C12.848 2.91322 13.402 2.91322 13.7437 3.26035C14.0854 3.60749 14.0854 4.1703 13.7437 4.51744L7.61872 10.7397C7.27704 11.0868 6.72299 11.0868 6.3813 10.7397L0.256279 4.51744C-0.0854264 4.1703 -0.0854264 3.60749 0.256279 3.26035Z%22 fill=%22black%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-x:calc(100% - .9375rem);background-position-y:50%}body label{font-size:var(--sme-fs-label);line-height:var(--sme-lh-label);font-weight:800;margin-bottom:.5rem}body h1{font-size:var(--sme-fs-h1);line-height:var(--sme-lh-h1)}body h2{font-size:var(--sme-fs-h2);line-height:var(--sme-lh-h2)}body h3{font-size:var(--sme-fs-h3);line-height:var(--sme-lh-h3)}body h4{font-size:var(--sme-fs-h4);line-height:var(--sme-lh-h4)}body h5,body h6{line-height:125%}body h1,body h2,body h3,body h4,body h5,body h6{color:var(--sme-heading-color);margin-bottom:var(--sme-sm-space);margin-top:0}body h1.has-text-align-center,body h2.has-text-align-center,body h3.has-text-align-center,body h4.has-text-align-center,body h5.has-text-align-center,body h6.has-text-align-center{text-align:center}body h1.has-text-align-right,body h2.has-text-align-right,body h3.has-text-align-right,body h4.has-text-align-right,body h5.has-text-align-right,body h6.has-text-align-right{text-align:right}body p{font-size:var(--sme-fs-default-p);margin-bottom:1.5rem;line-height:var(--sme-lh-default-p)}body p.has-medium-font-size{font-size:1.25rem;line-height:140%}body p.has-small-font-size{font-size:var(--sme-fs-sm-p);line-height:var(--sme-lh-sm-p)}body p.has-large-font-size{font-size:var(--sme-fs-md-p);line-height:var(--sme-lh-md-p)}body p.has-x-large-font-size{font-size:var(--sme-fs-lg-p);line-height:var(--sme-lh-lg-p)}body p.has-text-align-center{text-align:center}body p.has-text-align-right{text-align:right}body p:empty{display:none}body p a{font-weight:inherit;color:inherit;font-size:inherit;text-decoration:underline}body .has-medium-font-size a.wp-element-button{font-size:1.25rem;line-height:140%}body .has-small-font-size a.wp-element-button{font-size:var(--sme-fs-sm-p);line-height:var(--sme-lh-sm-p)}body .has-large-font-size a.wp-element-button{font-size:var(--sme-fs-md-p);line-height:var(--sme-lh-md-p)}body .has-x-large-font-size a.wp-element-button{font-size:var(--sme-fs-lg-p);line-height:var(--sme-lh-lg-p)}body a.wp-element-button.has-text-align-center{text-align:center}body a.wp-element-button.has-text-align-right{text-align:right}body ul{list-style:none;margin-bottom:1.5rem}body ul li{margin-bottom:.625rem}body ul li:last-of-type{margin-bottom:0}body a.link{text-decoration:underline}body a{text-decoration:none;font-size:var(--sme-fs-default-p);line-height:var(--sme-lh-default-p);color:var(--sme-primary-color);font-weight:700}body .button,body .wp-element-button{border:.125rem solid transparent;background:var(--sme-button-background);border-radius:var(--sme-button-border-radius);color:var(--sme-primary-text-color);cursor:pointer;display:inline-block;text-transform:uppercase;padding:.875rem 1.375rem;font-weight:700;transition:background-color var(--sme-transition),color var(--sme-transition),border var(--sme-transition);font-size:var(--sme-fs-btn);line-height:var(--sme-lh-btn)}body .button:hover,body .wp-element-button:hover{background:transparent;border-color:var(--sme-button-background);color:var(--sme-button-background)}body .button[disabled],body .wp-element-button[disabled]{opacity:.6;cursor:not-allowed}body .button[disabled]:hover,body .wp-element-button[disabled]:hover{background:var(--sme-button-background);border-color:transparent;color:var(--sme-primary-text-color)}body .button.max-width,body .wp-element-button.max-width{width:100%}body .button.bigger,body .wp-element-button.bigger{padding-left:3.125rem;padding-right:3.125rem;min-width:13.75rem}body .wp-block-button.is-style-outline .wp-element-button{color:var(--sme-button-background);border-color:var(--sme-button-background);background:transparent}body .wp-block-button.is-style-outline:hover .wp-element-button{color:var(--sme-primary-text-color);background:var(--sme-button-background)}body .wp-block-pullquote{background-color:var(--sme-body-background);padding:1rem;border-radius:var(--sme-button-border-radius);margin-bottom:1.25rem}body .wp-block-pullquote blockquote{text-align:right}body .wp-block-pullquote p{margin-bottom:1rem;text-align:left}body .wp-block-pullquote cite{font-weight:800;font-size:var(--sme-fs-label);line-height:var(--sme-lh-label)}body .hide-button{background:none;border:0;cursor:pointer;color:inherit}body.admin-bar main{margin-top:-2rem}body.uk main{padding-top:3.875rem;padding-top:var(--uk-header-height)}body.uk.banner main{padding-top:10.6875rem;padding-top:var(--uk-header-height)}body.uk.anchor main{padding-top:6.625rem;padding-top:var(--uk-header-height)}body.uk.anchor.banner main{padding-top:13.4375rem;padding-top:var(--uk-header-height)}body main{padding-top:5.3125rem}body section.content-block.white .content-block{background:var(--sme-light-background-color)}body section.content-block.borders .content-block{border:.0625rem solid var(--sme-blocks-border)}body section.content-block.light-green .content-block{background:var(--sme-secondary-color)}body section.content-block .content-block{border-radius:var(--sme-block-radius);padding:2.5rem}body section.pt-full{padding-top:3.75rem}body section.pt-full-new{padding-top:4rem}body section.pt-full-128{padding-top:8rem}body section.pb-full{padding-bottom:3.75rem}body section.pb-full-new{padding-bottom:4rem}body section.pb-full-128{padding-bottom:8rem}body section.pt-half{padding-top:1.875rem}body section.pb-half{padding-bottom:1.875rem}body section.heading-center .title-section{text-align:center}body section.heading-left .title-section{text-align:left}body section.heading-right .title-section{text-align:right}body section.light-bg{background:var(--sme-body-background)}body section.new-bg{background:#f9f9f9}body section.new-light-bg{background:#f2f7f7}body section h1.has-text-align-center,body section h2.has-text-align-center,body section h3.has-text-align-center,body section h4.has-text-align-center,body section h5.has-text-align-center,body section h6.has-text-align-center{text-align:center}body section h1.has-text-align-right,body section h2.has-text-align-right,body section h3.has-text-align-right,body section h4.has-text-align-right,body section h5.has-text-align-right,body section h6.has-text-align-right{text-align:right}body section.light-green h1,body section.light-green h2,body section.light-green h3,body section.light-green h4,body section.light-green h5,body section.light-green h6,body section.light-green p,body section.light-green li,body section.light-green span,body section.light-green a:not(.button),body section.light-green label{color:var(--sme-secondary-text-color)}body section.light-green .blocks .block .heading{color:var(--sme-secondary-text-color)}body section.alignfull .container{max-width:100%}body div.alignfull .container{max-width:100%}.full-width .container{max-width:90rem;padding:0 1.5rem;width:100%;margin:0 auto}.full-width main{background:#f9f9f9}.full-width footer.footer .container{max-width:90rem}.container{max-width:70rem;padding:0 1.25rem;width:100%;margin:0 auto}@media (max-width: 1200px){.container{max-width:61.25rem}}@media (max-width: 992px){.container{max-width:47.5rem}body.admin-bar main{margin-top:-2.875rem}}@media (max-width: 767px){.container{max-width:35.625rem}body p{margin-bottom:1rem}}@media (max-width: 576px){.container{max-width:100%}body section.pb-full{padding-bottom:1.875rem}body section.pb-full-128{padding-bottom:4rem}body section.pt-full-128{padding-top:4rem}body section.pb-full-new{padding-bottom:2rem}body section.pt-full{padding-top:1.875rem}body section.pt-full-new{padding-top:2rem}body section.pt-half{padding-top:.9375rem}body section.pb-half{padding-bottom:.9375rem}body section.content-block .content-block{padding:1.25rem}body .button,body .wp-element-button{padding:.75rem}body .button.bigger,body .wp-element-button.bigger{padding:.875rem}}footer.footer{padding-top:3.75rem;background:#fff;padding-bottom:2.8125rem}footer.footer .container{max-width:79rem;padding:0}footer.footer .footer-content .first-row{display:flex;justify-content:space-between;gap:35px}footer.footer .footer-content .first-row .column .footer-logo{max-width:76px;margin-bottom:28px}footer.footer .footer-content .first-row .column .footer-description,footer.footer .footer-content .first-row .column p{font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:var(--Brand-Expanded-Dark-Grey, #3a3a3a)}footer.footer .footer-content .first-row .column:first-of-type{max-width:533px}footer.footer .footer-content .first-row .column:last-of-type{max-width:650px;display:flex;justify-content:space-between;flex-wrap:nowrap;gap:70px;flex-direction:row}footer.footer .footer-content .first-row .column .heading{font-size:16px;font-style:normal;font-weight:600;line-height:24px;display:block;color:var(--Brand-Default-Green, #2a8187);margin-top:35px;padding-bottom:16px}footer.footer .footer-content .first-row .column .footer-menu-group h3{font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:var(--Brand-Expanded-Lighter-Grey, #707070);margin-bottom:16px}footer.footer .footer-content .first-row .column .footer-menu-group ul{list-style:none}footer.footer .footer-content .first-row .column .footer-menu-group ul li a{font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.48px;color:var(--Brand-Expanded-Dark-Grey, #3A3A3A);margin-bottom:20px}footer.footer .footer-content .first-row .column .footer-menu-group ul li:hover,footer.footer .footer-content .first-row .column .footer-menu-group ul li a:hover{color:var(--Brand-Expanded-Lighter-Grey, #707070)}footer.footer .footer-content .first-row .column .images{display:flex;align-items:center;width:100%;margin-bottom:2rem;gap:24px;flex-wrap:wrap;justify-content:flex-start}footer.footer .footer-content .first-row .column .images a{display:flex;max-height:56px}footer.footer .footer-content .first-row .column .images a:last-of-type{padding-right:0;max-width:12.1875rem}footer.footer .footer-content .first-row .column .images a:first-of-type{max-width:7.125rem}footer.footer .footer-content .first-row .column .images a:nth-of-type(2){max-width:11.0625rem}footer.footer .footer-content .first-row .column .images a:nth-of-type(3){max-width:12.125rem}footer.footer .footer-content .first-row .column .images img{height:100%;width:100%;object-fit:contain}footer.footer .footer-content .first-row .column .single-image{margin-bottom:2.8125rem}footer.footer .footer-content .second-row{display:flex;justify-content:space-between;border-top:1px solid var(--Brand-Expanded-Light-Grey, #F2F2F2);padding-top:32px;align-items:center}footer.footer .footer-content .second-row .menus ul{list-style:none;margin:0;padding:0;display:flex;width:max-content;flex-wrap:wrap}footer.footer .footer-content .second-row .menus ul li a{color:var(--Brand-Expanded-Lighter-Grey, #707070);font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:block;text-decoration:none;margin-right:24px;margin-bottom:0}footer.footer .footer-content .second-row .menus ul li a:hover{color:#3a3a3a}footer.footer .footer-content .second-row .menus ul li{margin-bottom:0}footer.footer .footer-content .second-row .social-media ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:24px}footer.footer .footer-content .second-row .social-media ul li{opacity:.6;margin:0;width:42px;height:42px;padding:6px}footer.footer .footer-content .second-row .social-media ul li:hover{opacity:unset}footer.footer .footer-content .second-row .social-media ul li a{display:flex;padding:0;justify-content:center;align-items:center;height:100%;width:100%}footer.footer .footer-content .second-row .social-media img{object-fit:contain}footer.footer .footer-content .third-row{text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:var(--Brand-Expanded-Lighter-Grey, #707070);margin-top:32px;display:flex;align-items:center;justify-content:center;gap:10px}footer.footer .footer-content .third-row .ai{color:#fff;font-size:12px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.36px;border-radius:99px;background:#7f00ff;display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:8px;white-space:nowrap}footer.footer .footer-content .third-row .column .heading{font-size:16px;font-style:normal;font-weight:600;line-height:24px;display:block;color:var(--Brand-Default-Green, #2a8187);margin-top:35px}@media (max-width: 1399px){footer.footer .container{max-width:71.875rem}}@media (max-width: 1200px){footer.footer .container{max-width:61.25rem}footer.footer .footer-content .column .menus .label{margin-right:3.125rem}}@media (max-width: 992px){footer.footer{padding-top:2rem}footer.footer .container{max-width:47.5rem}footer.footer .container{padding:0 20px}footer.footer .footer-content{flex-direction:column}footer.footer .footer-content .column:first-of-type{width:100%;padding-right:0;margin-bottom:32px}footer.footer .footer-content .column:last-of-type{width:100%;max-width:unset!important;display:flex;flex-wrap:wrap!important;gap:48px!important;flex-direction:row!important;align-items:flex-start!important}footer.footer .footer-content .first-row{flex-direction:column;gap:32px}footer.footer .footer-content .second-row{flex-direction:column}footer.footer .footer-content .second-row .social-media{margin-top:32px}footer.footer .footer-content .second-row .menus ul{width:100%!important;justify-content:center}footer.footer .footer-content .column:first-of-type{width:100%;margin-bottom:0}footer.footer .footer-content .column:last-of-type{width:100%;display:flex;flex-wrap:wrap;align-items:flex-end;padding:0}footer.footer .footer-content .column .heading{width:100%}footer.footer .footer-content .column .single-image{max-width:15.625rem;margin-bottom:0;margin-right:3.125rem}}@media (max-width: 576px){footer.footer .footer-content .column .images{flex-wrap:wrap;margin:0 -.624375rem 1.25rem;height:auto}footer.footer .footer-content .column .images a:first-of-type,footer.footer .footer-content .column .images a:nth-of-type(2),footer.footer .footer-content .column .images a:nth-of-type(3),footer.footer .footer-content .column .images a:last-of-type{max-width:100%;width:50%;padding:0 .625rem}footer.footer .footer-content .column .images a img{min-height:3.125rem}footer.footer .footer-content .column .menus{flex-direction:column-reverse}footer.footer .footer-content .column .menus .label{margin-right:auto;margin-left:auto;margin-top:1.25rem}footer.footer .footer-content .column .menus nav ul li a{font-size:.75rem}footer.footer .footer-content .column .single-image{margin-right:0;margin-bottom:1.25rem}footer.footer .footer-content .column .social-media{width:100%}}.page-popup{position:fixed;bottom:-100%;right:1.25rem;max-width:25rem;background-color:var(--sme-light-background-color);border-radius:var(--sme-block-radius);transition:bottom var(--sme-transition);max-height:calc(100% - var(--header-height));max-height:calc(var(--doc-height) - var(--header-height) - 2.5rem);overflow-y:auto;z-index:9}.page-popup.active{bottom:1.25rem}.page-popup .page-popup-wrapper{position:relative;padding:1.25rem}.page-popup .page-popup-wrapper button[type=button]{position:absolute;top:1.25rem;right:1.25rem;line-height:1}.page-popup .page-popup-wrapper .content{padding-top:1.25rem}.page-popup .page-popup-wrapper h4{font-size:var(--sme-fs-default-p);line-height:var(--sme-lh-default-p);margin-bottom:.625rem;text-align:center}.page-popup .page-popup-wrapper h4+p{font-size:var(--sme-fs-sm-p);line-height:var(--sme-lh-sm-p);text-align:center;margin-bottom:.625rem}.page-popup .page-popup-wrapper form{display:flex;flex-wrap:wrap}.page-popup .page-popup-wrapper form label .wpcf7-form-control-wrap{margin-bottom:0}.page-popup .page-popup-wrapper form .wpcf7-form-control{display:block}.page-popup .page-popup-wrapper form .wpcf7-form-control.hide{display:none}.page-popup .page-popup-wrapper form .wpcf7-form-control-wrap{margin-bottom:.5rem;width:100%}.page-popup .page-popup-wrapper form .wpcf7-list-item{margin:0}.page-popup .page-popup-wrapper form textarea{max-height:5.625rem}.page-popup .page-popup-wrapper form .wpcf7-not-valid-tip{font-size:var(--sme-fs-md-p);margin-top:.5rem;color:var(--sme-error-color)}.page-popup .page-popup-wrapper form .wpcf7-response-output{margin:var(--sme-sm-space) auto 0;color:var(--sme-primary-text-color);border-radius:var(--sme-button-border-radius);border-color:var(--sme-button-background)}.page-popup .page-popup-wrapper form label{font-size:var(--sme-fs-md-p);font-weight:800;margin-bottom:.5rem;display:block}.page-popup .page-popup-wrapper form span label{display:flex;align-items:center;margin-bottom:0;font-weight:400}.page-popup .page-popup-wrapper form span label input[type=checkbox]{width:.875rem;height:.875rem;flex-shrink:0;margin-right:.5rem;border-radius:.1875rem;opacity:0}.page-popup .page-popup-wrapper form span label input[type=checkbox]:checked~span:after{content:"";display:block;width:.25rem;height:.5rem;border-top:.125rem solid var(--sme-primary-text-color);border-left:.125rem solid var(--sme-primary-text-color);position:absolute;top:.1875rem;left:-1.125rem;transform:rotate(-135deg)}.page-popup .page-popup-wrapper form span label span{font-size:var(--sme-fs-checkbox-label);line-height:var(--sme-lh-checkbox-label);position:relative}.page-popup .page-popup-wrapper form span label span:before{content:"";background:var(--sme-input-background);border:.0625rem solid var(--sme-primary-text-color);width:.75rem;height:.75rem;display:block;border-radius:.1875rem;position:absolute;top:.1875rem;left:-1.375rem}.page-popup .page-popup-wrapper form button{width:100%}@media (max-width: 576px){.page-popup{z-index:11;border-radius:0;top:100%;left:0;right:0;bottom:0;width:100%;max-width:100%;max-height:100%;transition:top var(--sme-transition)}.page-popup.active{top:0%;bottom:0}}#cookie-notice .cookie-notice-container{display:flex;flex-direction:column}#cookie-notice span.cn-text-container{font-size:var(--sme-fs-default-p)}#cookie-notice span.cn-text-container a{font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;text-decoration:underline}#cookie-notice .cn-buttons-container .button{font-weight:400;text-transform:none}#cookie-notice .cn-close-icon{display:none}
