 
.main-right-header input[type="text"] {
    font-size: 16px;
    color: transparent;
    border: 1px solid rgba(0,0,0,.2)!important;
    margin: 0 5px 0 0;
    padding: 10px;
    background: rgba(255,255,255,.1);
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 30px;
    font-family: 'FFMarkMedium';
    opacity: 0;
    margin-top: 10px;
}
.main-right-header input[type="text"]::placeholder {
    color: #000000;
}
.main-right-header input[type="text"]:focus {
    font-size: 16px;
    color: #000;
    border: 1px solid rgba(0,0,0,.2)!important;
    margin: 0 5px 0 0;
    padding: 10px;
    background: rgba(255,255,255,.1);
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 30px;
    font-family:''FFMarkMedium'-Book';
    opacity: 1;
    margin-top: 10px;
}
.main-right-header input[type="text"] {
    width: 40px;
   /* Set the initial width to 48px */
    transition: width 0.3s, opacity 0.3s, border-color 0.3s;
    border-color: #ccc;
   /* Set the initial border color */
}
#top-search-img:hover + input[type="text"] {
    opacity: 1;
    width: 40px;
   /* Set the width to 48px on hover */
}
.enlarged {
    width: 200px !important;
   /* Use !important to override inline styles */
    opacity: 1 !important;
}
.main-right-header input[type="text"].enlarged::placeholder {
    opacity: 1;
    color: rgba(0,0,0,.5)!important;
    transition: color 0.3s ease;
}
/* When nav is transparent (style-dark) */
.style-dark .main-right-header input[type="text"].enlarged::placeholder {
    color: rgba(255,255,255,.7)!important;
}
.style-dark .main-right-header input[type="text"].enlarged {
    color: #ffffff;
    border-color: rgba(255,255,255,.3);
}
/* When scrolled (style-light) */
.style-light .main-right-header input[type="text"].enlarged::placeholder {
    color: rgba(0,0,0,.5)!important;
}
.style-light .main-right-header input[type="text"].enlarged {
    color: #000000;
    border-color: rgba(0,0,0,.1);
}
.main-right-header input[type="text"]::placeholder {
    opacity: 0;
}
.main-right-header input[type="text"].enlarged {
    width: 200px;
}
.main-right-header input[type="text"].enlarged:hover {
    border-color: #ccc;
   /* Set the border color for the hover state of the enlarged input */
}
#top-search-img {
    width: 20px;
    display: inline-block;
    margin: 0 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    height: 20px;
}
#top-search-img:hover {
    border: 1px solid #ccc;
    box-sizing: content-box;
    padding: 9px;
    border-radius: 50%;
    position: absolute;
    margin: 0px 5px 0px 0px;
}
#top-search-img.clicked {
    border-width: 0px;
}
#top-search-img.clicked:hover {
    margin: 0px 6px 0px 0px;
}
.glossary-form .hs-richtext>p, .legal-consent-container .hs-richtext a {
    color: #FFF !important;
}
.glossary-form {
    position: relative;
}
.contact-flex-form .hs_submit.hs-submit, .report .hs_submit.hs-submit {
    position: relative;
    top: 0px;
    left: 0px;
}
.report .hs-richtext p {
    display: block;
    color: rgba(0, 0, 0, 0.60)!important;
    font-size: 14px!important;
    font-style: normal;
    line-height: 21px!important;
    font-family: 'FFMarkBook';
    padding: 24px 0px 0px 0px;
    width: 210px!important;
    min-width: 200px!important;
    max-width: 410px!important;
    width: 100%!important;
}
.footer-wrapper {
	display:flex;
	max-width:1440px;
	margin:auto;
	padding: 96px 120px 64px;
	column-gap: 24px;
}
.footer-wrapper #hsForm_26f17dc8-d80b-4713-add3-cc7dba8b05ad {
    height: auto;
    display: flex;
    flex-direction: column;
}
.footer-wrapper .footer-light-bottom {
    display: flex;
    width: 100%;
    align-items: flex-start;
    width: 100%;
    z-index: 7;
    max-width: 1440px;
    margin: auto;
    z-index: 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px 24px;
    row-gap: 48px;
    min-height: 140px;
}
.footer-wrapper .footer-menu-form {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}
.footer-copy-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}
*::placeholder {
    color: #cccccc;
}
.footer-wrapper .hs_newsletter_interests {
    display: none;
}
.footer-wrapper .footer-light-bottom input[type=email] {
    font-size: 16px;
    color: rgba(0,0,0,.5)!important;
    border: 1px solid transparent;
    margin: 0 5px 0 0;
    padding: 13px 20px;
    background: rgba(0,0,0,.08);
    width: 436px;
    height: 48px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'FFMarkMedium';
}
.footer-wrapper .footer-light-bottom input[type=submit] {
    position: relative;
    z-index: 1;
    top: 0px;
    left: 460px;
}
.footer-wrapper #hsForm_26f17dc8-d80b-4713-add3-cc7dba8b05ad {
    height: auto;
    display: flex;
}
.footer-wrapper .grid-form {
    display: flex;
    flex-direction: column;
}
.footer-wrapper .footer-social {
    display: flex;
    gap: 8px;
}
.footer-wrapper .footer-social-round {
    filter: invert(0%)!important;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 12px;
}
.footer-wrapper .hs-richtext>p {
    max-width: 590px;
    min-width: 590px;
    padding: 16px 0 0 0!important;
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    font-family: 'FFMarkBook';
}
.legal-consent-container p {
    max-width: 500px;
    padding: 16px 0 0 0!important;
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    font-family: 'FFMarkBook';
}
.legal-consent-container .hs-richtext a {
    max-width: 590px;
    min-width: 590px;
    padding: 16px 0 0 0!important;
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    font-family: 'FFMarkBold';
}
.actions {
    position: relative;
}
.grid-form form {
    position: absolute;
}
.footer-terms {
    max-width: 1440px;
    margin:auto;
    padding: 0px 120px 64px;
}
.events-form-hubspot .hs-richtext>p, .events-form-hubspot .hs-richtext a {
    color: #fff !important;
    text-decoration: none;
    max-width: 516px;
    min-width: 200px;
    width: 100%;
}
.events-form-hubspot {
    width: 680px;
    min-width: 680px;
    position: relative;
}
.events-form input[type=email] {
    border: 0;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.5);
    max-width: 516px;
    width: 100%;
    margin: 0px;
}
.events-form .submitted-message {
    color: #fff;
}
.events-form {
    max-width: 1200px;
    margin: auto;
    background-color: #6f6b7a;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 24px;
    width: 100%;
    height: 175px;
}
.events-form-wrapper {
    max-width: 1440px;
    padding: 0px 120px;
    margin: 64px auto;
}
.events-form h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-bottom: 0!important;
    max-width: 400px;
    font-family: 'FFMarkBold';
}
.events-form .legal-consent-container .hs-richtext a {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-decoration-line: underline;
    font-family: 'FFMarkBold';
    color: #fff!important;
}
.events-form input.hs-button.primary.large {
    border: 0;
    padding: 16px 20px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    margin: 0;
    max-width: max-content;
    position: absolute;
    top: 0px;
    left: 540px;
    font-family: 'FFMarkBold';
    height: 46px;
}
.events-form input.hs-button.primary.large:hover {
    background-color: #5EE3B9;
}
.hs_submit.hs-submit {
    position: absolute;
    top: 0px;
    left: 0px;
}
.grid-social {
    grid-area: grid-social;
    display: flex;
    align-self: flex-end;
}
.glossary-form input.hs-button.primary.large {
    border: 0;
    padding: 14px 30px;
    background-color: #fff;
    color: #000;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    margin: 0;
    max-width: max-content;
    position: absolute;
    top: 39px;
    left: 1004px;
}
.copy-menu-flex {
    display: flex;
    gap: 24px;
    align-content: left;
    flex-wrap: wrap;
}
input, select {
	font-size: 16px;
	color: #ffffff;
	border: 1px solid transparent;
	margin: 0px 5px 0px 0px;
	padding: 13px 20px;
	background: rgba(255, 255, 255, 0.1);
	height: 52px;
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0px;
	font-family: FFMarkRegular;
}
.contact-wurl textarea {
	font-size: 16px;
	color: #ffffff;
	border: 1px solid transparent;
	margin: 0px 5px 0px 0px;
	padding: 13px 20px;
	background: rgba(255, 255, 255, 0.1);
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0px;
	font-family: FFMarkRegular;
}
.contact-wurl .hs-form-required {
	display: inline-block;
	color: #ff0000;
}
input[type="email"].error {
	border: 1px solid #ff0000;
}
.legal-consent-container {
	font-size: 12px;
	line-height: 18px;
	margin: 0px!important;
}
.form-columns-1 .hs-input {
	width: 100%!important;
}
.hs_contact_form_interests li label{
	max-width: 300px !important;
	margin: 0px 0px 0px 0px;
}
.contact-wurl select {
	border: 0;
   /*Removes border*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	font-size: 16px;
	color: #000;
	border: 1px solid transparent;
	margin: 0px 5px 0px 0px;
	padding: 13px 20px;
	background: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L0 2H8L4 6Z' fill='black'/%3E%3C/svg%3E") no-repeat calc(100% - 12px) center, rgba(0, 0, 0, 0.1)!important;
	width: 100%;
	height: 52px;
	display: block;
	-webkit-border-radius: 0;
	border-radius: 0px;
	margin: 10px 0px;
}
.hs_contact_form_interests ul {
	column-count: 2;
	list-style-type: none;
	line-height: 26px;
	font-size: 12px;
	font-family: 'FFMarkBook'!important;
	width: 100%;
}
.hs-form__field__input--error {
	outline: #c87872 solid 1px !important;
	border: 1px solid #ff0000 !important;
}
.hs-error-msgs label {
	color: #ff0000;
	background-color: transparent !important;
	border-radius: 0.25em;
	font-weight: unset;
	position: absolute;
	font-size: 12px;
	position: absolute;
}
.contact-wurl .hs-error-msgs label {
	color: #ff0000;
	background-color: transparent !important;
	border-radius: 0.25em;
	font-weight: unset;
	font-size: 12px;
	position: relative;
	margin-top: 0;
}
.hs-form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%!important;
}
.hs-error-msgs label {
	color: #ff0000;
	background-color: transparent !important;
	border-radius: 0.25em;
	font-weight: unset;
	position: absolute;
	font-size: 12px;
}
input[type=email].error, input[type=text].error, select.error {
	border: 1px solid red;
}
.form-columns-1 .hs_email label {
	display: block;
}
::placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 0.3;
	font-family: "FFMarkBold";
   /* Firefox */
}
::-ms-input-placeholder {
   /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.3);
	font-family: "FFMarkBook";
}
ul.inputs-list {
	margin-top: .25em;
}
.hs-email {
	grid-area: "nl-form-email";
}
.contact-wurl [type="checkbox"]:not(:checked)+span, [type="checkbox"]:checked+span {
	position: relative;
	padding-left: 2em;
	cursor: pointer;
	line-height: 1.5em;
	font-family: 'FFMarkBold';
}
.contact-wurl input[type="text"], .contact-wurl input[type="email"], input[type="email"], .contact-wurl select, .contact-wurl .hs-input {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
	margin: 0px 5px 0px 0px;
	padding: 13px 20px;
	background: rgba(0, 0, 0, 0.08);
	border: 0px;
	height: 48px;
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0px;
    border-radius: 4px;
    width: 100%;
}
@media only screen and (max-width: 1350px) {
    .glossary-form input.hs-button.primary.large {
        border: 0;
        padding: 14px 30px;
        background-color: #fff;
        color: #000;
        font-weight: 900;
        font-size: 16px;
        line-height: 16px;
        box-sizing: border-box;
        margin: 0;
        max-width: max-content;
        position: absolute;
        top: 72px!important;
        left: 571px!important;
        width: fit-content;
   }
    .footer-wrapper .footer-light-bottom {
        display: flex;
        flex-direction: column;
   }
    .grid-social {
        grid-area: grid-social;
        display: flex;
        align-self: flex-start;
   }
    .events-form {
        flex-wrap: wrap;
        flex-direction: column;
        row-gap: 16px;
        max-width: 738px;
        height: 200px;
        padding: 32px;
   }
    .events-form h5 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        display: flex;
        align-items: center;
        padding-bottom: 0!important;
        font-family: 'FFMarkBold';
   }
    .events-form input[type=email] {
        border: 0;
        background: rgba(255,255,255,.1);
        color: rgba(255,255,255,.5);
        max-width: 510px;
        width: 100%;
        margin: 0;
   }
    .footer-wrapper .grid-form {
        display: flex;
        flex-direction: column;
        height: 152px;
   }
    .events-form input.hs-button.primary.large {
        border: 0;
        padding: 14px 30px;
        background-color: #fff;
        color: #000;
        font-weight: 900;
        font-size: 16px;
        line-height: 16px;
        box-sizing: border-box;
        margin: 0;
        max-width: max-content;
        position: absolute;
        top: 0;
        left: 534px;
        height: 46px;
       /* z-index: 83;
        */
        width: fit-content;
   }
    .glossary-form {
        margin-bottom: 80px!important;
   }
}
@media only screen and (max-width: 1350px) {
    .footer-copy-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        gap: 24px;
   }
}
@media only screen and (max-width: 1200px) {
    .glossary-form {
        margin-bottom: 80px!important;
   }
}
@media only screen and (max-width: 1024px) {
    .footer-wrapper {
        display: flex;
        max-width: 1440px;
        margin: auto;
        padding: 80px 48px 64px;
        column-gap: 24px;
        flex-direction: column;
        row-gap: 40px;
    }
    .footer-terms {
        max-width: 1440px;
        margin: auto;
        padding: 0px 48px 80px;
    }
    .events-form-wrapper {
        padding: 0 48px;
   }
    .footer-desktop-only {
        display: none;
   }
    .footer-wrapper img {
        width: fit-content;
        max-width: 64px;
   }
    .footer-menu-form {
        flex: 4;
   }
}
@media only screen and (max-width: 781px) {
    .footer-50-mobile {
        flex: 1 1 50%!important;
    }
    .footer-wrapper {
        padding: 64px 32px;
    }
    .footer-wrapper .grid-form {
        height: 232px;
        width: 100%;
   }
    .hs_submit.hs-submit {
        position: relative;
        top: 0;
        left: 0;
   }
    .events-form {
        display: none;
   }
    .footer-wrapper .footer-light-bottom input[type=submit] {
        left: 0;
   }
    .footer-wrapper .hs-richtext>p, .legal-consent-container .hs-richtext a, .legal-consent-container p {
        padding: 16px 0 16px 0!important;
   }
    .footer-wrapper .footer-light-bottom {
        display: flex;
        align-items: flex-start;
        width: 100%;
        z-index: 7;
        max-width: 1440px;
        margin: auto;
        z-index: 0;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        gap: 40px 24px;
   }
    .footer-wrapper .footerbg-light .footer-light-bottom input[type=submit] {
        width: 100%;
        top: -98px!important;
        left: 470px!important;
   }
    .footer-wrapper .footer-light-bottom input[type=email] {
        font-size: 16px;
        color: rgba(0,0,0,.5)!important;
        border: 1px solid transparent;
        padding: 13px 20px;
        background: rgba(0,0,0,.08);
        width: 100%;
        height: 48px;
        display: inline-block;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-family: 'FFMarkBold';
        width: 100%;
        max-width: 404px;
   }
    .footer-wrapper input[type=submit] {
        max-width: 100%!important;
        width: fit-content!important;
   }
    .footer-wrapper .footer-light-bottom input[type=submit] {
        margin-top: -0px;
   }
    .footer-wrapper #hsForm_26f17dc8-d80b-4713-add3-cc7dba8b05ad {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 0px;
   }
    .footer-wrapper .footer-light-bottom {
        display: flex;
        width: 100%;
        align-items: flex-start;
        width: 100%;
        z-index: 7;
        margin: auto;
        z-index: 0;
        flex-direction: column;
        box-sizing: border-box;
        height: auto;
   }
    .footer-wrapper ul.inputs-list {
        margin-top: 0.25em;
        height: 15px;
   }
    .footer-wrapper .grid-social {
        display: flex;
        position: relative;
        top: 10px;
        margin-bottom: 16px;
   }
    .footer-wrapper #nl-hs-form {
        display: flex;
        width: 100%;
        flex-direction: column;
   }
    .footer-terms {
        padding: 0px 48px 80px;
   }
    .events-form input.hs-button.primary.large {
        position: relative;
        top: 0px;
        left: 0px;
   }
}
@media screen and (max-width: 781px) {
    .footer-wrapper input[type=submit] {
        max-width: 100%!important;
        width: 100%!important;
   }
    .footer-wrapper .footer-menu-form {
        row-gap: 40px;
   }
    .footerbg-light .footer-light-bottom input[type=submit] {
        width: 100%;
        position: relative!important;
        top: 0px!important;
        left: 0px!important;
        max-width: 375px!important;
   }
    .footer-wrapper .hs-richtext>p, .legal-consent-container .hs-richtext a {
        max-width: 375px!important;
        padding: 16px 0 16px 0!important;
        min-width: 200px;
        width: 100%;
   }
    .footer-wrapper .footer-light-grid {
        max-width: 375px;
        margin: 0!important;
   }
    .footer-wrapper .footer-light-bottom input[type=email] {
        max-width: 375px;
   }
    .footer-wrapper .footer-terms {
        padding: 0 32px 64px;
   }
    .footer-terms {
        padding: 0px 32px 64px;
   }
    .footer-wrapper .grid-form {
        height: fit-content;
   }
    .footer-wrapper .grid-form form {
        position: relative;
   }
   .copy-menu-flex {
    display: flex;
    flex-direction: column;
 }
}
 
.main-right-header input[type="text"] {
    font-size: 16px;
    color: transparent;
    border: 1px solid rgba(0,0,0,.2)!important;
    margin: 0 5px 0 0;
    padding: 10px;
    background: rgba(255,255,255,.1);
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 30px;
    font-family: 'FFMarkMedium';
    opacity: 0;
    margin-top: 10px;
}
.main-right-header input[type="text"]::placeholder {
    color: #000000;
}
.main-right-header input[type="text"]:focus {
    font-size: 16px;
    color: #000;
    border: 1px solid rgba(0,0,0,.2)!important;
    margin: 0 5px 0 0;
    padding: 10px;
    background: rgba(255,255,255,.1);
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 30px;
    font-family:''FFMarkMedium'-Book';
    opacity: 1;
    margin-top: 10px;
}
.main-right-header input[type="text"] {
    width: 40px;
   /* Set the initial width to 48px */
    transition: width 0.3s, opacity 0.3s, border-color 0.3s;
    border-color: #ccc;
   /* Set the initial border color */
}
#top-search-img:hover + input[type="text"] {
    opacity: 1;
    width: 40px;
   /* Set the width to 48px on hover */
}
.enlarged {
    width: 200px !important;
   /* Use !important to override inline styles */
    opacity: 1 !important;
}
.main-right-header input[type="text"].enlarged::placeholder {
    opacity: 1;
    color: rgba(0,0,0,.5)!important;
    transition: color 0.3s ease;
}
/* When nav is transparent (style-dark) */
.style-dark .main-right-header input[type="text"].enlarged::placeholder {
    color: rgba(255,255,255,.7)!important;
}
.style-dark .main-right-header input[type="text"].enlarged {
    color: #ffffff;
    border-color: rgba(255,255,255,.3);
}
/* When scrolled (style-light) */
.style-light .main-right-header input[type="text"].enlarged::placeholder {
    color: rgba(0,0,0,.5)!important;
}
.style-light .main-right-header input[type="text"].enlarged {
    color: #000000;
    border-color: rgba(0,0,0,.1);
}
.main-right-header input[type="text"]::placeholder {
    opacity: 0;
}
.main-right-header input[type="text"].enlarged {
    width: 200px;
}
.main-right-header input[type="text"].enlarged:hover {
    border-color: #ccc;
   /* Set the border color for the hover state of the enlarged input */
}
#top-search-img {
    width: 20px;
    display: inline-block;
    margin: 0 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    height: 20px;
}
#top-search-img:hover {
    border: 1px solid #ccc;
    box-sizing: content-box;
    padding: 9px;
    border-radius: 50%;
    position: absolute;
    margin: 0px 5px 0px 0px;
}
#top-search-img.clicked {
    border-width: 0px;
}
#top-search-img.clicked:hover {
    margin: 0px 6px 0px 0px;
}
.glossary-form .hs-richtext>p, .legal-consent-container .hs-richtext a {
    color: #FFF !important;
}
.glossary-form {
    position: relative;
}
.contact-flex-form .hs_submit.hs-submit, .report .hs_submit.hs-submit {
    position: relative;
    top: 0px;
    left: 0px;
}
.report .hs-richtext p {
    display: block;
    color: rgba(0, 0, 0, 0.60)!important;
    font-size: 14px!important;
    font-style: normal;
    line-height: 21px!important;
    font-family: 'FFMarkBook';
    padding: 24px 0px 0px 0px;
    width: 210px!important;
    min-width: 200px!important;
    max-width: 410px!important;
    width: 100%!important;
}
.footer-wrapper {
	display:flex;
	max-width:1440px;
	margin:auto;
	padding: 96px 120px 64px;
	column-gap: 24px;
}
.footer-wrapper #hsForm_26f17dc8-d80b-4713-add3-cc7dba8b05ad {
    height: auto;
    display: flex;
    flex-direction: column;
}
.footer-wrapper .footer-light-bottom {
    display: flex;
    width: 100%;
    align-items: flex-start;
    width: 100%;
    z-index: 7;
    max-width: 1440px;
    margin: auto;
    z-index: 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px 24px;
    row-gap: 48px;
    min-height: 140px;
}
.footer-wrapper .footer-menu-form {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}
.footer-copy-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}
*::placeholder {
    color: #cccccc;
}
.footer-wrapper .hs_newsletter_interests {
    display: none;
}
.footer-wrapper .footer-light-bottom input[type=email] {
    font-size: 16px;
    color: rgba(0,0,0,.5)!important;
    border: 1px solid transparent;
    margin: 0 5px 0 0;
    padding: 13px 20px;
    background: rgba(0,0,0,.08);
    width: 436px;
    height: 48px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'FFMarkMedium';
}
.footer-wrapper .footer-light-bottom input[type=submit] {
    position: relative;
    z-index: 1;
    top: 0px;
    left: 460px;
}
.footer-wrapper #hsForm_26f17dc8-d80b-4713-add3-cc7dba8b05ad {
    height: auto;
    display: flex;
}
.footer-wrapper .grid-form {
    display: flex;
    flex-direction: column;
}
.footer-wrapper .footer-social {
    display: flex;
    gap: 8px;
}
.footer-wrapper .footer-social-round {
    filter: invert(0%)!important;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 12px;
}
.footer-wrapper .hs-richtext>p {
    max-width: 590px;
    min-width: 590px;
    padding: 16px 0 0 0!important;
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    font-family: 'FFMarkBook';
}
.legal-consent-container p {
    max-width: 500px;
    padding: 16px 0 0 0!important;
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    font-family: 'FFMarkBook';
}
.legal-consent-container .hs-richtext a {
    max-width: 590px;
    min-width: 590px;
    padding: 16px 0 0 0!important;
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    font-family: 'FFMarkBold';
}
.actions {
    position: relative;
}
.grid-form form {
    position: absolute;
}
.footer-terms {
    max-width: 1440px;
    margin:auto;
    padding: 0px 120px 64px;
}
.events-form-hubspot .hs-richtext>p, .events-form-hubspot .hs-richtext a {
    color: #fff !important;
    text-decoration: none;
    max-width: 516px;
    min-width: 200px;
    width: 100%;
}
.events-form-hubspot {
    width: 680px;
    min-width: 680px;
    position: relative;
}
.events-form input[type=email] {
    border: 0;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.5);
    max-width: 516px;
    width: 100%;
    margin: 0px;
}
.events-form .submitted-message {
    color: #fff;
}
.events-form {
    max-width: 1200px;
    margin: auto;
    background-color: #6f6b7a;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 24px;
    width: 100%;
    height: 175px;
}
.events-form-wrapper {
    max-width: 1440px;
    padding: 0px 120px;
    margin: 64px auto;
}
.events-form h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-bottom: 0!important;
    max-width: 400px;
    font-family: 'FFMarkBold';
}
.events-form .legal-consent-container .hs-richtext a {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-decoration-line: underline;
    font-family: 'FFMarkBold';
    color: #fff!important;
}
.events-form input.hs-button.primary.large {
    border: 0;
    padding: 16px 20px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    margin: 0;
    max-width: max-content;
    position: absolute;
    top: 0px;
    left: 540px;
    font-family: 'FFMarkBold';
    height: 46px;
}
.events-form input.hs-button.primary.large:hover {
    background-color: #5EE3B9;
}
.hs_submit.hs-submit {
    position: absolute;
    top: 0px;
    left: 0px;
}
.grid-social {
    grid-area: grid-social;
    display: flex;
    align-self: flex-end;
}
.glossary-form input.hs-button.primary.large {
    border: 0;
    padding: 14px 30px;
    background-color: #fff;
    color: #000;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    margin: 0;
    max-width: max-content;
    position: absolute;
    top: 39px;
    left: 1004px;
}
.copy-menu-flex {
    display: flex;
    gap: 24px;
    align-content: left;
    flex-wrap: wrap;
}
input, select {
	font-size: 16px;
	color: #ffffff;
	border: 1px solid transparent;
	margin: 0px 5px 0px 0px;
	padding: 13px 20px;
	background: rgba(255, 255, 255, 0.1);
	height: 52px;
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0px;
	font-family: FFMarkRegular;
}
.contact-wurl textarea {
	font-size: 16px;
	color: #ffffff;
	border: 1px solid transparent;
	margin: 0px 5px 0px 0px;
	padding: 13px 20px;
	background: rgba(255, 255, 255, 0.1);
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0px;
	font-family: FFMarkRegular;
}
.contact-wurl .hs-form-required {
	display: inline-block;
	color: #ff0000;
}
input[type="email"].error {
	border: 1px solid #ff0000;
}
.legal-consent-container {
	font-size: 12px;
	line-height: 18px;
	margin: 0px!important;
}
.form-columns-1 .hs-input {
	width: 100%!important;
}
.hs_contact_form_interests li label{
	max-width: 300px !important;
	margin: 0px 0px 0px 0px;
}
.contact-wurl select {
	border: 0;
   /*Removes border*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	font-size: 16px;
	color: #000;
	border: 1px solid transparent;
	margin: 0px 5px 0px 0px;
	padding: 13px 20px;
	background: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L0 2H8L4 6Z' fill='black'/%3E%3C/svg%3E") no-repeat calc(100% - 12px) center, rgba(0, 0, 0, 0.1)!important;
	width: 100%;
	height: 52px;
	display: block;
	-webkit-border-radius: 0;
	border-radius: 0px;
	margin: 10px 0px;
}
.hs_contact_form_interests ul {
	column-count: 2;
	list-style-type: none;
	line-height: 26px;
	font-size: 12px;
	font-family: 'FFMarkBook'!important;
	width: 100%;
}
.hs-form__field__input--error {
	outline: #c87872 solid 1px !important;
	border: 1px solid #ff0000 !important;
}
.hs-error-msgs label {
	color: #ff0000;
	background-color: transparent !important;
	border-radius: 0.25em;
	font-weight: unset;
	position: absolute;
	font-size: 12px;
	position: absolute;
}
.contact-wurl .hs-error-msgs label {
	color: #ff0000;
	background-color: transparent !important;
	border-radius: 0.25em;
	font-weight: unset;
	font-size: 12px;
	position: relative;
	margin-top: 0;
}
.hs-form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%!important;
}
.hs-error-msgs label {
	color: #ff0000;
	background-color: transparent !important;
	border-radius: 0.25em;
	font-weight: unset;
	position: absolute;
	font-size: 12px;
}
input[type=email].error, input[type=text].error, select.error {
	border: 1px solid red;
}
.form-columns-1 .hs_email label {
	display: block;
}
::placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 0.3;
	font-family: "FFMarkBold";
   /* Firefox */
}
::-ms-input-placeholder {
   /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.3);
	font-family: "FFMarkBook";
}
ul.inputs-list {
	margin-top: .25em;
}
.hs-email {
	grid-area: "nl-form-email";
}
.contact-wurl [type="checkbox"]:not(:checked)+span, [type="checkbox"]:checked+span {
	position: relative;
	padding-left: 2em;
	cursor: pointer;
	line-height: 1.5em;
	font-family: 'FFMarkBold';
}
.contact-wurl input[type="text"], .contact-wurl input[type="email"], input[type="email"], .contact-wurl select, .contact-wurl .hs-input {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
	margin: 0px 5px 0px 0px;
	padding: 13px 20px;
	background: rgba(0, 0, 0, 0.08);
	border: 0px;
	height: 48px;
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0px;
    border-radius: 4px;
    width: 100%;
}

#events-page-form  span.required {
    color: red;
}


#events-page-form {
    padding: 40px;
    background-color: #F5F5F8;
}

#events-page-form input[name="firstname"], 
#events-page-form input[name="lastname"], 
#events-page-form input[name="company"], 
#events-page-form input[name="jobtitle"], 
#events-page-form input[name="email"], 
#events-page-form select,
#events-page-form textarea
 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    margin: 0px 5px 0px 0px;
    padding: 13px 20px;
    background: #fff;
    border: 0px;
    height: 48px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0px;
    border-radius: 4px;
    width: 100%;
}

#events-page-form .hs_submit.hs-submit {
    position: relative;
}

#events-page-form .hs-error-msgs label {
    color: #ff0000 !important;
    background-color: transparent !important;
    border-radius: 0.25em;
    font-weight: unset;
    position: relative;
    font-size: 12px;
}

#events-page-form [type="checkbox"]:not(:checked)+span, 
#events-page-form [type="checkbox"]:checked+span {
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    line-height: 1.5em;
    color: #000;
}


@media only screen and (max-width: 1350px) {
    .glossary-form input.hs-button.primary.large {
        border: 0;
        padding: 14px 30px;
        background-color: #fff;
        color: #000;
        font-weight: 900;
        font-size: 16px;
        line-height: 16px;
        box-sizing: border-box;
        margin: 0;
        max-width: max-content;
        position: absolute;
        top: 72px!important;
        left: 571px!important;
        width: fit-content;
   }
    .footer-wrapper .footer-light-bottom {
        display: flex;
        flex-direction: column;
   }
    .grid-social {
        grid-area: grid-social;
        display: flex;
        align-self: flex-start;
   }
    .events-form {
        flex-wrap: wrap;
        flex-direction: column;
        row-gap: 16px;
        max-width: 738px;
        height: 200px;
        padding: 32px;
   }
    .events-form h5 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        display: flex;
        align-items: center;
        padding-bottom: 0!important;
        font-family: 'FFMarkBold';
   }
    .events-form input[type=email] {
        border: 0;
        background: rgba(255,255,255,.1);
        color: rgba(255,255,255,.5);
        max-width: 510px;
        width: 100%;
        margin: 0;
   }
    .footer-wrapper .grid-form {
        display: flex;
        flex-direction: column;
        height: 152px;
   }
    .events-form input.hs-button.primary.large {
        border: 0;
        padding: 14px 30px;
        background-color: #fff;
        color: #000;
        font-weight: 900;
        font-size: 16px;
        line-height: 16px;
        box-sizing: border-box;
        margin: 0;
        max-width: max-content;
        position: absolute;
        top: 0;
        left: 534px;
        height: 46px;
       /* z-index: 83;
        */
        width: fit-content;
   }
    .glossary-form {
        margin-bottom: 80px!important;
   }
}
@media only screen and (max-width: 1350px) {
    .footer-copy-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        gap: 24px;
   }
}
@media only screen and (max-width: 1200px) {
    .glossary-form {
        margin-bottom: 80px!important;
   }
}
@media only screen and (max-width: 1024px) {
    .footer-wrapper {
        display: flex;
        max-width: 1440px;
        margin: auto;
        padding: 80px 48px 64px;
        column-gap: 24px;
        flex-direction: column;
        row-gap: 40px;
    }
    .footer-terms {
        max-width: 1440px;
        margin: auto;
        padding: 0px 48px 80px;
    }
    .events-form-wrapper {
        padding: 0 48px;
   }
    .footer-desktop-only {
        display: none;
   }
    .footer-wrapper img {
        width: fit-content;
        max-width: 64px;
   }
    .footer-menu-form {
        flex: 4;
   }
}
@media only screen and (max-width: 781px) {
    .footer-50-mobile {
        flex: 1 1 50%!important;
    }
    .footer-wrapper {
        padding: 64px 32px;
    }
    .footer-wrapper .grid-form {
        height: 232px;
        width: 100%;
   }
    .hs_submit.hs-submit {
        position: relative;
        top: 0;
        left: 0;
   }
    .events-form {
        display: none;
   }
    .footer-wrapper .footer-light-bottom input[type=submit] {
        left: 0;
   }
    .footer-wrapper .hs-richtext>p, .legal-consent-container .hs-richtext a, .legal-consent-container p {
        padding: 16px 0 16px 0!important;
   }
    .footer-wrapper .footer-light-bottom {
        display: flex;
        align-items: flex-start;
        width: 100%;
        z-index: 7;
        max-width: 1440px;
        margin: auto;
        z-index: 0;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        gap: 40px 24px;
   }
    .footer-wrapper .footerbg-light .footer-light-bottom input[type=submit] {
        width: 100%;
        top: -98px!important;
        left: 470px!important;
   }
    .footer-wrapper .footer-light-bottom input[type=email] {
        font-size: 16px;
        color: rgba(0,0,0,.5)!important;
        border: 1px solid transparent;
        padding: 13px 20px;
        background: rgba(0,0,0,.08);
        width: 100%;
        height: 48px;
        display: inline-block;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-family: 'FFMarkBold';
        width: 100%;
        max-width: 404px;
   }
    .footer-wrapper input[type=submit] {
        max-width: 100%!important;
        width: fit-content!important;
   }
    .footer-wrapper .footer-light-bottom input[type=submit] {
        margin-top: -0px;
   }
    .footer-wrapper #hsForm_26f17dc8-d80b-4713-add3-cc7dba8b05ad {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 0px;
   }
    .footer-wrapper .footer-light-bottom {
        display: flex;
        width: 100%;
        align-items: flex-start;
        width: 100%;
        z-index: 7;
        margin: auto;
        z-index: 0;
        flex-direction: column;
        box-sizing: border-box;
        height: auto;
   }
    .footer-wrapper ul.inputs-list {
        margin-top: 0.25em;
        height: 15px;
   }
    .footer-wrapper .grid-social {
        display: flex;
        position: relative;
        top: 10px;
        margin-bottom: 16px;
   }
    .footer-wrapper #nl-hs-form {
        display: flex;
        width: 100%;
        flex-direction: column;
   }
    .footer-terms {
        padding: 0px 48px 80px;
   }
    .events-form input.hs-button.primary.large {
        position: relative;
        top: 0px;
        left: 0px;
   }
}
@media screen and (max-width: 781px) {
    .footer-wrapper input[type=submit] {
        max-width: 100%!important;
        width: 100%!important;
   }
    .footer-wrapper .footer-menu-form {
        row-gap: 40px;
   }
    .footerbg-light .footer-light-bottom input[type=submit] {
        width: 100%;
        position: relative!important;
        top: 0px!important;
        left: 0px!important;
        max-width: 375px!important;
   }
    .footer-wrapper .hs-richtext>p, .legal-consent-container .hs-richtext a {
        max-width: 375px!important;
        padding: 16px 0 16px 0!important;
        min-width: 200px;
        width: 100%;
   }
    .footer-wrapper .footer-light-grid {
        max-width: 375px;
        margin: 0!important;
   }
    .footer-wrapper .footer-light-bottom input[type=email] {
        max-width: 375px;
   }
    .footer-wrapper .footer-terms {
        padding: 0 32px 64px;
   }
    .footer-terms {
        padding: 0px 32px 64px;
   }
    .footer-wrapper .grid-form {
        height: fit-content;
   }
    .footer-wrapper .grid-form form {
        position: relative;
   }
   .copy-menu-flex {
    display: flex;
    flex-direction: column;
 }
}
