.cookie-notice{position:fixed;bottom:2rem;left:2rem;z-index:1000;background:var(--color-white);border:1px solid var(--color-middle-blue);border-radius:1rem;box-shadow:0 4px 20px rgba(0,72,91,.1);max-width:400px;animation:slideUp .3s ease-out forwards}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media only screen and (max-width:768px){.cookie-notice{bottom:1rem;left:1rem;right:1rem;max-width:none}}.cookie-notice__container{padding:2rem}@media only screen and (max-width:768px){.cookie-notice__container{padding:1.5rem}}.cookie-notice__content{display:flex;flex-direction:column;gap:1.5rem}@media only screen and (max-width:768px){.cookie-notice__content{gap:1.2rem}}.cookie-notice__info{flex:1 1;min-width:0}.cookie-notice__title{font-size:1.6rem;font-weight:600;color:var(--color-dark-blue);margin-bottom:.5rem}@media only screen and (max-width:768px){.cookie-notice__title{font-size:1.4rem;margin-bottom:.4rem}}.cookie-notice__description{font-size:1.3rem;font-weight:400;color:var(--color-dark-gray-blue);line-height:1.4;margin-bottom:.4rem}@media only screen and (max-width:768px){.cookie-notice__description{font-size:1.2rem;line-height:1.3}}.cookie-notice__analytics{font-size:1.1rem;font-weight:400;color:var(--color-gray-blue);line-height:1.3}@media only screen and (max-width:768px){.cookie-notice__analytics{font-size:1rem}}.cookie-notice__actions{display:flex;align-items:center;justify-content:flex-end}@media only screen and (max-width:768px){.cookie-notice__actions{justify-content:center}}.cookie-notice__button{background:var(--color-dark-blue);color:var(--color-white);border:none;border-radius:.6rem;padding:1rem 2rem;font-size:1.3rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease-in-out;letter-spacing:.045em;white-space:nowrap}.cookie-notice__button:hover{background:var(--color-turquoise)}.cookie-notice__button:active{transform:translateY(0)}@media only screen and (max-width:768px){.cookie-notice__button{padding:1rem 1.5rem;font-size:1.2rem}}.page-heading{margin-bottom:6rem}@media only screen and (max-width:768px){.page-heading{margin-top:5rem;margin-bottom:4rem}}.page-heading .container{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:768px){.page-heading .container{flex-direction:column;align-items:flex-start}.page-heading__actions{margin-top:5rem}}.page-heading h2{font-size:3.8rem;font-weight:500;color:var(--color-dark-blue);line-height:4.1rem}@media only screen and (max-width:768px){.page-heading h2{font-size:2.6rem;line-height:2.8rem}}.legal-documents-page__breadcrumbs{margin-top:7rem;margin-bottom:3.5rem}@media only screen and (max-width:768px){.legal-documents-page__breadcrumbs{margin-top:5rem;margin-bottom:3rem}}.legal-documents-page__heading .page-heading{margin:0 0 4rem}.legal-documents-page__heading .page-heading .container{align-items:flex-end;padding-bottom:4rem;position:relative}@media only screen and (max-width:768px){.legal-documents-page__heading .page-heading .container{align-items:flex-start;padding-bottom:0}.legal-documents-page__heading .page-heading .container .page-heading__actions{margin-top:4rem}}.legal-documents-page__heading .page-heading .container:after{position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:.1rem;background:var(--color-light-blue);width:calc(100vw - var(--margin_container) - var(--margin_container));content:"";display:block}@media only screen and (max-width:768px){.legal-documents-page__heading .page-heading .container:after{display:none}}.legal-documents-page__heading .page-heading h2{font-size:6.4rem;font-weight:500}@media only screen and (max-width:768px){.legal-documents-page__heading .page-heading h2{font-size:3.8rem;line-height:4.2rem}}.legal-documents-page__filter{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}@media only screen and (max-width:768px){.legal-documents-page__filter{align-items:flex-start}}.legal-documents-page__filter__item{font-size:1.8rem;font-weight:500;color:var(--color-gray-blue)}.legal-documents-page__filter__item:hover{cursor:pointer}.legal-documents-page__filter__item--active,.legal-documents-page__filter__item--active:hover{color:var(--color-dark-blue)}.legal-documents-page__search{margin-bottom:4rem}@media only screen and (max-width:768px){.legal-documents-page__search{margin-bottom:3rem}}.legal-documents-page__search .legal-documents-search-input__wrapper{max-width:72rem}@media only screen and (max-width:768px){.legal-documents-page__search .legal-documents-search-input__wrapper{max-width:100%}}.legal-documents-page__load{display:flex;justify-content:center;margin-top:6.5rem}@media only screen and (max-width:768px){.legal-documents-page__load{margin-top:3rem}.legal-documents-page__load__button{width:100%}}.breadcrumbs{width:100%;margin-bottom:3rem}.breadcrumbs a{font-size:1.4rem;font-weight:400;color:var(--color-dark-blue);transition:all .3s ease-in-out;text-decoration:none}.breadcrumbs a:hover{cursor:pointer;text-decoration:underline}.breadcrumbs span{font-size:1.4rem;font-weight:400;color:var(--color-blue)}.breadcrumbs>*{padding-left:3.2rem;position:relative}.breadcrumbs>:after{position:absolute;display:block;content:"";width:2rem;height:.1rem;background:var(--color-dark-blue);top:1rem;left:.4rem}.breadcrumbs>:first-child{padding-left:0}.breadcrumbs>:first-child:after{display:none}.legal-document-card{display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width:768px){.legal-document-card{display:grid;grid-template-columns:13.5rem 1fr}}.legal-document-card__image{border-radius:3rem;border:.1rem solid var(--color-white);overflow:hidden;background:var(--color-white);height:100%;display:flex;align-items:center;justify-content:center;position:relative}.legal-document-card__image--cover{background:var(--color-bg-grey);padding:1.1rem 1rem;border-radius:3rem;height:36.5rem}@media only screen and (max-width:768px){.legal-document-card__image--cover{height:16rem;padding:.5rem .8rem}}.legal-document-card__image a{position:absolute;top:0;left:0;width:100%;height:100%}.legal-document-card__image img{width:100%;height:auto}.legal-document-card__info{display:grid;grid-template-columns:1fr 4rem;grid-gap:2rem;gap:2rem;align-items:center}@media only screen and (max-width:768px){.legal-document-card__info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%}}.legal-document-card__name{flex:1 1;font-size:1.6rem;font-weight:600}.legal-document-card__download{width:4rem;height:4rem;display:flex;justify-content:center;align-items:center;border-radius:100%;border:.1rem solid #cedbe1;color:var(--color-dark-blue);transition:all .2s}.legal-document-card__download svg{width:1.6rem;height:2rem;transition:all .2s}.legal-document-card__download:hover{background:var(--color-dark-blue);border-color:var(--color-dark-blue);cursor:pointer}.legal-document-card__download:hover svg{color:var(--color-white)}.legal-documents-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:4rem;row-gap:4rem;grid-column-gap:3.2rem;column-gap:3.2rem}@media only screen and (max-width:768px){.legal-documents-grid{grid-template-columns:1fr;gap:1.5rem}}.legal-documents-search-input__wrapper{position:relative}.legal-documents-search-input{padding:.8rem;background:var(--color-bg-grey);border:.1rem solid #e5ecf1;border-radius:5rem;display:flex;align-items:center;position:relative}.legal-documents-search-input__icon{width:4rem;height:4rem;display:flex;color:var(--color-gray-blue);justify-content:center;align-items:center}.legal-documents-search-input__icon svg{width:2.4rem;height:2.4rem}.legal-documents-search-input input{font-size:1.6rem;font-weight:500;height:4rem;color:var(--color-dark-blue);flex:2 1}.legal-documents-search-input input::placeholder{color:var(--color-blue)}.legal-documents-search-input input::-webkit-search-cancel-button{display:none}.legal-documents-search-input__clear{width:2rem;height:2rem;color:var(--color-blue);padding:0;border:none;display:flex;justify-content:center;align-items:center}.legal-documents-search-input__clear:hover{background:var(--color-turquoise);border-radius:100%;transition:all .3s;color:var(--color-white);cursor:pointer}.legal-documents-search-input__clear svg{width:2rem;height:2rem}.legal-documents-search-input__submit{margin-left:1.2rem}@media only screen and (max-width:768px){.legal-documents-search-input__submit{display:none}}.legal-documents-search-input__submit--disabled,.legal-documents-search-input__submit--disabled:hover{background:var(--color-middle-blue-light)!important;color:var(--color-gray-blue)!important}