.submitted-message,form{font-family:var(--body_font_font_family)}form label{color:var(	--form_label_font_color);display:block;font-weight:var(--font_weight_600);margin-bottom:var(--spacer_8)}form label.hs-error-msg{color:#ff3e3e;font-size:var(--font_size_12);font-weight:var(--font_weight_600)}label{display:block}form legend{color:var(--form_help_text_font_color)}form input[type=email],form input[type=file],form input[type=number],form input[type=password],form input[type=tel],form input[type=text],form select,form textarea{appearance:none;background-color:var(--form_field_bg_color);border-bottom:var(--form_field_border_bottom);border-left:var(--form_field_border_left);border-radius:var(--form_field_corner_radius);border-radius:var(--border_radius_8);border-right:var(--form_field_border_right);border-top:var(--form_field_border_top);color:var(--form_field_font_color);min-width:100%;padding:1.6rem 2rem;transition:border-color var(--default_transition),box-shadow var(--default_transition);width:100%}form input[type=email].error,form input[type=file].error,form input[type=number].error,form input[type=password].error,form input[type=tel].error,form input[type=text].error,form select.error,form textarea.error{background:#fff0f0}form input[type=email]:focus,form input[type=file]:focus,form input[type=number]:focus,form input[type=password]:focus,form input[type=tel]:focus,form input[type=text]:focus,form select:focus,form textarea:focus{background:var(--white_color);outline:none}form input:-webkit-autofill,form input:-webkit-autofill:active,form input:-webkit-autofill:focus,form input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}form .hs-dependent-field{width:inherit}form .hs-fieldtype-select.hs-form-field .input{position:relative}form .hs-fieldtype-select.hs-form-field .input:after{background-color:var(--black_color);content:"";height:7px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.499' height='7.5' viewBox='0 0 13.499 7.5'%3E%3Cpath d='M.219.22a.75.75 0 0 1 .98-.073l.08.073 5.47 5.469 5.47-5.47a.75.75 0 0 1 .98-.072l.08.073a.75.75 0 0 1 .073.976l-.073.084-6 6a.75.75 0 0 1-.976.073l-.084-.073-6-6a.75.75 0 0 1 0-1.06'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.499' height='7.5' viewBox='0 0 13.499 7.5'%3E%3Cpath d='M.219.22a.75.75 0 0 1 .98-.073l.08.073 5.47 5.469 5.47-5.47a.75.75 0 0 1 .98-.072l.08.073a.75.75 0 0 1 .073.976l-.073.084-6 6a.75.75 0 0 1-.976.073l-.084-.073-6-6a.75.75 0 0 1 0-1.06'/%3E%3C/svg%3E");position:absolute;right:var(--spacer_12);top:calc(50% - 4px);transition:background-color var(--default_transition);width:14px;z-index:2}form select{cursor:pointer;position:relative;z-index:1}form.hs-form fieldset{display:flex;justify-content:space-between;margin-bottom:var(--spacer_20);max-width:100%;width:100%}form .hs_submit.hs-submit{margin-top:3rem}@media (max-width:400px),(min-device-width:320px) and (max-device-width:480px){form.hs-form fieldset{flex-direction:column}}form.hs-form fieldset.form-columns-1 .hs-form-field{width:100%}form.hs-form fieldset.form-columns-2 .hs-form-field{clear:both;float:none;width:calc(50% - var(--spacer_24)/2)}form.hs-form fieldset.form-columns-3 .hs-form-field{clear:both;float:none;width:calc(50% - var(--spacer_24)/3)}@media (max-width:400px),(min-device-width:320px) and (max-device-width:480px){form.hs-form fieldset.form-columns-2 .hs-form-field:not(:last-of-type),form.hs-form fieldset.form-columns-3 .hs-form-field:not(:last-of-type){margin-bottom:var(--spacer_8)}}form.hs-form fieldset.form-columns-1 .input,form.hs-form fieldset.form-columns-2 .input,form.hs-form fieldset.form-columns-3 .input{margin-right:0}@media (max-width:400px),(min-device-width:320px) and (max-device-width:480px){body form.hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,body form.hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input{width:100%}}form.hs-form fieldset.form-columns-0,form.hs-form fieldset.form-columns-0>div{margin-bottom:0}::-webkit-input-placeholder{color:var(--form_field_placeholder_color)}::-moz-placeholder{color:var(--form_field_placeholder_color)}:-ms-input-placeholder{color:var(--form_field_placeholder_color)}::placeholder{color:var(--form_field_placeholder_color)}form .inputs-list{background-color:transparent;border-radius:0;list-style:none;margin:0;padding:0}.hs-form-booleancheckbox-display>span,.hs-form-checkbox-display>span,.hs-form-radio-display>span{display:block;font-weight:var(--font_weight_400);margin-left:var(--spacer_16)}form .inputs-list.hs-error-msgs label{margin-bottom:0}form .inputs-list.hs-error-msgs label a {color:#fd034e;font-size:var(--font_size_s);font-weight:var(--font_weight_bold);text-decoration:underline}form .inputs-list>li{display:block}.hs-form-checkbox:before,.inputs-list>li.hs-form-booleancheckbox:before,form .inputs-list>li:before{display:none}form .inputs-list input,form .inputs-list span{vertical-align:middle}.hs-form-booleancheckbox-display,.hs-form-checkbox-display,.hs-form-radio-display{align-items:center;cursor:pointer;display:flex;font-size:var(--font_size_s);margin-bottom:2rem}.legal-consent-container{color:var(--titles_color);margin-top:var(--spacer_16)}.legal-consent-container label{font-weight:400;text-transform:none}.legal-consent-container .hs-form-booleancheckbox-display p,.legal-consent-container label{color:var(--titles_color);font-size:var(--font_size_12)}form input[type=checkbox],form input[type=radio]{appearance:none;background-color:var(--white_color);border:2px solid var(--titles_color);cursor:pointer;height:15px;min-width:15px;position:relative}form.hs-form fieldset.form-columns-1 input[type=checkbox],form.hs-form fieldset.form-columns-1 input[type=radio]{min-width:15px}form.hs-form fieldset.form-columns-1 input[type=checkbox]{border-radius:2px}form input[type=radio]{border-radius:var(--border_radius_round)}form input[type=checkbox]:checked:after{background-image:url(https://26973329.fs1.hubspotusercontent-eu1.net/hubfs/26973329/Website-2023/icons/check-lists.svg);background-repeat:no-repeat;content:"";left:73%;min-height:15px;position:absolute;top:-4px;transform:translateX(-50%);width:19px}form .hs-error-msgs.inputs-list{margin-top:.8rem}form .hs_error_rollup{display:none}form.hs-form fieldset.form-columns-1 input[type=checkbox],form.hs-form fieldset.form-columns-1 input[type=radio]{margin-bottom:0}.hs-dateinput{position:relative}.hs-dateinput:before{content:"\01F4C5";position:absolute;right:10%;top:50%;transform:translateY(-50%)}.hs-fieldtype-date .input .hs-dateinput:before{color:rgba(var(--form_field_placeholder_color),.5)}.fn-date-picker .pika-table thead th{color:#fff}.fn-date-picker td.is-selected .pika-button{background:var(--primary_color);border-radius:0;box-shadow:none}.fn-date-picker td.is-today .pika-button{color:var(--primary_color)}.fn-date-picker td .pika-button:focus,.fn-date-picker td .pika-button:hover{background-color:var(--primary_color)!important;border-radius:0!important;color:#fff}form input[type=file]{background-color:transparent;border:initial;padding:initial}form .hs-richtext,form .hs-richtext p{color:var(--titles_color);font-size:var(--font_size_12);margin:0 0 2rem}form .hs-richtext img{max-width:100%!important}form .hs-submit .actions{background-color:var(--button_bg_color);border-radius:4px;margin:0 auto;transform:skew(-6deg);transition:background-color var(--default_transition);width:max-content}form .hs-button,form input[type=submit]{appearance:none;background-color:transparent;background:none;border:none;color:var(--button_color);cursor:pointer;font-size:var(--button_font_size);font-weight:var(--font_weight_600);padding:var(--button_spacing);transform:skew(6deg)}form .hs-submit .actions:hover{background-color:var(--button_bg_color_hover)}.body-container--contact .widget-type-form{background-color:var(--bg_1);border-radius:8px;padding:var(--spacer_32)}.newsletter-module form{position:relative}.newsletter-module form input[type=email]{border:none}.newsletter-module form .hs_submit.hs-submit{margin-top:0;position:absolute;right:0;top:0}@media (max-width:1024px){.newsletter-module form .hs_submit.hs-submit{margin-top:var(--spacer_32);position:relative}}.newsletter-module form .hs_submit .actions{background-color:var(--grey_color);border-radius:var(--button_corner_radius);margin-left:0;transform:skew(-6deg);transition:background-color var(--slow_transition);width:max-content}.newsletter-module form .hs-button,.newsletter-module form input[type=submit]{background-color:transparent;border:none;border-radius:0;color:var(--white_color);transform:skew(6deg)}.newsletter-module form .hs_submit .actions:hover{background-color:#272724}.newsletter-module ::-webkit-input-placeholder{font-family:var(--primary_font);line-height:24px}.newsletter-module ::-moz-placeholder{font-family:var(--primary_font);line-height:24px}.newsletter-module :-ms-input-placeholder{font-family:var(--primary_font);line-height:24px}.newsletter-module ::placeholder{font-family:var(--primary_font);line-height:24px}.newsletter-module form.hs-form .hs-form-field{width:78%}.newsletter-module .legal-consent-container .hs-form-booleancheckbox-display p,.newsletter-module .legal-consent-container label{margin-bottom:0}@media (max-width:480px){.newsletter-module form.hs-form .hs-form-field{width:100%}}@layer components{.tag-container{border-radius:var(--button_corner_radius);box-shadow:inset 0 0 0 1px var(--blue_color);transform:skew(-6deg);transition:background-color var(--default_transition);width:fit-content}.tag{color:var(--blue_color);display:block;font-size:1.2rem;font-weight:450;line-height:1.67;padding:var(--spacer_4) var(--spacer_12);text-transform:uppercase;transform:skew(6deg);transition:color var(--default_transition)}.tag-container:hover{background-color:var(--blue_color)}.tag-container:hover .tag{color:var(--white_color)}.footer-module{background:var(--footer_bg_color)}.footer-module .dnd-section{padding-bottom:var(--spacer_20);padding-top:4.4rem}.footer-module .desc-company,.footer-module .hs_cos_wrapper_type_logo{margin-bottom:var(--spacer_28)}.footer-module ul{list-style:none;margin:0;padding-left:0}.footer-module p,.footer-module ul li a{color:var(--footer_font_color)}.footer-module .span9 ul .hs-menu-depth-1.hs-item-has-children>a{font-size:2rem;font-weight:var(--font_weight_600)}.footer-module .span9 ul .hs-menu-depth-1.hs-item-has-children ul{margin-top:var(--spacer_12)}.footer-module .span9 ul .hs-menu-depth-1.hs-item-has-children>a:hover{cursor:default}.footer-module .span9 .footer_column ul:first-child li.hs-menu-depth-1{margin-bottom:var(--spacer_28)}.footer-module .span9 .footer_column ul li ul li:not(:last-child){margin-bottom:var(--spacer_8)}.footer-module .span9 .footer_column ul li ul li a{opacity:.8;transition:all var(--default_transition)}.footer-module .span9 .footer_column ul li ul li a:hover{opacity:1}.footer-module .footer__menus_container{width:100%}.legal-menu-copyright{border-top:1px solid hsla(0,0%,100%,.3);margin-top:var(--spacer_12);padding-top:var(--spacer_20);width:100%}.legal-menu-copyright ul{display:flex}.legal-menu-copyright p,.legal-menu-copyright ul li a{color:var(--white_color);font-size:var(--font_size_12);opacity:.8}.legal-menu-copyright ul li a{padding-right:var(--spacer_12)}.legal-menu-copyright ul li:not(:first-child) a{padding-left:var(--spacer_12)}.legal-menu-copyright ul li:not(:last-child) a{border-right:1px solid hsla(0,0%,100%,.3)}@media (max-width:768px){.footer-module{position:relative}.footer-module .footer__menus_container{flex-flow:column}.footer-module .span9.d-flex.flex-row-wrap{flex-flow:row wrap;justify-content:space-between;margin-top:4rem}.footer_column.no-list.span4{width:fit-content}}@media (max-width:375px){.footer-module .span9.d-flex.flex-row-wrap{flex-flow:column}}.newsletter-module{background:var(--primary_color)}.newsletter__container.dnd-section{padding-bottom:var(--spacer_80);padding-top:var(--spacer_80);position:relative}.newsletter__container.dnd-section:after{background-image:url(https://26973329.fs1.hubspotusercontent-eu1.net/hubfs/26973329/Website-2023/backgrounds/newsletter-bg-shape.svg);background-position:left -150px;background-repeat:no-repeat;background-size:cover;content:"";height:-webkit-fill-available;position:absolute;right:0;top:0;width:40%;z-index:0}.newsletter__container .row-fluid{position:relative;z-index:1}@media (max-width:767px){.newsletter__container.dnd-section:after{background-position:0 0}}#hs_cos_wrapper_search_results_content{background-image:url(https://26973329.fs1.hubspotusercontent-eu1.net/hubfs/26973329/Website-2023/backgrounds/bg-hero-blog.webp);background-position:100%;background-repeat:no-repeat;background-size:cover;padding-bottom:8rem;padding-top:20.5rem}.systems-page--search-results h1{text-align:center}.section--event-background,.section--event-background *{position:relative;z-index:1}.section--event-background:after{background:rgba(77,86,77,.8);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.section--event-background:before{background-image:url(https://26973329.fs1.hubspotusercontent-eu1.net/hubfs/26973329/Website-2023/backgrounds/gwec-logo.svg);background-repeat:no-repeat;background-size:contain;content:"";height:70%;left:0;position:absolute;top:12rem;width:40rem;z-index:1}@media (max-width:767px){.section--event-background:before{display:none}}}