@import url(https://use.typekit.net/pdj3owl.css);:root{--black:#000;--blue-dark:#22516f;--blue-light:#bfecff;--blue-lightest:#d4edfc;--gray:#f1f3f5;--yellow:#c5aa24;--white:#fff;--body-bg:var(--white);--color-body:var(--blue-dark);--color-heading:var(--blue-dark);--font-body:"trasandina","sans-serif";--font-button:"trasandina","sans-serif";--font-heading:"trasandina","sans-serif";--size-small:0.875rem;--size-medium:1.125rem;--size-body:1.25rem;--size-large:1.5rem;--size-h1:clamp(2.5rem,1.795rem + 1.88vw,3.44rem);--size-h2:clamp(1.75rem,0.75rem + 2vw,2.25rem);--size-h3:clamp(1.5rem,0.75rem + 1.3333vw,1.75rem);--size-h4:1.1em;--line-height-heading:1.1;--line-height-body:1.5;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--spacing-edge:1rem;--spacing-sm:3.125rem;--spacing:5rem;--spacing-lg:7rem;--width-container:83.75rem;--width-narrow:63.875rem;--shadow:0 .5rem 1rem rgba(0,0,0,.15);--transition:0.25s ease all}@media only screen and (max-width:768px){:root{--spacing:3.125rem}}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{background-color:var(--body-bg)}.site{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;min-height:100vh}.site-content{flex:1}.container{margin-left:auto;margin-right:auto;max-width:var(--width-container);padding-left:var(--spacing-edge);padding-right:var(--spacing-edge);width:100%}@media only screen and (max-width:1200px){.menu-open{overflow:hidden}}.entry-content>*,.wp-block-group>*{margin-left:auto;margin-right:auto;max-width:var(--width-container);padding-left:var(--spacing-edge);padding-right:var(--spacing-edge);width:100%}.single-post .entry-content>*,.single-post .wp-block-group>*{max-width:var(--width-narrow)}.entry-content>ol,.entry-content>ul,.wp-block-group>ol,.wp-block-group>ul{padding-left:calc(var(--spacing-edge) + 1em)}.entry-content>.alignfull,.wp-block-group>.alignfull{max-width:100%}.has-background{padding-bottom:var(--spacing);padding-top:var(--spacing)}@media only screen and (max-width:768px){.has-background{padding:2rem .5rem}}.block-spacing,.entry-content>.wp-block-group{margin-bottom:var(--spacing);margin-top:var(--spacing)}.block-spacing-sm{margin-bottom:var(--spacing-sm);margin-top:var(--spacing-sm)}.has-gray-background-color+.bg-text{position:relative;--height:7.5rem;margin-top:0!important}.has-gray-background-color+.bg-text:before{background:var(--gray);content:"";height:var(--height);left:0;position:absolute;right:0;top:0;z-index:-1}.entry-content>:first-child{margin-top:0!important}.entry-content>:last-child{margin-bottom:var(--spacing)!important}.entry-content>.form:last-child,.entry-content>.has-background.alignfull:last-child,.is-style-no-margin-bottom,.wp-block-group>:last-child{margin-bottom:0!important}body{color:var(--color-body);font-family:var(--font-body);font-size:var(--size-body);font-weight:var(--weight-normal);line-height:var(--line-height-body)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--color-heading);font-family:var(--font-heading);font-weight:var(--weight-bold);letter-spacing:.01em;line-height:var(--line-height-heading);margin-bottom:1.5rem}.has-text-color .h1,.has-text-color .h2,.has-text-color .h3,.has-text-color .h4,.has-text-color .h5,.has-text-color .h6,.has-text-color h1,.has-text-color h2,.has-text-color h3,.has-text-color h4,.has-text-color h5,.has-text-color h6{color:inherit}.h1,h1{font-size:var(--size-h1);margin-bottom:2rem;margin-top:0}.h2,h2{font-size:var(--size-h2)}.h3,h3{font-size:var(--size-h3)}.h4,h4{font-size:var(--size-h4);font-weight:var(--weight-medium)}mark{color:inherit}p{margin-bottom:1.5rem;margin-top:0}strong{font-weight:var(--weight-bold)}ol,ul{padding-left:var(--spacing-edge)}.has-small-font-size{font-size:var(--size-small)!important}.has-default-font-size{font-size:var(--size-body)!important}.has-large-font-size{font-size:var(--size-large)!important;line-height:1.8}.has-xlarge-font-size{font-size:var(--size-h4)!important}.is-style-small-heading{align-items:baseline;color:var(--color-heading);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--font-heading);font-size:1.125rem;font-weight:var(--weight-normal);gap:1.25rem;line-height:var(--line-height-heading);margin-bottom:1.5rem;position:relative;text-transform:uppercase}.is-style-small-heading.has-text-align-center{justify-content:center}.is-style-small-heading.has-text-align-right{justify-content:flex-end}.is-style-small-heading:before{background:var(--yellow);border-radius:999px;content:"";display:block;height:1rem;width:1rem}.is-style-small-heading+h1,.is-style-small-heading+h2,.is-style-small-heading+h3{margin-top:1.5rem}a{color:currentColor}a:focus,a:hover{color:var(--yellow)}img,svg{height:auto;max-width:100%}blockquote{margin:0;padding:0}.button,.is-button .menu__link,.is-style-outline .wp-element-button,.wp-block-button__link,.wp-element-button,button[type=submit],input[type=submit]{background:var(--yellow);border:2px solid transparent;border-radius:.625rem;color:var(--white);cursor:pointer;display:inline-block;font-family:var(--font-button);font-size:var(--size-body);font-weight:var(--weight-semibold);line-height:var(--line-height-heading);padding:1.5rem;text-align:center;text-decoration:none;transition:var(--transition)}.button:focus,.button:hover,.is-button .menu__link:focus,.is-button .menu__link:hover,.is-style-outline .wp-element-button:focus,.is-style-outline .wp-element-button:hover,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-element-button:focus,.wp-element-button:hover,button[type=submit]:focus,button[type=submit]:hover,input[type=submit]:focus,input[type=submit]:hover{background:var(--blue-dark);color:var(--white)}.is-button .menu__link,.wp-block-button__link,button[type=submit]{align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:auto}.is-button .menu__link:before,.wp-block-button__link:before,button[type=submit]:before{background-image:url(../img/icon-arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:""!important;display:inline-block;height:1em;margin-right:.5em!important;width:1em}.is-button .menu__link:before{background-image:url(../img/icon-phone.svg)}.is-style-outline .wp-element-button{background:none;border-color:currentColor;color:var(--color-body)}input[type=submit]{padding:1.25rem 3.75rem}@media only screen and (max-width:768px){input[type=submit]{padding:1.25rem 2.5rem}}.category-list{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:.5em 1em;list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.category-list{font-size:90%;gap:.5em}}.category-list__link{background:var(--gray);color:var(--color-body)}@media screen and (max-width:768px){.category-list__link{padding:.5em 1em}}.category-list__link:focus,.category-list__link:hover{background:var(--black);color:var(--white)}.gform_wrapper{--gf-color-primary:currentColor!important;--gf-color-primary-darker:var(--black)!important;--gf-ctrl-outline-width-focus:1px!important;--gf-radius:0.625rem!important}.gform_wrapper .gfield{position:relative}.gform_wrapper .gfield input,.gform_wrapper .gfield textarea{font-size:var(--size-body)!important}.gform_wrapper .gfield textarea{min-block-size:10rem!important}.gform_wrapper .has-floating-label{color:var(--blue-dark)!important;font-size:var(--size-body)!important;font-weight:var(--weight-normal)!important;left:.625rem;margin:0!important;opacity:.42;pointer-events:none;position:absolute;top:.8rem;transition:var(--transition)}.gform_wrapper .has-floating-label+.ginput_container input,.gform_wrapper .has-floating-label+.ginput_container textarea{height:auto;padding-bottom:.5rem;padding-top:.75rem}.gform_wrapper .has-floating-label.is-floating{font-size:var(--size-small)!important;opacity:.75;top:0}.gform_wrapper .has-floating-label>.gfield_required{margin-left:4px}.gform_wrapper .gform_confirmation_message{margin-top:var(--spacing-sm)!important}.gform_wrapper button[type=submit]{background:var(--yellow)!important;border:2px solid transparent!important;border-radius:.625rem!important;color:var(--white)!important;cursor:pointer!important;display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;font-family:var(--font-button)!important;font-size:var(--size-body)!important;font-weight:var(--weight-semibold)!important;line-height:var(--line-height-heading)!important;padding:1.5rem!important;text-align:center!important;text-decoration:none!important;transition:var(--transition)!important}.gform_wrapper button[type=submit]:focus,.gform_wrapper button[type=submit]:hover{background:var(--black)!important;color:var(--white)!important}.gform_wrapper .gform_footer{justify-content:flex-end}#gform_fields_1{display:grid;gap:.625rem;grid-template-columns:1fr 1fr}@media screen and (max-width:600px){#gform_fields_1{grid-template-columns:1fr}}#gform_fields_1 .gfield{margin:0!important}@media screen and (max-width:600px){#gform_fields_1 .gfield{grid-column:1/1!important;grid-row:auto!important}}#gform_fields_1 #field_1_1{grid-column:1;grid-row:1}#gform_fields_1 #field_1_3{grid-column:1;grid-row:2}#gform_fields_1 #field_1_5{grid-column:1;grid-row:3}#gform_fields_1 #field_1_6{grid-column:1;grid-row:4}#gform_fields_1 #field_1_7{grid-column:2;grid-row:1}#gform_fields_1 #field_1_8{grid-column:2;grid-row:2/span 4}#glightbox-slider{padding-left:var(--spacing-edge);padding-right:var(--spacing-edge)}.glightbox-clean .gslide-description{background:none!important;color:var(--white)!important;font-size:.9em}.glightbox-clean .gslide-description .gdesc-inner{padding-left:0!important;padding-right:0!important}.gslide-desc,.gslide-title{color:var(--white)!important}.gslide-media img{max-width:100%!important}.pagination{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.pagination a{text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:.1em;text-underline-offset:.25em}.pagination .current{font-weight:var(--weight-bold)}.pagination__arrow{align-items:center;background:var(--blue-dark);border-radius:999px;color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;height:2rem;justify-content:center;transition:var(--transition);width:2rem;z-index:2}.pagination__arrow svg{display:block;height:auto;transition:var(--transition);width:1rem}.pagination__arrow svg path{fill:currentColor}.pagination__prev{transform:scaleX(-1)}.pagination .next:focus .pagination__arrow,.pagination .next:hover .pagination__arrow,.pagination .prev:focus .pagination__arrow,.pagination .prev:hover .pagination__arrow{background:var(--black)}.post-card{border-radius:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;min-height:29.25rem;overflow:hidden;position:relative;text-decoration:none}.post-card__image{background:var(--blue-dark);bottom:0;left:0;position:absolute;right:0;top:0}.post-card__image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.post-card__categories{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem;z-index:1}.post-card__category{background:var(--yellow);border-radius:99px;color:var(--white);padding:.625rem .875rem}.post-card__text{-webkit-backdrop-filter:blur(2.5rem);backdrop-filter:blur(2.5rem);background:rgba(34,81,111,.17);border-radius:.625rem;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:auto;position:relative;width:100%;z-index:1}.post-card__content{color:var(--white);padding:2rem}.post-card__title{color:var(--white);margin:0}.post-card__arrow{align-items:center;background:var(--yellow);border-radius:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;padding:.625rem}.post-card__arrow svg{display:block;height:auto;width:100%}.post-card__arrow svg path{fill:var(--white)}.all-references__filters{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.all-references__filter-btn{background:var(--gray);color:var(--blue-dark);flex-shrink:0}.all-references__filter-btn:after{background-image:url(../img/icon-arrow-blue.svg)}.all-references__filter-btn:focus:after,.all-references__filter-btn:hover:after{background-image:url(../img/icon-arrow.svg)}.all-references__filter-btn.is-active{background:var(--yellow);border-color:var(--yellow);color:var(--white)}.all-references__filter-btn.is-active:after{background-image:url(../img/icon-arrow.svg)}.all-references__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1024px){.all-references__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.all-references__grid{grid-template-columns:1fr}}.animated-heading__words{display:block}.bg-text__wrapper{--color-body:var(--white);--color-heading:var(--white);--content-width:35rem;align-items:center;border-radius:.625rem;color:var(--color-body);display:-webkit-box;display:-ms-flexbox;display:flex;max-width:calc(var(--width-container) - var(--spacing-edge)*2);min-height:70vh;overflow:hidden;padding-left:0;padding-right:0;position:relative;width:100%;z-index:1}@media screen and (max-width:600px){.bg-text__wrapper{min-height:50vh}}.bg-text__container{padding:var(--spacing);position:relative;width:100%;z-index:1}.has-blur .bg-text__container{max-width:var(--content-width);padding:3.125rem 6.25rem 3.125rem 3.125rem}@media screen and (max-width:768px){.has-blur .bg-text__container{padding-right:3.125rem}}@media screen and (max-width:600px){.has-blur .bg-text__container{padding:2.5rem 1.25rem}}.bg-text__text>:first-child{margin-top:0}.bg-text__text>:last-child{margin-bottom:0}.bg-text__image{z-index:-1}.bg-text__image,.bg-text__image:before{border-radius:.625rem;bottom:0;left:0;position:absolute;right:0;top:0}.bg-text__image:before{background:linear-gradient(256deg,rgba(34,81,111,0) 52.78%,rgba(0,0,0,.8) 97.84%),linear-gradient(299deg,rgba(34,81,111,0) 55.76%,rgba(0,0,0,.4) 75.9%),linear-gradient(180deg,rgba(34,81,111,0) 24.47%,rgba(0,0,0,.6) 68.72%);content:"";pointer-events:none;z-index:1}.bg-text__image img{border-radius:.625rem;display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.bg-text__overlay{-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);background:-webkit-gradient(linear,left bottom,left top,from(rgba(34,81,111,.17)),to(rgba(34,81,111,.17))),rgba(34,81,111,.17);background:linear-gradient(0deg,rgba(34,81,111,.17),rgba(34,81,111,.17)),rgba(34,81,111,.17);border-radius:.625rem;border-right:1px solid #f1fbff;bottom:0;left:0;position:absolute;top:0;width:var(--content-width)}.form{align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;padding:40vh 2rem 2rem;position:relative;--color-body:var(--white);--color-heading:var(--white);color:var(--white);max-width:2000px!important}@media screen and (max-width:1024px){.form{padding:var(--spacing) var(--spacing-edge)}}.form__image{bottom:0;left:0;position:absolute;right:0;top:0}.form__image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.form__wrapper{align-items:center;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background-position:50%;background-repeat:no-repeat;background-size:cover;background:-webkit-gradient(linear,left top,right top,from(rgba(1,45,100,.1)),to(rgba(105,156,219,.1)));background:linear-gradient(90deg,rgba(1,45,100,.1),rgba(105,156,219,.1));border:1px solid #f1fbff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:var(--spacing);position:relative;z-index:1}@media screen and (max-width:1024px){.form__wrapper{padding:2.5rem}}@media screen and (max-width:600px){.form__wrapper{padding:var(--spacing-edge)}}.form__container{max-width:var(--width-narrow)}.form__top{align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media screen and (max-width:768px){.form__top{grid-template-columns:1fr}}.form__text>:first-child{margin-top:0}.form__text>:last-child{margin-bottom:0}.form__person{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-end}@media screen and (max-width:768px){.form__person{justify-content:flex-start}}.form__person-image{flex-shrink:0}.form__person-image img{border-radius:99px;display:block;height:7rem;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:7rem}.form__person-content>:first-child{margin-top:0}.form__person-content>:last-child{margin-bottom:0}.form__person-name{font-size:var(--size-medium);margin-bottom:.5rem;text-transform:uppercase}.form__person p{margin:0}.form__person a{text-decoration:none}.wp-block-buttons{margin-bottom:2rem;margin-top:2rem}.cards{display:grid;font-size:var(--size-medium);gap:1.5rem;grid-template-columns:auto 50%;width:100%}@media screen and (max-width:768px){.cards{grid-template-columns:100%}.cards__item--first,.cards__item--second,.cards__text{grid-column:1/2!important;grid-row:auto!important}}.cards.has-3-cols{display:block}.cards__text+.cards__grid{margin-top:var(--spacing-sm)}.cards__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1024px){.cards__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.cards__grid{grid-template-columns:100%}}.cards__text{grid-column:1/2;grid-row:1/2}.cards__text>:first-child{margin-top:0}.cards__text>:last-child{margin-bottom:0}.cards__item{--color-body:var(--white);--color-heading:var(--white);aspect-ratio:1/1;color:var(--color-body);display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;height:100%;position:relative;width:100%}@media screen and (max-width:768px){.cards__item{aspect-ratio:unset;padding-top:18.75rem}}.has-3-cols .cards__item{aspect-ratio:3/4;padding-top:0}.cards__item--first{grid-column:1/2;grid-row:2/3}.cards__item--second{grid-column:2/3;grid-row:1/3}.cards__link{text-decoration:none}.cards__link,.cards__link:focus,.cards__link:hover{color:var(--color-body)}.cards__link:focus .cards__content,.cards__link:hover .cards__content{opacity:.95}.cards__link:focus .cards__arrow svg,.cards__link:hover .cards__arrow svg{transform:translateX(.3125rem)}.cards__image{bottom:0;left:0;position:absolute;right:0;top:0}.cards__image img{border-radius:.625rem;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cards__content{align-items:center;-webkit-backdrop-filter:blur(2.5rem);backdrop-filter:blur(2.5rem);background:hsla(0,0%,61%,.1);border:1px solid #f1fbff;border-bottom:none;border-radius:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:auto;text-align:center;transition:var(--transition);width:100%}.has-3-cols .cards__content{text-align:left}.has-3-cols .cards__content h1,.has-3-cols .cards__content h2,.has-3-cols .cards__content h3{font-size:var(--size-h3);font-weight:var(--weight-bold)}.cards__content-inner{flex:1;font-size:var(--size-small);padding:3.75rem}@media screen and (max-width:1220px){.cards__content-inner{padding:2.5rem 2.5rem 1.25rem}}@media screen and (max-width:1024px){.cards__content-inner{padding:1.25rem}}.has-3-cols .cards__content-inner{padding:2rem}.cards__content-inner>:first-child{margin-top:0}.cards__content-inner>:last-child{margin-bottom:0}.cards__content-inner p{text-transform:uppercase}.cards__arrow{align-items:center;background:var(--yellow);border-radius:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:100%;justify-content:center;padding:.625rem;width:20%}@media screen and (max-width:768px){.cards__arrow{width:3.75rem}}.cards__arrow svg{display:block;height:auto;transition:var(--transition);width:1rem}.cards__arrow svg path{fill:var(--white)}.wp-block-columns{gap:1.5rem;margin-bottom:2rem;margin-top:2rem}.wp-block-column.has-background{padding:2rem}.wp-block-column>:first-child{margin-top:0}.wp-block-column>:last-child{margin-bottom:0}.wp-block-gallery.is-style-logos{align-items:center!important;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center!important}.wp-block-gallery.is-style-logos figure.wp-block-image{flex:unset!important;max-width:calc(50% - 1rem);width:unset!important}.wp-block-gallery.is-style-logos figure.wp-block-image img{height:auto!important;max-width:10rem!important}.gallery__items{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:768px){.gallery__items{grid-template-columns:repeat(2,1fr)}}.gallery__item img{aspect-ratio:3/4;border-radius:.625rem;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.gallery__link{display:block;transition:var(--transition)}.gallery__link:focus,.gallery__link:hover{opacity:.75}.wp-block-group{padding-left:0;padding-right:0}.wp-block-group>:first-child{margin-top:0}.wp-block-group>:last-child{margin-bottom:0}.hero+.wp-block-group.has-background{margin-top:0}.wp-block-group.is-layout-flex{padding-left:var(--spacing-edge);padding-right:var(--spacing-edge)}.wp-block-group.is-layout-flex>*{max-width:100%;padding-left:0;padding-right:0;width:auto}.hero{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--size-large);min-height:90vh;padding:12.5rem 0 6.25rem;position:relative}@media screen and (max-width:1200px){.hero{align-items:flex-end;font-size:var(--size-body);min-height:100vh;min-height:100dvh;padding-bottom:0;padding-top:0}}@media only screen and (max-width:768px){.hero__container{-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);background:linear-gradient(98.98deg,rgba(35,172,229,.5) 55.01%,#0073a3 93.27%);clip-path:polygon(0 0,100% 19%,100% 100%,0 100%);padding-bottom:var(--spacing-edge);padding-top:var(--spacing);position:relative;z-index:1}}.hero__image{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.hero__image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.hero__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-image:url(../img/bg-hero.svg);background-position:top,50%;background-repeat:no-repeat;background-size:cover,100%;bottom:0;clip-path:polygon(0 0,100% 0,85% 100%,0 100%);left:0;pointer-events:none;position:absolute;right:50vw;top:0;z-index:1}@media only screen and (max-width:1600px){.hero__overlay{max-width:100%;right:unset;width:46.875rem}}@media only screen and (max-width:768px){.hero__overlay{display:none}}.hero__text{--color-body:var(--white);--color-heading:var(--white);color:var(--color-body);position:relative;z-index:2}.hero__text>*{max-width:31.25rem;width:90%}.hero__text>.numbers{max-width:37.5rem}.hero__text>:first-child{margin-top:0!important}.hero__text>:last-child{margin-bottom:0}@media only screen and (max-width:768px){.hero__text .animated-heading,.hero__text .wp-block-buttons,.hero__text .wp-block-heading{margin-bottom:1rem;margin-top:1rem}.hero__text .numbers{font-size:1rem}.hero__text .numbers__number{font-size:var(--size-h3)}.hero__text .numbers__star svg{height:auto;width:1rem}.hero__text .wp-block-button__link{font-size:1rem;padding:1rem}}.hero__back{margin-bottom:2.5rem;position:relative;z-index:2}.hero__back a{color:var(--white);gap:.625rem;text-decoration:none}.hero__back a,.hero__back-icon{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.hero__back-icon{background:var(--yellow);border-radius:.625rem;flex-shrink:0;height:2rem;justify-content:center;width:2rem}.hero__back-icon svg{display:block;height:auto;transform:scaleX(-1);width:1rem}.numbers{color:var(--blue-lightest);font-size:var(--size-body)}.numbers__list{align-items:flex-start;flex-wrap:wrap;gap:1rem 2rem}.numbers__item,.numbers__list{display:-webkit-box;display:-ms-flexbox;display:flex}.numbers__item{align-items:center;border:1px solid;border-radius:.625rem;gap:1rem;padding:.625rem 1.25rem}.numbers__number{font-size:var(--size-h1)}.numbers__text{color:var(--white);font-weight:var(--weight-bold)}.numbers p{line-height:var(--line-height-heading);margin:0}.icon-and-text{font-size:var(--size-medium)}.icon-and-text.is-style-list{align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:1rem 5%}@media only screen and (max-width:768px){.icon-and-text.is-style-list{gap:1rem 2rem}}@media only screen and (max-width:600px){.icon-and-text.is-style-list{display:grid;grid-template-columns:repeat(2,1fr)}}.icon-and-text.is-style-boxes{display:grid;gap:.625rem;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:1024px){.icon-and-text.is-style-boxes{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:600px){.icon-and-text.is-style-boxes{grid-template-columns:1fr}}@media only screen and (max-width:1024px){.icon-and-text{gap:2rem}}.is-style-boxes .icon-and-text__item{-webkit-backdrop-filter:blur(2.5rem);backdrop-filter:blur(2.5rem);background:hsla(0,0%,61%,.1);border:1px solid #f1fbff;border-radius:.625rem;padding:2rem 1rem;text-align:center}.is-style-list .icon-and-text__item{color:var(--yellow);display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:var(--weight-bold);gap:1rem;max-width:47.5%}@media only screen and (max-width:768px){.is-style-list .icon-and-text__item{max-width:calc(50% - 1rem)}}@media only screen and (max-width:600px){.is-style-list .icon-and-text__item{max-width:100%}}.icon-and-text__image{flex-shrink:0}.is-style-boxes .icon-and-text__image{margin-bottom:1rem;text-align:center}.icon-and-text__image img,.icon-and-text__image svg{display:inline-block;-o-object-fit:contain;object-fit:contain}.is-style-list .icon-and-text__image img,.is-style-list .icon-and-text__image svg{height:2rem;width:2rem}.is-style-boxes .icon-and-text__image img,.is-style-boxes .icon-and-text__image svg{height:3.25rem;width:auto}.icon-and-text__image path{fill:var(--yellow)}.is-style-list .icon-and-text__content{align-self:center;font-size:var(--size-large)}.icon-and-text__content>:first-child{margin-top:0}.icon-and-text__content>:last-child{margin-bottom:0}.wp-block-list li+li{margin-top:.5em}.wp-block-heading+.logos{margin-top:0}.logos__container{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.logos__item{max-width:calc(50% - 1rem)}.logos__item img,.logos__item svg{height:auto;max-width:10rem}@media only screen and (max-width:480px){.logos__item img,.logos__item svg{max-width:100%}}.logos__link{display:block;transition:var(--transition)}.logos__link:focus,.logos__link:hover{opacity:.75}.wp-block-media-text{gap:2rem 2.5rem;margin-bottom:2rem;margin-top:2rem}.wp-block-media-text .wp-block-media-text__content{padding:0}.wp-block-media-text .wp-block-media-text__content>:first-child{margin-top:0}.wp-block-media-text .wp-block-media-text__content>:last-child{margin-bottom:0}.wp-block-media-text.is-image-fill-element .wp-block-media-text__media{min-height:unset}.wp-block-media-text.is-image-fill-element .wp-block-media-text__media img{position:relative}.personnel{max-width:var(--width-narrow)}.personnel__container{display:grid;gap:var(--spacing) 8%;grid-template-columns:repeat(2,1fr);text-align:center}@media screen and (max-width:1024px){.personnel__container{gap:3rem 2rem}}@media screen and (max-width:600px){.personnel__container{grid-template-columns:1fr}}.personnel__item{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column}.personnel__content{--color-heading:var(--white);--color-body:var(--white);-webkit-backdrop-filter:blur(2.5rem);backdrop-filter:blur(2.5rem);background:rgba(34,81,111,.7);border-radius:.625rem;color:var(--white);flex:1;margin-top:-2rem;padding:2.5rem 1rem;position:relative;width:calc(100% - 1.5rem);z-index:1}.personnel__image img{aspect-ratio:4/5;border-radius:1.25rem;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.personnel__content>:first-child{margin-top:0}.personnel__content>:last-child,.personnel__email,.personnel__phone{margin-bottom:0}.personnel__email a,.personnel__phone a{overflow-wrap:anywhere}.products__filters{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.products__filter-btn{background:var(--gray);color:var(--blue-dark);flex-shrink:0}.products__filter-btn:after{background-image:url(../img/icon-arrow-blue.svg)}.products__filter-btn:focus,.products__filter-btn:hover{background:var(--hover-bg,var(--color-body));color:var(--white)}.products__filter-btn:focus:after,.products__filter-btn:hover:after{background-image:url(../img/icon-arrow.svg)}.products__filter-btn.is-active{background:var(--hover-bg,var(--color-body));border-color:var(--hover-bg,var(--color-body));color:var(--white)}.products__filter-btn.is-active:after{background-image:url(../img/icon-arrow.svg)}.products__grid{display:grid;gap:1rem;grid-template-columns:50% 50%}@media screen and (max-width:1024px){.products__grid{grid-template-columns:1fr}}.products__grid+.products__grid{margin-top:var(--spacing)}.products__small{display:grid;gap:1rem;grid-template-columns:repeat(2,calc(50% - 1rem))}@media screen and (max-width:1024px){.products__small{grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.products__small{grid-template-columns:1fr}}.products__item{aspect-ratio:1/1}.products__link{--color-body:var(--white);--color-heading:var(--white);align-items:flex-end;color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;text-decoration:none;width:100%}.products__image{border-radius:.625rem;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.products__image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.products__cat{color:#fcfcfc;font-size:var(--size-small);gap:.5rem;left:1rem;margin:0;position:absolute;right:1rem;top:1em}.products__cat:before{background:var(--dot-color);height:.75rem;width:.75rem}.products__text{align-items:center;-webkit-backdrop-filter:blur(2.5rem);backdrop-filter:blur(2.5rem);background:hsla(0,0%,61%,.1);border-radius:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;min-height:5rem;overflow:hidden;position:relative;width:100%;z-index:1}.products__text-inner{padding:1rem}.products__first .products__text-inner{padding:2rem}.products__text-inner>:first-child{margin-top:0}.products__text-inner>:last-child{margin-bottom:0}.products__arrow{align-items:center;align-self:stretch;background:var(--yellow);border-radius:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;justify-content:center;padding:.625rem;width:20%}.products__title{font-size:var(--size-large)}.products__first .products__title{font-size:var(--size-h2)}.slider{align-items:end;display:grid;gap:var(--spacing)}@media screen and (max-width:1024px){.slider{gap:2rem}}@media screen and (max-width:768px){.slider{grid-template-columns:100%!important}}.slider.is-style-bottom{grid-template-columns:100%}.slider.is-style-right{grid-template-columns:1fr 50%}.slider.is-style-left{grid-template-columns:50% 1fr}.slider figure{margin:0}@media screen and (max-width:768px){.slider__images{order:-1!important}}.is-style-right .slider__images{order:1}.slider__thumbs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;margin-top:1rem;overflow:auto}.slider__thumb{background:none;border:none;cursor:pointer;flex-shrink:0;max-width:calc(25% - 1rem);opacity:.4;padding:0;transition:var(--transition)}.slider__thumb:focus,.slider__thumb:hover{opacity:.75}.slider__thumb.active{opacity:1}.slider .swiper{border-radius:.625rem}.slider .swiper-image,.slider .swiper-thumb{aspect-ratio:4/3}.slider .swiper-image img,.slider .swiper-thumb img{border-radius:.625rem;display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.slider .swiper-image{position:relative}.slider .swiper-image__caption{color:var(--dark);font-size:.875rem;margin-top:.75rem;text-align:center}.slider .swiper-button-next,.slider .swiper-button-next:after,.slider .swiper-button-prev,.slider .swiper-button-prev:after{display:none}.slider.is-style-bottom .swiper-image{aspect-ratio:16/9}.slider.is-style-bottom .swiper-button-next,.slider.is-style-bottom .swiper-button-prev{align-items:center;aspect-ratio:19/17;background:var(--yellow);border:none;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;justify-content:center;min-width:2.5rem;width:5%}.slider.is-style-bottom .swiper-button-next svg,.slider.is-style-bottom .swiper-button-prev svg{height:auto;width:1rem}.slider.is-style-bottom .swiper-button-prev svg{transform:rotate(180deg)}.is-style-bottom .slider__content{order:-1}.slider__content>:first-child{margin-top:0}.slider__content>:last-child{margin-bottom:0}.entry-content>.wp-block-quote:before{left:var(--spacing-edge)}.wp-block-quote{position:relative;--quote-size:3.125rem}@media screen and (max-width:600px){.wp-block-quote{--quote-size:2.5rem}}.wp-block-quote>*{padding-left:calc(var(--quote-size)*1.5)}.wp-block-quote>:first-child{margin-top:0}.wp-block-quote>:last-child{margin-bottom:0}.wp-block-quote:before{background-image:url(../img/icon-quote.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:var(--quote-size);left:0;position:absolute;top:0;width:var(--quote-size)}.references{overflow:hidden}.references__container{display:grid;gap:1.5rem;grid-template-columns:auto 75%}@media screen and (max-width:1024px){.references__container{grid-template-columns:100%}}.references__content>:first-child,.references__text>:first-child{margin-top:0}.references__content>:last-child,.references__text>:last-child{margin-bottom:0}.references__text{align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;gap:1rem}.references__heading-small{margin:0}.references__link{margin-top:auto}@media screen and (max-width:1024px){.references__link.is-desktop{display:none}}.references__mobile-link{display:none}@media screen and (max-width:1024px){.references__mobile-link{display:block}}.references .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.references .swiper-slide{flex-shrink:0;height:auto}.text-images.has-background{margin-bottom:0;margin-top:0;position:relative}.text-images.has-background:before{background:var(--body-bg);content:"";height:30%;left:0;position:absolute;right:0;top:0}@media screen and (max-width:768px){.text-images.has-background:before{display:none}}.text-images__container{display:grid;gap:var(--spacing);grid-template-columns:50% 1fr;position:relative;z-index:1}@media screen and (max-width:768px){.text-images__container{grid-template-columns:100%!important}}.has-text-left .text-images__container{grid-template-columns:1fr 50%}.text-images__large img,.text-images__small img{border-radius:.625rem;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.text-images__large{padding-top:var(--spacing)}@media screen and (max-width:768px){.text-images__large{order:1;padding-top:0}}.has-text-left .text-images__large{order:1}.text-images__large img{aspect-ratio:3/4}.text-images__small img{aspect-ratio:4/3}.text-images__content{margin-top:var(--spacing)}.text-images__content>:first-child{margin-top:0}.text-images__content>:last-child{margin-bottom:0}.site-footer{--color-heading:var(--yellow);--color-body:var(--white);background:var(--blue-dark);color:var(--white);padding-bottom:var(--spacing);padding-top:var(--spacing)}.site-footer a:focus,.site-footer a:hover{color:var(--yellow)}.site-footer__top{display:grid;gap:1.25rem 8%;grid-template-columns:1fr auto auto auto;text-align:right}@media screen and (max-width:1024px){.site-footer__top{grid-template-columns:1fr 1fr 1fr;text-align:left}}@media screen and (max-width:768px){.site-footer__top{grid-template-columns:1fr}}.site-footer__col>:first-child{margin-top:0}.site-footer__col>:last-child{margin-bottom:0}.site-footer__heading{font-size:var(--size-body);text-transform:uppercase}.site-footer__branding{text-align:left}@media screen and (max-width:1024px){.site-footer__branding{grid-column:1/-1;margin-bottom:1.25rem}}.site-footer__logo{display:block}.site-footer__logo img,.site-footer__logo svg{display:block;height:auto;max-width:50%;width:16.25rem}.site-footer__menu .footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.site-footer__menu a{text-decoration:none}.site-footer__some-links{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-end}@media screen and (max-width:1024px){.site-footer__some-links{justify-content:flex-start}}.site-footer__some-link{display:block;text-decoration:none}.site-footer__some-link:focus path,.site-footer__some-link:hover path{fill:var(--yellow)}.site-footer__some-link svg{display:block;height:auto;width:2rem}.site-footer__some-link path{transition:var(--transition)}.site-footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:1.25rem 8%;justify-content:space-between;margin-top:var(--spacing-sm)}.site-footer__text{max-width:37.5rem}@media screen and (max-width:1024px){.site-footer__text{max-width:100%}}.site-footer__logos{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex:1;flex-wrap:wrap;gap:1.25rem 8%;justify-content:flex-end}@media screen and (max-width:1024px){.site-footer__logos{justify-content:flex-start}}.site-footer__logos a{display:block;text-decoration:none;transition:var(--transition)}.site-footer__logos a:focus,.site-footer__logos a:hover{opacity:.75}.site-footer__logos img{width:10rem}@media screen and (max-width:600px){.site-footer__logos img{width:6.25rem}}.site-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(249,253,255,.8);border-radius:.625rem;box-shadow:0 4px 4px rgba(0,0,0,.1);left:0;margin:auto;padding:1rem 1.5rem;position:fixed;right:0;top:2.5rem;transition:var(--transition);width:calc(100% - var(--spacing-edge)*2);z-index:99}@media screen and (max-width:1200px){.site-header{padding-left:0;padding-right:0}}.scrolled .site-header{top:0}.scrolling .site-header{top:0;transform:translateY(-100%)}@media only screen and (max-width:1200px){.site-header{top:var(--spacing-edge)}}.site-header__container{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.25rem;justify-content:space-between}.site-header__branding{position:relative;z-index:999}.site-header__logo{transition:var(--transition)}.site-header__logo:focus,.site-header__logo:hover{opacity:.75}.site-header__logo img,.site-header__logo svg{display:block;height:auto;width:10.9375rem}.site-header__logo path{transition:var(--transition)}@media only screen and (max-width:1200px){.menu-open .site-header__logo{z-index:999}}.site-header__cta{flex-shrink:0}@media only screen and (min-width:1201px){.mobile-only{display:none!important}}@media only screen and (max-width:1200px){.desktop-only{display:none!important}}.main-navigation{width:100%}.menu{font-family:var(--font-button);font-size:var(--size-medium);font-weight:var(--weight-medium);height:100%;justify-content:center;letter-spacing:.01em;line-height:var(--line-height-heading);list-style:none;margin:0;padding:0}.menu,.menu__item{display:-webkit-box;display:-ms-flexbox;display:flex}.menu__item{align-items:center;position:relative}.menu__item:first-child{margin-left:auto}@media only screen and (max-width:1200px){.menu__item:first-child{margin-left:0}.menu__item{display:block}}.menu__item.current-page-ancestor>a,.menu__item.is-current>a{text-decoration-color:var(--yellow)}.menu__item.menu-item-has-children{margin-right:.75rem}@media only screen and (max-width:1200px){.menu__item.menu-item-has-children{display:grid;grid-template-columns:auto 1fr;margin-right:0}}.menu__item.is-button{margin-left:auto}@media only screen and (max-width:1200px){.menu__item.is-button{margin-left:0}}@media only screen and (min-width:1201px){.menu__item.menu-item-home{display:none}.menu__item.menu-item-home+.menu__item{margin-left:auto}}.menu__link{color:var(--blue-dark);display:block;font-weight:var(--weight-bold);padding:.625rem 1.25rem;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:2px;text-underline-offset:.75rem;width:100%}@media only screen and (max-width:1200px){.menu__link{padding:1rem var(--spacing-edge)}}.menu__link:focus,.menu__link:hover{color:var(--blue-dark);text-decoration-color:currentColor}.menu-item-has-children .menu__link{padding-right:1.25em}@media only screen and (max-width:1200px){.menu-item-has-children .menu__link{padding-right:var(--spacing-edge)}}.is-button .menu__link{color:var(--white);padding:1rem}@media only screen and (max-width:1200px){.is-button .menu__link{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;justify-content:center;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:calc(100% - var(--spacing-edge)*2)}}.menu__sub{background:var(--white);border:1px solid var(--gray-light);box-shadow:var(--shadow);font-weight:var(--weight-normal);list-style:none;margin:0;opacity:0;padding:0;position:absolute;top:-999px;visibility:hidden;z-index:99}@media only screen and (max-width:1200px){.menu__sub{border:none;box-shadow:none;display:none;grid-column:1/-1;left:0;padding-left:var(--spacing-edge);position:static;top:0}.menu__sub.is-toggled{display:block}}.menu__sub .menu__link{min-width:18.75rem}.menu .menu__item:hover>.menu__sub,.menu .menu__sub.is-toggled{opacity:1;top:100%;transition-delay:0s;visibility:visible}.menu__dropdown-toggle{background-color:transparent;border:0;color:var(--black);cursor:pointer;height:1rem;line-height:0;margin-top:-3px;padding:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:var(--transition);width:1rem}@media only screen and (max-width:1200px){.menu__dropdown-toggle{border-radius:99px;color:var(--white);height:1.5rem;margin-top:0;position:relative;right:unset;top:unset;transform:none;width:1.5rem}}.menu__dropdown-toggle:focus,.menu__dropdown-toggle:hover{text-decoration-color:var(--blue-dark)}@media only screen and (max-width:1200px){.menu__dropdown-toggle:focus,.menu__dropdown-toggle:hover{background:var(--black);color:var(--white)}}.menu__dropdown-toggle.is-toggled{transform:rotate(180deg) translateY(25%)}@media only screen and (max-width:1200px){.menu__dropdown-toggle.is-toggled{transform:none}}.menu__dropdown-toggle-icon{border-bottom:2px solid;border-left-color:currentColor;border-right:2px solid;border-top-color:currentColor;display:inline-block;height:.5rem;transform:rotate(45deg);transition:var(--transition);width:.5rem}@media only screen and (max-width:1200px){.menu__dropdown-toggle-icon{height:.4rem;width:.4rem}.is-toggled .menu__dropdown-toggle-icon{margin-top:1px;transform:rotate(225deg)}}.menu-toggle{background:none;border:none;color:var(--black);cursor:pointer;display:none;height:1.875rem;margin:0 0 0 auto;padding:0;position:relative;transition:var(--transition);width:1.875rem;z-index:999}.menu-toggle__inner,.menu-toggle__inner:after,.menu-toggle__inner:before{background:currentColor;border-radius:0;display:block;height:3px;position:absolute;transition:var(--transition);width:1.875rem}.menu-toggle__inner{left:0;margin:auto;right:0;top:50%;transform:translateY(-50%);transition-duration:.22s;transition-property:transform;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.menu-toggle__inner:after,.menu-toggle__inner:before{content:""}.menu-toggle__inner:before{top:-.5rem;transition:top .1s ease-in .25s,opacity .1s ease-in}.menu-toggle__inner:after{bottom:-.5rem;transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}@media only screen and (max-width:1200px){.menu-toggle{display:block}.menu{align-items:stretch;background:var(--white);flex-direction:column;height:100vh;justify-content:flex-start;left:calc(var(--spacing-edge)*-1);max-height:100vh;opacity:0;overflow:auto;padding-bottom:2.5rem;padding-top:7.5rem;position:fixed;right:calc(var(--spacing-edge)*-1);top:calc(var(--spacing-edge)*-1);transition:visibility .25s ease;visibility:hidden;z-index:99}.menu-open .menu{opacity:1;visibility:visible}.menu-open .menu-toggle__inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.22,.61,.36,1);width:1.875rem}.menu-open .menu-toggle__inner:after,.menu-open .menu-toggle__inner:before{width:1.875rem}.menu-open .menu-toggle__inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.menu-open .menu-toggle__inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}}.archive__categories{margin-bottom:var(--spacing-sm)}.archive__categories .is-current{color:var(--white);pointer-events:none}.archive__list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(18.75rem,1fr))}@media screen and (max-width:480px){.archive__list{grid-template-columns:100%}}.error404__content{text-align:center}.single .hero{margin-bottom:var(--spacing)}