:root{--font: "TWKEverett", sans-serif;--font-mono: "TWKEverettMono", monospace;--black: #000000;--white: #ffffff;--grey: #F9F9F9;--grey-2: #F5F5F5;--grey-dark: #6F6F6F;--blue: rgb(0, 66, 216);--orange: rgb(255, 87, 59);--cobalt: #668EE8;--light-grey: #ECECEC;--easing: cubic-bezier(0.5,0,0,1)}html{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;max-width:100%}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;letter-spacing:0}article,aside,footer,header,nav,section{display:block}p,ul,ol{margin:0}h1,h2,h3,h4,h5,h6{font-weight:normal;margin:0;font-size:1em}figure{margin:0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:normal}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}img:focus{outline:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;margin:0;padding:0;border-radius:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0;margin:0}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}th,td,tr,dl,dt,dd{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}*{margin:0}html,body{min-height:100%}body{-webkit-font-smoothing:antialiased;line-height:1.5;position:relative}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.text-center{text-align:center}.w-100{width:100%}.dt-only{display:none}@media only screen and (min-width: 1180px){.dt-only{display:block}}@media only screen and (min-width: 1180px){.dt-only--flex{display:-webkit-box;display:-ms-flexbox;display:flex}}.mob-only{display:block}@media only screen and (min-width: 1180px){.mob-only{display:none}}.unstyled-list{padding:0;margin:0;list-style:none}.d-none{display:none}.d-block{display:block}.d-block-mob{display:block !important}@media only screen and (min-width: 1180px){.d-block-mob{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1.6rem;padding-left:1.6rem}@media only screen and (min-width: 1180px){.container{padding-right:9rem;padding-left:9rem}}@media only screen and (min-width: 1180px){.container--wide{padding-right:4rem;padding-left:4rem}}.container--dt{padding-right:0;padding-left:0}@media only screen and (min-width: 1180px){.container--dt{padding-right:9rem;padding-left:9rem}}@media only screen and (min-width: 1180px){.container--mob{padding-right:0;padding-left:0}}section,footer{position:relative}video-loop{display:block}.empty:empty{display:block}.sr-only,.visually-hidden{position:absolute !important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal !important}.unstyled-button{background:none;border:none;padding:0;margin:0;color:var(--black, #111111);cursor:pointer}.pointer-none{pointer-events:none}.mw-500{max-width:50rem;margin:0 auto}.mw-900{max-width:90rem;margin:0 auto}.asset img,.asset video{width:100%}.clr-white{color:var(--white)}.clr-black{color:var(--black)}.clr-blue{color:var(--blue)}.clr-orange{color:var(--orange)}.clr-grey-dark{color:var(--grey-dark)}.clr-cobalt{color:var(--cobalt)}.p-rel{position:relative}.grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:1.6rem}@media only screen and (min-width: 1180px){.grid{grid-template-columns:repeat(12, minmax(0, 1fr));gap:2rem}}@media only screen and (min-width: 1180px){.grid-dt{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));gap:2rem}}.dots{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.8rem}.dots:before{content:"";height:.8rem;width:.8rem;border-radius:50%;background-color:var(--white)}.dots:after{content:"";height:.8rem;width:.8rem;border-radius:50%;background-color:var(--white)}.dots--blue:before{background-color:var(--blue)}.dots--blue:after{background-color:var(--blue)}.ind-10{position:relative;z-index:10}.link{position:relative}.link:before{content:"";position:absolute;width:0;bottom:-2px;left:0;height:1px;background-color:var(--white);-webkit-transition:width .2s ease-out;transition:width .2s ease-out;will-change:width}.link:hover:before{width:100%}.unstyled-input{background:none;border:none;padding:0;margin:0;color:var(--black);font-size:1.6rem}.back-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem}.back-link span{color:#002882}@-webkit-keyframes pan{0%{-webkit-transform:translate(0, -5%) scale(1.2) rotate(0);transform:translate(0, -5%) scale(1.2) rotate(0)}50%{-webkit-transform:translate(-5%, 0) scale(1.2) rotate(90deg);transform:translate(-5%, 0) scale(1.2) rotate(90deg)}100%{-webkit-transform:translate(0, 5%) scale(1.2) rotate(-76deg);transform:translate(0, 5%) scale(1.2) rotate(-76deg)}}@keyframes pan{0%{-webkit-transform:translate(0, -5%) scale(1.2) rotate(0);transform:translate(0, -5%) scale(1.2) rotate(0)}50%{-webkit-transform:translate(-5%, 0) scale(1.2) rotate(90deg);transform:translate(-5%, 0) scale(1.2) rotate(90deg)}100%{-webkit-transform:translate(0, 5%) scale(1.2) rotate(-76deg);transform:translate(0, 5%) scale(1.2) rotate(-76deg)}}@font-face{font-family:"TWKEverett";src:url("./../fonts/twkeverett-regular-webfont.woff2") format("woff2"),url("./../fonts/twkeverett-regular-webfont.woff") format("woff");font-display:block;font-weight:400;font-style:normal}@font-face{font-family:"TWKEverett";src:url("./../fonts/twkeverett-medium-webfont.woff2") format("woff2"),url("./../fonts/twkeverett-medium-webfont.woff") format("woff");font-display:block;font-weight:500;font-style:normal}@font-face{font-family:"TWKEverett";src:url("./../fonts/twkeverett-light-webfont.woff2") format("woff2"),url("./../fonts/twkeverett-light-webfont.woff") format("woff");font-display:block;font-weight:300;font-style:normal}@font-face{font-family:"TWKEverettMono";src:url("./../fonts/TWKEverettMono-Regular-web.woff2") format("woff2"),url("./../fonts/TWKEverettMono-Regular-web.woff") format("woff");font-display:block;font-weight:400;font-style:normal}@font-face{font-family:"TWKEverettMono";src:url("./../fonts/TWKEverettMono-RegularItalic-web.woff2") format("woff2"),url("./../fonts/TWKEverettMono-RegularItalic-web.woff") format("woff");font-display:block;font-weight:400;font-style:italic}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.pt-5{padding-top:.5rem}.pb-5{padding-bottom:.5rem}.mt-5{margin-top:.5rem}.mb-5{margin-bottom:.5rem}.pt-10{padding-top:1rem}.pb-10{padding-bottom:1rem}.mt-10{margin-top:1rem}.mb-10{margin-bottom:1rem}.pt-20{padding-top:2rem}.pb-20{padding-bottom:2rem}.mt-20{margin-top:2rem}.mb-20{margin-bottom:2rem}.pt-30{padding-top:3rem}.pb-30{padding-bottom:3rem}.mt-30{margin-top:3rem}.mb-30{margin-bottom:3rem}.pt-40{padding-top:4rem}.pb-40{padding-bottom:4rem}.mt-40{margin-top:4rem}.mb-40{margin-bottom:4rem}.pt-50{padding-top:5rem}.pb-50{padding-bottom:5rem}.mt-50{margin-top:5rem}.mb-50{margin-bottom:5rem}.pt-60{padding-top:6rem}.pb-60{padding-bottom:6rem}.mt-60{margin-top:6rem}.mb-60{margin-bottom:6rem}.pt-70{padding-top:7rem}.pb-70{padding-bottom:7rem}.mt-70{margin-top:7rem}.mb-70{margin-bottom:7rem}.pt-80{padding-top:8rem}.pb-80{padding-bottom:8rem}.mt-80{margin-top:8rem}.mb-80{margin-bottom:8rem}.pt-100{padding-top:10rem}.pb-100{padding-bottom:10rem}.mt-100{margin-top:10rem}.mb-100{margin-bottom:10rem}.pt-120{padding-top:12rem}.pb-120{padding-bottom:12rem}.mt-120{margin-top:12rem}.mb-120{margin-bottom:12rem}.pt-140{padding-top:14rem}.pb-140{padding-bottom:14rem}.mt-140{margin-top:14rem}.mb-140{margin-bottom:14rem}.pt-150{padding-top:15rem}.pb-150{padding-bottom:15rem}.mt-150{margin-top:15rem}.mb-150{margin-bottom:15rem}.pt-180{padding-top:18rem}.pb-180{padding-bottom:18rem}.mt-180{margin-top:18rem}.mb-180{margin-bottom:18rem}.pt-220{padding-top:22rem}.pb-220{padding-bottom:22rem}.mt-220{margin-top:22rem}.mb-220{margin-bottom:22rem}.pt-320{padding-top:32rem}.pb-320{padding-bottom:32rem}.mt-320{margin-top:32rem}.mb-320{margin-bottom:32rem}@media only screen and (min-width: 1180px){.pt-dt-0{padding-top:0}}@media only screen and (min-width: 1180px){.pb-dt-0{padding-bottom:0}}@media only screen and (min-width: 1180px){.mt-dt-0{margin-top:0}}@media only screen and (min-width: 1180px){.mb-dt-0{margin-bottom:0}}@media only screen and (min-width: 1180px){.pt-dt-5{padding-top:.5rem}}@media only screen and (min-width: 1180px){.pb-dt-5{padding-bottom:.5rem}}@media only screen and (min-width: 1180px){.mt-dt-5{margin-top:.5rem}}@media only screen and (min-width: 1180px){.mb-dt-5{margin-bottom:.5rem}}@media only screen and (min-width: 1180px){.pt-dt-10{padding-top:1rem}}@media only screen and (min-width: 1180px){.pb-dt-10{padding-bottom:1rem}}@media only screen and (min-width: 1180px){.mt-dt-10{margin-top:1rem}}@media only screen and (min-width: 1180px){.mb-dt-10{margin-bottom:1rem}}@media only screen and (min-width: 1180px){.pt-dt-20{padding-top:2rem}}@media only screen and (min-width: 1180px){.pb-dt-20{padding-bottom:2rem}}@media only screen and (min-width: 1180px){.mt-dt-20{margin-top:2rem}}@media only screen and (min-width: 1180px){.mb-dt-20{margin-bottom:2rem}}@media only screen and (min-width: 1180px){.pt-dt-30{padding-top:3rem}}@media only screen and (min-width: 1180px){.pb-dt-30{padding-bottom:3rem}}@media only screen and (min-width: 1180px){.mt-dt-30{margin-top:3rem}}@media only screen and (min-width: 1180px){.mb-dt-30{margin-bottom:3rem}}@media only screen and (min-width: 1180px){.pt-dt-40{padding-top:4rem}}@media only screen and (min-width: 1180px){.pb-dt-40{padding-bottom:4rem}}@media only screen and (min-width: 1180px){.mt-dt-40{margin-top:4rem}}@media only screen and (min-width: 1180px){.mb-dt-40{margin-bottom:4rem}}@media only screen and (min-width: 1180px){.pt-dt-50{padding-top:5rem}}@media only screen and (min-width: 1180px){.pb-dt-50{padding-bottom:5rem}}@media only screen and (min-width: 1180px){.mt-dt-50{margin-top:5rem}}@media only screen and (min-width: 1180px){.mb-dt-50{margin-bottom:5rem}}@media only screen and (min-width: 1180px){.pt-dt-60{padding-top:6rem}}@media only screen and (min-width: 1180px){.pb-dt-60{padding-bottom:6rem}}@media only screen and (min-width: 1180px){.mt-dt-60{margin-top:6rem}}@media only screen and (min-width: 1180px){.mb-dt-60{margin-bottom:6rem}}@media only screen and (min-width: 1180px){.pt-dt-70{padding-top:7rem}}@media only screen and (min-width: 1180px){.pb-dt-70{padding-bottom:7rem}}@media only screen and (min-width: 1180px){.mt-dt-70{margin-top:7rem}}@media only screen and (min-width: 1180px){.mb-dt-70{margin-bottom:7rem}}@media only screen and (min-width: 1180px){.pt-dt-80{padding-top:8rem}}@media only screen and (min-width: 1180px){.pb-dt-80{padding-bottom:8rem}}@media only screen and (min-width: 1180px){.mt-dt-80{margin-top:8rem}}@media only screen and (min-width: 1180px){.mb-dt-80{margin-bottom:8rem}}@media only screen and (min-width: 1180px){.pt-dt-100{padding-top:10rem}}@media only screen and (min-width: 1180px){.pb-dt-100{padding-bottom:10rem}}@media only screen and (min-width: 1180px){.mt-dt-100{margin-top:10rem}}@media only screen and (min-width: 1180px){.mb-dt-100{margin-bottom:10rem}}@media only screen and (min-width: 1180px){.pt-dt-120{padding-top:12rem}}@media only screen and (min-width: 1180px){.pb-dt-120{padding-bottom:12rem}}@media only screen and (min-width: 1180px){.mt-dt-120{margin-top:12rem}}@media only screen and (min-width: 1180px){.mb-dt-120{margin-bottom:12rem}}@media only screen and (min-width: 1180px){.pt-dt-140{padding-top:14rem}}@media only screen and (min-width: 1180px){.pb-dt-140{padding-bottom:14rem}}@media only screen and (min-width: 1180px){.mt-dt-140{margin-top:14rem}}@media only screen and (min-width: 1180px){.mb-dt-140{margin-bottom:14rem}}@media only screen and (min-width: 1180px){.pt-dt-150{padding-top:15rem}}@media only screen and (min-width: 1180px){.pb-dt-150{padding-bottom:15rem}}@media only screen and (min-width: 1180px){.mt-dt-150{margin-top:15rem}}@media only screen and (min-width: 1180px){.mb-dt-150{margin-bottom:15rem}}@media only screen and (min-width: 1180px){.pt-dt-180{padding-top:18rem}}@media only screen and (min-width: 1180px){.pb-dt-180{padding-bottom:18rem}}@media only screen and (min-width: 1180px){.mt-dt-180{margin-top:18rem}}@media only screen and (min-width: 1180px){.mb-dt-180{margin-bottom:18rem}}@media only screen and (min-width: 1180px){.pt-dt-220{padding-top:22rem}}@media only screen and (min-width: 1180px){.pb-dt-220{padding-bottom:22rem}}@media only screen and (min-width: 1180px){.mt-dt-220{margin-top:22rem}}@media only screen and (min-width: 1180px){.mb-dt-220{margin-bottom:22rem}}@media only screen and (min-width: 1180px){.pt-dt-320{padding-top:32rem}}@media only screen and (min-width: 1180px){.pb-dt-320{padding-bottom:32rem}}@media only screen and (min-width: 1180px){.mt-dt-320{margin-top:32rem}}@media only screen and (min-width: 1180px){.mb-dt-320{margin-bottom:32rem}}@media only screen and (min-width: 1180px){.pl-dt-70{padding-left:7rem}}@media only screen and (min-width: 1180px){.pr-dt-70{padding-right:7rem}}html{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;font-size:62.5%}body{font-family:var(--font);font-size:1.6rem;line-height:1.25;font-weight:400;color:var(--black);background-color:var(--grey)}main{position:relative;z-index:1}a{color:inherit;text-decoration:none}img{display:block;height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{font-weight:normal;margin:0}.skip-to-content-link:focus{z-index:9999;position:inherit;overflow:auto;width:auto;height:auto;clip:auto}::-moz-selection{background-color:#f4f4f4;color:#ff4d00}::selection{background-color:#f4f4f4;color:#ff4d00}strong{font-weight:normal}img{display:block}.focused,.no-js *:focus{outline:.2rem solid rgba(var(--color-foreground), 0.5);outline-offset:.3rem;-webkit-box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground), 0.3);box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground), 0.3)}.no-js *:focus:not(:focus-visible){outline:0;-webkit-box-shadow:none;box-shadow:none}.focus-inset:focus-visible{outline:.2rem solid rgba(var(--color-foreground), 0.5);outline-offset:-0.2rem;-webkit-box-shadow:0 0 .2rem 0 rgba(var(--color-foreground), 0.3);box-shadow:0 0 .2rem 0 rgba(var(--color-foreground), 0.3)}.focused.focus-inset,.no-js .focus-inset:focus{outline:.2rem solid rgba(var(--color-foreground), 0.5);outline-offset:-0.2rem;-webkit-box-shadow:0 0 .2rem 0 rgba(var(--color-foreground), 0.3);box-shadow:0 0 .2rem 0 rgba(var(--color-foreground), 0.3)}.no-js .focus-inset:focus:not(:focus-visible){outline:0;-webkit-box-shadow:none;box-shadow:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px var(--white) inset}.fs-12{font-size:1.2rem}.fs-14{font-size:1.4rem}.fs-16{font-size:1.6rem}.fs-20{font-size:2rem}.fs-22{font-size:2.2rem}.fs-24{font-size:2.4rem}.fs-26{font-size:2.6rem}.fs-28{font-size:2.8rem}.fs-29{font-size:2.9rem}.fs-32{font-size:3.2rem}.fs-34{font-size:3.4rem}.fs-36{font-size:3.6rem}.fs-40{font-size:4rem}.fs-45{font-size:4.5rem}.fs-48{font-size:4.8rem}.fs-60{font-size:6rem}.fs-80{font-size:8rem}.fs-102{font-size:10.2rem}@media only screen and (min-width: 1180px){.fs-dt-12{font-size:1.2rem}}@media only screen and (min-width: 1180px){.fs-dt-14{font-size:1.4rem}}@media only screen and (min-width: 1180px){.fs-dt-16{font-size:1.6rem}}@media only screen and (min-width: 1180px){.fs-dt-20{font-size:2rem}}@media only screen and (min-width: 1180px){.fs-dt-22{font-size:2.2rem}}@media only screen and (min-width: 1180px){.fs-dt-24{font-size:2.4rem}}@media only screen and (min-width: 1180px){.fs-dt-26{font-size:2.6rem}}@media only screen and (min-width: 1180px){.fs-dt-28{font-size:2.8rem}}@media only screen and (min-width: 1180px){.fs-dt-29{font-size:2.9rem}}@media only screen and (min-width: 1180px){.fs-dt-32{font-size:3.2rem}}@media only screen and (min-width: 1180px){.fs-dt-34{font-size:3.4rem}}@media only screen and (min-width: 1180px){.fs-dt-36{font-size:3.6rem}}@media only screen and (min-width: 1180px){.fs-dt-40{font-size:4rem}}@media only screen and (min-width: 1180px){.fs-dt-45{font-size:4.5rem}}@media only screen and (min-width: 1180px){.fs-dt-48{font-size:4.8rem}}@media only screen and (min-width: 1180px){.fs-dt-60{font-size:6rem}}@media only screen and (min-width: 1180px){.fs-dt-80{font-size:8rem}}@media only screen and (min-width: 1180px){.fs-dt-102{font-size:10.2rem}}.lh-1{line-height:1}.lh-1-1{line-height:1.1}.lh-1-2{line-height:1.2}.lh-1-3{line-height:1.3}.lh-1-4{line-height:1.4}@media only screen and (min-width: 1180px){.lh-dt-1{line-height:1}}@media only screen and (min-width: 1180px){.lh-dt-1-1{line-height:1.1}}@media only screen and (min-width: 1180px){.lh-dt-1-2{line-height:1.2}}@media only screen and (min-width: 1180px){.lh-dt-1-3{line-height:1.3}}@media only screen and (min-width: 1180px){.lh-dt-1-4{line-height:1.4}}.ls-0{letter-spacing:0rem}.ls-xs{letter-spacing:-0.12rem}.ls-s{letter-spacing:-0.135rem}.ls-10{letter-spacing:.16rem}@media only screen and (min-width: 1180px){.ls-dt-0{letter-spacing:0rem}}@media only screen and (min-width: 1180px){.ls-dt-xs{letter-spacing:-0.12rem}}@media only screen and (min-width: 1180px){.ls-dt-s{letter-spacing:-0.135rem}}@media only screen and (min-width: 1180px){.ls-dt-10{letter-spacing:.16rem}}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}@media only screen and (min-width: 1180px){.fw-dt-300{font-weight:300}}@media only screen and (min-width: 1180px){.fw-dt-400{font-weight:400}}@media only screen and (min-width: 1180px){.fw-dt-500{font-weight:500}}@media only screen and (min-width: 1180px){.fw-dt-600{font-weight:600}}@media only screen and (min-width: 1180px){.fw-dt-700{font-weight:700}}.font-mono{font-family:var(--font-mono)}.center{text-align:center}.ta-right{text-align:right}.upper{text-transform:uppercase}.rich a{text-decoration:underline;text-underline-offset:.1em;text-decoration-thickness:.05em}.rich ul{list-style-type:disc}.underline{text-decoration:underline}.ellipsis-mob{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width: 1180px){.ellipsis-mob{white-space:normal;overflow:initial;white-space:initial}}.btn{font-size:1.6rem;line-height:150%;letter-spacing:-0.016rem;padding:.8rem 1.6rem;border-radius:10rem;border:2px solid var(--blue);color:var(--white);background-color:var(--blue);display:inline-block;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;will-change:background-color,color}.btn[disabled]{opacity:.5;pointer-events:none;-webkit-filter:grayscale(1);filter:grayscale(1)}.btn svg.arrow{height:3.4rem;width:4.2rem;padding:0 1rem}.btn svg.arrow path{-webkit-transition:fill .2s;transition:fill .2s}@media only screen and (min-width: 1180px){.btn--big{font-size:2.4rem;padding:1.2rem 2.4rem}}@media(hover: hover)and (pointer: fine){.btn{-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.btn:hover{background-color:var(--white);color:var(--blue)}}.btn--orange{border:2px solid var(--orange);background-color:var(--orange)}.btn--orange svg.arrow path{fill:var(--white)}@media(hover: hover)and (pointer: fine){.btn--orange:hover{background-color:var(--white);color:var(--orange)}.btn--orange:hover svg path{fill:var(--orange)}}.btn--blue-trans{border:2px solid var(--blue);background-color:rgba(0,0,0,0);color:var(--blue)}.btn--blue-trans svg.arrow path{fill:var(--blue)}@media(hover: hover)and (pointer: fine){.btn--blue-trans:hover{background-color:var(--blue);color:var(--white)}.btn--blue-trans:hover svg path{fill:var(--white)}}.btn--orange-trans{border:2px solid var(--orange);background-color:rgba(0,0,0,0);color:var(--orange)}.btn--orange-trans svg.arrow path{fill:var(--orange)}@media(hover: hover)and (pointer: fine){.btn--orange-trans:hover{background-color:var(--orange);color:var(--white)}.btn--orange-trans:hover svg path{fill:var(--white)}}@-webkit-keyframes pulse{50%{opacity:0}100%{opacity:1}}@keyframes pulse{50%{opacity:0}100%{opacity:1}}.loader-dots{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.loader-dots__dot{height:3px;width:3px;border-radius:50%;background-color:var(--black);margin:0 3px;-webkit-animation:pulse .5s infinite linear;animation:pulse .5s infinite linear}.loader-dots__dot--2{-webkit-animation-delay:.33s;animation-delay:.33s}.loader-dots__dot--3{-webkit-animation-delay:.66s;animation-delay:.66s}.wysiwyg p{font-size:1.6rem;line-height:2rem;letter-spacing:-0.016rem;min-height:2rem}@media only screen and (min-width: 1180px){.wysiwyg p{font-size:2rem;line-height:1.5;min-height:3rem}}.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5{font-size:2.8rem;line-height:3rem;margin:6rem 0 3rem 0;font-weight:400}.wysiwyg h2:first-of-type,.wysiwyg h3:first-of-type,.wysiwyg h4:first-of-type,.wysiwyg h5:first-of-type{margin-top:0}.wysiwyg strong{font-weight:500}.wysiwyg ul li,.wysiwyg ol li{margin-top:2.4rem}.wysiwyg ul li::marker,.wysiwyg ol li::marker{color:var(--blue);margin-left:.6rem}.wysiwyg a{color:var(--orange) !important;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}.acc__button{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;text-align:left;gap:1rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}.acc__icon{-ms-flex-negative:0;flex-shrink:0}.acc__item-content{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease-out,opacity .3s ease-out;transition:max-height .3s ease-out,opacity .3s ease-out;opacity:0}.acc__item-content[aria-hidden=false]{opacity:1}.reveal{opacity:0;-webkit-transition:opacity .5s var(--easing),-webkit-transform .5s var(--easing);transition:opacity .5s var(--easing),-webkit-transform .5s var(--easing);transition:opacity .5s var(--easing),transform .5s var(--easing);transition:opacity .5s var(--easing),transform .5s var(--easing),-webkit-transform .5s var(--easing)}.reveal.visible{opacity:1}.anim-trigger .reveal-child{opacity:0;-webkit-transition:opacity .5s var(--easing),-webkit-transform .5s var(--easing);transition:opacity .5s var(--easing),-webkit-transform .5s var(--easing);transition:opacity .5s var(--easing),transform .5s var(--easing);transition:opacity .5s var(--easing),transform .5s var(--easing),-webkit-transform .5s var(--easing)}@media only screen and (min-width: 1180px){.anim-trigger .reveal-child:nth-of-type(1),.anim-trigger .reveal-child:nth-child(1){-webkit-transition-delay:.075s;transition-delay:.075s}.anim-trigger .reveal-child:nth-of-type(2),.anim-trigger .reveal-child:nth-child(2){-webkit-transition-delay:.15s;transition-delay:.15s}.anim-trigger .reveal-child:nth-of-type(3),.anim-trigger .reveal-child:nth-child(3){-webkit-transition-delay:.225s;transition-delay:.225s}.anim-trigger .reveal-child:nth-of-type(4),.anim-trigger .reveal-child:nth-child(4){-webkit-transition-delay:.3s;transition-delay:.3s}.anim-trigger .reveal-child:nth-of-type(5),.anim-trigger .reveal-child:nth-child(5){-webkit-transition-delay:.375s;transition-delay:.375s}.anim-trigger .reveal-child:nth-of-type(6),.anim-trigger .reveal-child:nth-child(6){-webkit-transition-delay:.45s;transition-delay:.45s}.anim-trigger .reveal-child:nth-of-type(7),.anim-trigger .reveal-child:nth-child(7){-webkit-transition-delay:.525s;transition-delay:.525s}.anim-trigger .reveal-child:nth-of-type(8),.anim-trigger .reveal-child:nth-child(8){-webkit-transition-delay:.6s;transition-delay:.6s}.anim-trigger .reveal-child:nth-of-type(9),.anim-trigger .reveal-child:nth-child(9){-webkit-transition-delay:.675s;transition-delay:.675s}.anim-trigger .reveal-child:nth-of-type(10),.anim-trigger .reveal-child:nth-child(10){-webkit-transition-delay:.75s;transition-delay:.75s}.anim-trigger .reveal-child:nth-of-type(11),.anim-trigger .reveal-child:nth-child(11){-webkit-transition-delay:.825s;transition-delay:.825s}.anim-trigger .reveal-child:nth-of-type(12),.anim-trigger .reveal-child:nth-child(12){-webkit-transition-delay:.9s;transition-delay:.9s}.anim-trigger .reveal-child:nth-of-type(13),.anim-trigger .reveal-child:nth-child(13){-webkit-transition-delay:.975s;transition-delay:.975s}.anim-trigger .reveal-child:nth-of-type(14),.anim-trigger .reveal-child:nth-child(14){-webkit-transition-delay:1.05s;transition-delay:1.05s}.anim-trigger .reveal-child:nth-of-type(15),.anim-trigger .reveal-child:nth-child(15){-webkit-transition-delay:1.125s;transition-delay:1.125s}.anim-trigger .reveal-child:nth-of-type(16),.anim-trigger .reveal-child:nth-child(16){-webkit-transition-delay:1.2s;transition-delay:1.2s}.anim-trigger .reveal-child:nth-of-type(17),.anim-trigger .reveal-child:nth-child(17){-webkit-transition-delay:1.275s;transition-delay:1.275s}.anim-trigger .reveal-child:nth-of-type(18),.anim-trigger .reveal-child:nth-child(18){-webkit-transition-delay:1.35s;transition-delay:1.35s}.anim-trigger .reveal-child:nth-of-type(19),.anim-trigger .reveal-child:nth-child(19){-webkit-transition-delay:1.425s;transition-delay:1.425s}.anim-trigger .reveal-child:nth-of-type(20),.anim-trigger .reveal-child:nth-child(20){-webkit-transition-delay:1.5s;transition-delay:1.5s}}.anim-trigger.visible .reveal-child{opacity:1}@-webkit-keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0 !important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:-webkit-box;display:flex;height:100%;margin:0 !important;padding:0 !important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;-webkit-box-align:center;align-items:center;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none !important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{-webkit-animation:splide-loading 1s linear infinite;animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:rgba(0,0,0,0);border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}.cky-box-bottom-left{border-radius:3.2rem !important;opacity:0 !important;-webkit-transition:opacity .3s !important;transition:opacity .3s !important}.show-c .cky-box-bottom-left{opacity:1 !important}.cky-preference-wrapper .cky-title,.cky-notice .cky-title{font-size:1.6rem !important;font-weight:500 !important}.cky-preference-wrapper .cky-notice-des,.cky-notice .cky-notice-des{font-family:var(--ff-inter) !important}.cky-preference-wrapper .cky-btn,.cky-notice .cky-btn{border-radius:10rem;border-width:2px;text-align:center;margin:0 !important;margin-top:1.6rem !important}.cky-notice-btn-wrapper{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;gap:1rem !important}.cky-preference-center .cky-btn{border-radius:.8rem;border-width:1px;text-align:center}.cky-consent-bar{border-radius:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important;background:rgba(255,255,255,.5) !important;-webkit-backdrop-filter:blur(10px) !important;backdrop-filter:blur(10px) !important;border:0 !important}@media(min-width: 441px){.cky-consent-bar{border-radius:.8rem !important;padding:3.2rem !important}}@media(min-width: 800px){.cky-box-bottom-right{right:120px !important;bottom:30px !important}}.splide__arrows{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem}@media only screen and (min-width: 1180px){.splide__arrows{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.splide__arrow{opacity:1}.splide__arrow--prev svg{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.heading{font-family:var(--font-serif);font-size:3.5rem;line-height:1.05;margin:2em 0}@media only screen and (min-width: 768px){.heading{font-size:4.8rem}}.paragraph{font-family:var(--font-serif);font-size:2.2rem;line-height:2.4rem;margin:2em 0}@media only screen and (min-width: 768px){.paragraph{font-size:3.5rem;line-height:3.9rem}}.wp-block-separator{border-top-width:0;border-bottom-width:1px;border-color:currentColor;opacity:1}.rte h3,.rte h4,.rte h5,.rte h6{margin-bottom:2.4rem;font-size:1.8rem;line-height:1.2}@media only screen and (min-width: 911px){.rte h3,.rte h4,.rte h5,.rte h6{font-size:2.6rem;margin-bottom:6.8rem}}.rte b,.rte strong{font-weight:600}.rte i,.rte em{font-style:italic}.rte a{text-decoration:underline}.blobs{position:absolute;top:0;right:0;left:0;overflow:hidden;display:block;pointer-events:none}.blobs .blob{position:absolute;background-color:var(--color);width:calc(var(--size)/2);height:calc(var(--size)*var(--ratio)/2);-webkit-box-shadow:0 0 var(--blur) calc(var(--blur)*2) var(--color);box-shadow:0 0 var(--blur) calc(var(--blur)*2) var(--color);-webkit-filter:blur(4px);filter:blur(4px);border-radius:50%;pointer-events:none;position:absolute}@media only screen and (min-width: 1180px){.blobs .blob{background-color:var(--dt-color);-webkit-box-shadow:0 0 var(--blur) calc(var(--blur)*2) var(--dt-color);box-shadow:0 0 var(--blur) calc(var(--blur)*2) var(--dt-color)}}.blobs .blob.dt{display:none}@media only screen and (min-width: 1180px){.blobs .blob.dt{display:block}}@layer demo{:root{--small-blob-size: 60vw;--small-blob-speed: 15s;--small-blob-speed-scale: calc(0.75 * var(--small-blob-speed));--small-blob-speed-move: calc(1 * var(--small-blob-speed));--small-blob-speed-rotate: calc(2 * var(--small-blob-speed));--small-blob-opacity: 1;--small-blob-blur: 80px;--small-blob-color-1: var(--blue);--small-blob-color-2: var(--orange);--small-blob-color-3: var(--white)}.small-blobs{position:absolute;inset:0;-webkit-filter:blur(var(--small-blob-blur));filter:blur(var(--small-blob-blur));width:100%;height:55%;overflow:hidden;pointer-events:none}.small-blobs *{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform;-webkit-animation-play-state:paused !important;animation-play-state:paused !important}.small-blobs--static *{-webkit-animation-play-state:paused !important;animation-play-state:paused !important}.small-blobs__blob{width:calc(var(--small-blob-size)*1.5);height:calc(.75*var(--small-blob-size));background-color:var(--small-blob-color-1);border-radius:100%;opacity:var(--small-blob-opacity);-webkit-animation:small-blob ease-in-out var(--small-blob-speed-scale) infinite;animation:small-blob ease-in-out var(--small-blob-speed-scale) infinite;z-index:3;mix-blend-mode:multiply}.small-blobs>:nth-child(2) .small-blobs__blob{width:calc(var(--small-blob-size));height:calc(.25*var(--small-blob-size));background-color:var(--small-blob-color-2);-webkit-animation-delay:calc(-0.8*var(--small-blob-speed-scale));animation-delay:calc(-0.8*var(--small-blob-speed-scale));z-index:2}.small-blobs>:nth-child(3) .small-blobs__blob{width:calc(var(--small-blob-size));height:calc(.25*var(--small-blob-size));background-color:var(--small-blob-color-3);-webkit-animation-delay:calc(-0.2*var(--small-blob-speed-scale));animation-delay:calc(-0.2*var(--small-blob-speed-scale));opacity:.5;z-index:1}.small-blobs__move{-webkit-animation:small-blob-move-1 ease-in-out var(--small-blob-speed-move) infinite;animation:small-blob-move-1 ease-in-out var(--small-blob-speed-move) infinite}.small-blobs>:nth-child(2) .small-blobs__move{-webkit-animation:small-blob-move-2 ease-in-out var(--small-blob-speed-move) infinite;animation:small-blob-move-2 ease-in-out var(--small-blob-speed-move) infinite;-webkit-animation-delay:calc(-0.8*var(--small-blob-speed-move));animation-delay:calc(-0.8*var(--small-blob-speed-move))}.small-blobs>:nth-child(3) .small-blobs__move{-webkit-animation:small-blob-move-3 ease-in-out var(--small-blob-speed-move) infinite;animation:small-blob-move-3 ease-in-out var(--small-blob-speed-move) infinite;-webkit-animation-delay:calc(-0.4*var(--small-blob-speed-move));animation-delay:calc(-0.4*var(--small-blob-speed-move))}.small-blobs__rotate{position:absolute;left:50%;top:50%;-webkit-animation:small-blob-rotate linear var(--small-blob-speed-rotate) infinite alternate;animation:small-blob-rotate linear var(--small-blob-speed-rotate) infinite alternate}.small-blobs>.small-blobs__rotate:nth-child(2){-webkit-animation-duration:calc(2*var(--small-blob-speed-rotate));animation-duration:calc(2*var(--small-blob-speed-rotate));-webkit-animation-delay:calc(-1.5*var(--small-blob-speed-rotate));animation-delay:calc(-1.5*var(--small-blob-speed-rotate))}.small-blobs>.small-blobs__rotate:nth-child(3){animation-direction:alternate-reverse;-webkit-animation-duration:calc(.8*var(--small-blob-speed-rotate));animation-duration:calc(.8*var(--small-blob-speed-rotate));-webkit-animation-delay:calc(-1*var(--small-blob-speed-rotate));animation-delay:calc(-1*var(--small-blob-speed-rotate))}@-webkit-keyframes small-blob{0%,100%{-webkit-transform:scale(0.8, 2);transform:scale(0.8, 2)}50%{-webkit-transform:scale(1.4, 0.8);transform:scale(1.4, 0.8)}}@keyframes small-blob{0%,100%{-webkit-transform:scale(0.8, 2);transform:scale(0.8, 2)}50%{-webkit-transform:scale(1.4, 0.8);transform:scale(1.4, 0.8)}}@-webkit-keyframes small-blob-rotate{0%{-webkit-transform:translate3d(-50%, -50%, 0) rotateZ(-28deg);transform:translate3d(-50%, -50%, 0) rotateZ(-28deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}100%{-webkit-transform:translate3d(-50%, -50%, 0) rotateZ(28deg);transform:translate3d(-50%, -50%, 0) rotateZ(28deg);-webkit-transform-origin:50% 0%;transform-origin:50% 0%}}@keyframes small-blob-rotate{0%{-webkit-transform:translate3d(-50%, -50%, 0) rotateZ(-28deg);transform:translate3d(-50%, -50%, 0) rotateZ(-28deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}100%{-webkit-transform:translate3d(-50%, -50%, 0) rotateZ(28deg);transform:translate3d(-50%, -50%, 0) rotateZ(28deg);-webkit-transform-origin:50% 0%;transform-origin:50% 0%}}@-webkit-keyframes small-blob-move-1{0%,100%{-webkit-transform:translate(57%, -48%);transform:translate(57%, -48%)}50%{-webkit-transform:translate(0%, 0%);transform:translate(0%, 0%)}}@keyframes small-blob-move-1{0%,100%{-webkit-transform:translate(57%, -48%);transform:translate(57%, -48%)}50%{-webkit-transform:translate(0%, 0%);transform:translate(0%, 0%)}}@-webkit-keyframes small-blob-move-2{0%,100%{-webkit-transform:translate(-55%, -95%);transform:translate(-55%, -95%)}50%{-webkit-transform:translate(30%, 0%);transform:translate(30%, 0%)}}@keyframes small-blob-move-2{0%,100%{-webkit-transform:translate(-55%, -95%);transform:translate(-55%, -95%)}50%{-webkit-transform:translate(30%, 0%);transform:translate(30%, 0%)}}@-webkit-keyframes small-blob-move-3{0%,100%{-webkit-transform:translate(250%, -1350%);transform:translate(250%, -1350%)}50%{-webkit-transform:translate(-100%, 0%);transform:translate(-100%, 0%)}}@keyframes small-blob-move-3{0%,100%{-webkit-transform:translate(250%, -1350%);transform:translate(250%, -1350%)}50%{-webkit-transform:translate(-100%, 0%);transform:translate(-100%, 0%)}}}.article-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}@media only screen and (min-width: 1180px){.article-tile{gap:4rem}}.article-tile:has(a:hover) .article-tile__title{color:var(--blue);text-decoration:underline;text-decoration-thickness:.2rem;text-underline-offset:5px}.article-tile__asset-wrapper{position:relative;overflow:hidden;border-radius:50%;aspect-ratio:1/1;width:50%}@media only screen and (min-width: 1180px){.article-tile__asset-wrapper{width:50%}}.article-tile__asset{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-tile__asset img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-tile__text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}.article-tile__tags{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.2rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-tile__bottom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;padding-right:3rem}.pagination button{color:var(--grey-dark);-webkit-transition:color .2s ease-out;transition:color .2s ease-out}@media(hover: hover)and (pointer: fine){.pagination button:hover{color:var(--orange)}}.pagination .current{color:var(--orange);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}.pagination__prev{padding-right:2rem;pointer-events:none}.pagination__next{padding-left:2rem;pointer-events:none}@media only screen and (min-width: 1180px){.p-a__inner{grid-column:3/span 10}}.p-a__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3.2rem}@media only screen and (min-width: 1180px){.p-a__list{gap:2.4rem}}.p-a__item{padding:2.4rem;border-radius:4rem;background-color:var(--light-grey)}@media only screen and (min-width: 1180px){.p-a__item{padding:3.4rem 2.4rem;background-color:var(--grey-2)}}.p-a__item.active{background-color:var(--light-grey)}.p-a__item:has(button:hover){background-color:var(--light-grey)}.p-a__item:has(button:hover) .acc__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.p-a__item:has(button:hover).active .acc__icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.p-a__item-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width: 1180px){.p-a__item-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4rem}}.p-a__button-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}@media only screen and (min-width: 1180px){.p-a__button-inner{display:grid;grid-template-columns:14rem 1fr;gap:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.p-a__button-inner img{width:14rem;height:auto;max-height:8rem;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}@media only screen and (min-width: 1180px){.p-a__button-inner img{max-height:6rem;-o-object-position:center;object-position:center}}.p-a__logo-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.p-a__label{font-size:.9rem;color:var(--white);text-transform:uppercase;letter-spacing:.1rem;text-align:center;background-color:var(--orange);border-radius:2rem;padding:.5rem;-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}@media only screen and (min-width: 1180px){.p-a__label{position:absolute;left:-6rem;font-size:1rem}}.p-a__icon{position:relative;height:2.1rem;width:2.1rem;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.p-a__icon span{width:2.1rem;height:.4rem;background-color:var(--orange);display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.p-a__icon span:nth-child(2){height:2.1rem;width:.4rem;-webkit-transition:-webkit-transform .15s ease-in-out;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out, -webkit-transform .15s ease-in-out}[aria-expanded=true] .p-a__icon span:nth-child(2){-webkit-transform:translate(-50%, -50%) rotate(90deg);transform:translate(-50%, -50%) rotate(90deg)}.p-a__item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width: 1180px){.p-a__item-inner{display:grid;grid-template-columns:repeat(10, minmax(0, 1fr));gap:2rem}}.p-a__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem;padding-left:8rem;position:relative}@media only screen and (min-width: 1180px){.p-a__meta{grid-column:2/span 3}}.p-a__meta-dots{position:absolute;top:0;left:0}.p-a__about-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width: 1180px){.p-a__about-wrapper{grid-column:5/span 6;grid-row:1;display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));justify-items:start}}@media only screen and (min-width: 1180px){.p-a__heading{grid-column:1/span 5}}@media only screen and (min-width: 1180px){.p-a__about{grid-column:2/span 4}}@media only screen and (min-width: 1180px){.p-a__link{grid-column:2/span 4}}.splide .person-tile{width:65vw}@media only screen and (min-width: 1180px){.splide .person-tile{width:20vw}}.person-tile__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}@media only screen and (min-width: 1180px){.person-tile__link{gap:3.2rem}}@media(hover: hover)and (pointer: fine){.person-tile__link:hover .person-tile__image{-webkit-transform:scale(1.05);transform:scale(1.05)}.person-tile__link:hover .person-tile__name{color:var(--blue)}}.person-tile__image-wrapper{border-radius:1rem;aspect-ratio:.74;overflow:hidden}.splide .person-tile__image-wrapper{aspect-ratio:1;border-radius:50%}@media only screen and (min-width: 1180px){.person-tile__image-wrapper{border-radius:1.6rem}}.person-tile__image{aspect-ratio:.74;-o-object-fit:cover;object-fit:cover}.splide .person-tile__image{aspect-ratio:1;border-radius:50%}@media only screen and (min-width: 1180px){.person-tile__image{border-radius:1.6rem}}@media(hover: hover)and (pointer: fine){.person-tile__image{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}}.person-tile__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding:0 1rem}@media only screen and (min-width: 1180px){.person-tile__text{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0 1.6rem}}.splide .person-tile__text{text-align:center}@media only screen and (min-width: 1180px){.splide .person-tile__text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.person-tile__name{-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.header{position:fixed;top:1rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:2.5rem 0;z-index:99;width:calc(100% - 3.2rem);background-color:rgba(0,0,0,0);color:var(--white);-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out,padding .2s ease-in-out,opacity .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out,padding .2s ease-in-out,opacity .2s ease-in-out;border-radius:1rem;will-change:background-color,color,padding,opacity}@media only screen and (min-width: 1180px){.header{width:calc(100% - 8rem);border-radius:1rem}}.page-template-page-contact .header{color:var(--blue)}.page-template-page-contact .header a:before,.page-template-page-contact .header a:after{background-color:var(--blue)}.header.scrolled{background-color:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1.8rem 1rem;will-change:background-color,padding}@media only screen and (min-width: 1180px){.header.scrolled{color:var(--blue);padding:1.8rem 3rem}}.header.scrolled .header__logo{-webkit-transform:scale(0.9);transform:scale(0.9)}@media only screen and (min-width: 1180px){.header.scrolled a:before,.header.scrolled a:after{background-color:var(--blue)}}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__logo{position:relative;z-index:11;will-change:transform;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;-webkit-transform-origin:left;transform-origin:left;will-change:transform}.header__logo svg{width:16.9rem;height:auto;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.header__logo .logo-white{position:absolute}@media only screen and (min-width: 1180px){.header__logo .logo-white{opacity:0}}.scrolled .header__logo .logo-white{opacity:0}.header__logo .logo-blue{opacity:0}@media only screen and (min-width: 1180px){.header__logo .logo-blue{opacity:1}}.scrolled .header__logo .logo-blue{opacity:1}.header__hamburger{width:3.6rem;height:3.6rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.4rem;position:relative;z-index:13}@media only screen and (min-width: 1180px){.header__hamburger{display:none}}.header__hamburger span{display:block;width:1.6rem;height:.2rem;background-color:var(--white);-webkit-transition:background-color .2s ease-out,width .2s ease-out,opacity .2s ease-out,-webkit-transform .2s ease-out;transition:background-color .2s ease-out,width .2s ease-out,opacity .2s ease-out,-webkit-transform .2s ease-out;transition:background-color .2s ease-out,transform .2s ease-out,width .2s ease-out,opacity .2s ease-out;transition:background-color .2s ease-out,transform .2s ease-out,width .2s ease-out,opacity .2s ease-out,-webkit-transform .2s ease-out;will-change:transform,width,opacity}.scrolled .header__hamburger span{background-color:var(--blue)}.header__hamburger.active span{background-color:var(--white)}.header__hamburger.active span:nth-child(1){-webkit-transform:rotate(45deg) translate(5px, 4px);transform:rotate(45deg) translate(5px, 4px);width:2.4rem}.header__hamburger.active span:nth-child(2){opacity:0}.header__hamburger.active span:nth-child(3){-webkit-transform:rotate(-45deg) translate(4px, -4px);transform:rotate(-45deg) translate(4px, -4px);width:2.4rem}.header__bottom a{position:relative}.header__bottom a:before{content:"";position:absolute;width:100%;bottom:-2px;left:0;height:1px;background-color:var(--white)}.header__nav{position:absolute;top:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4rem;z-index:12;overflow:hidden;-webkit-transition:opacity .2s ease-out,background-color .2s ease-out,padding .2s ease-out,height .2s ease-out;transition:opacity .2s ease-out,background-color .2s ease-out,padding .2s ease-out,height .2s ease-out;border-radius:1rem;opacity:0;background-color:var(--blue);padding:7rem 1.6rem 2rem;height:calc(100svh - 3rem);pointer-events:none}.header__nav.active{opacity:1;pointer-events:all}.page-template-page-contact .header__nav.active{color:var(--white)}@media only screen and (min-width: 1180px){.header__nav{gap:6rem;padding:0;background-color:rgba(0,0,0,0);width:auto;height:auto;position:static;-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;opacity:1;pointer-events:all;padding-left:2rem}}.header__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width: 1180px){.header__nav-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6rem}}.header__nav-list a{position:relative;font-size:3.4rem;line-height:4.4rem;position:relative;line-height:1;display:block}@media only screen and (min-width: 1180px){.header__nav-list a{font-size:1.6rem;line-height:2.1rem}}.header__nav-list a:before,.header__nav-list a:after{content:"";height:.8rem;width:.8rem;border-radius:50%;background-color:var(--white);position:absolute;left:0rem;top:.3rem;-webkit-transition:opacity .2s ease-out,background-color .2s ease-out;transition:opacity .2s ease-out,background-color .2s ease-out;opacity:0}@media only screen and (min-width: 1180px){.header__nav-list a:before,.header__nav-list a:after{height:.4rem;width:.4rem;left:-1rem;top:.5rem}}.header__nav-list a:after{top:2rem}@media only screen and (min-width: 1180px){.header__nav-list a:after{top:1.3rem}}@media only screen and (hover: hover)and (pointer: fine)and (min-width: 1180px){.header__nav-list a:hover:before,.header__nav-list a:hover:after{opacity:1}}.scrolled .header__nav-list:before,.scrolled .header__nav-list:after{background-color:var(--blue)}.header__nav-list .current-menu-item a{padding-left:2rem}@media only screen and (min-width: 1180px){.header__nav-list .current-menu-item a{padding-left:0}}.header__nav-list .current-menu-item a:before,.header__nav-list .current-menu-item a:after{opacity:1;background-color:var(--orange)}.footer{background-color:var(--blue);position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6rem}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6rem}@media only screen and (min-width: 1180px){.footer__inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:13rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer__logo{max-width:60vw}@media only screen and (min-width: 1180px){.footer__logo{max-width:10rem}}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem 2.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 1180px){.footer__nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer__nav li{width:calc(50% - 2.5rem);display:-webkit-box;display:-ms-flexbox;display:flex;gap:.7rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 1180px){.footer__nav li{width:auto}}.footer__data{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media only screen and (min-width: 1180px){.footer__data{max-width:35rem;-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}.footer__bottom-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:2rem}@media only screen and (min-width: 1180px){.footer__bottom-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:3rem}}.footer__bottom-eu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.footer__bottom-logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width: 768px){.footer__bottom-logos{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:6rem}}@media only screen and (min-width: 1180px){.footer__bottom-logos{gap:6.5rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.footer__bottom-logos img{height:5.6rem;width:auto}.home{color:#fff}.news-page{position:relative;width:100%}.news-page__blobs{width:100%;height:100vh}.news-page__container{position:relative;z-index:1}.news-page__top{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:grid;grid-template-areas:"title title" "dots search";gap:4rem 2rem;grid-template-columns:1rem 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 1180px){.news-page__top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.news-page__heading{grid-area:title}.news-page__top-dots-mob{grid-area:dots}@media only screen and (min-width: 1180px){.news-page__top-dots-mob{display:none}}.news-page__top-dots{display:none}@media only screen and (min-width: 1180px){.news-page__top-dots{display:-webkit-box;display:-ms-flexbox;display:flex}}.news-page form{grid-area:search;width:100%}@media only screen and (min-width: 1180px){.news-page form{width:30rem}}.news-page__search-wrapper{position:relative;display:block;width:100%}@media only screen and (min-width: 1180px){.news-page__search-wrapper{width:30rem}}.news-page__search-input{width:100%;background-color:var(--white);border-radius:5rem;padding:.8rem 6rem .8rem 1.6rem}.news-page__search-button{position:absolute;right:0;top:0}.news-page__filters-list-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.news-page__filters-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:1rem 3rem}@media only screen and (min-width: 1180px){.news-page__filters-list{gap:2rem 4rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media(hover: hover)and (pointer: fine){.news-page__filter-button{-webkit-transition:color .15s ease-out;transition:color .15s ease-out}.news-page__filter-button:hover{color:var(--orange)}}.news-page__filter-button.is-active{color:var(--orange);text-decoration:underline;text-underline-offset:4px;position:relative}.news-page__filter-button.is-active::after{content:"";position:absolute;top:1px;right:-20px;width:16px;height:16px;background-image:url("../images/arrow-down-right.svg");display:inline-block}.news-page__grid{display:grid;gap:6rem;width:100%}@media only screen and (min-width: 768px){.news-page__grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:6rem 4rem}}@media only screen and (min-width: 1180px){.news-page__grid{grid-template-columns:repeat(3, minmax(0, 1fr));gap:8rem 4rem}}@media only screen and (min-width: 1500px){.news-page__grid{gap:8rem}}.contact{overflow:hidden;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;background:-webkit-gradient(linear, left top, left bottom, color-stop(35%, var(--blue)), color-stop(80%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, var(--blue) 35%, rgba(0, 0, 0, 0) 80%)}@media only screen and (min-width: 1180px){.contact{background:-webkit-gradient(linear, left top, right top, color-stop(25%, var(--blue)), color-stop(60%, rgba(0, 0, 0, 0)));background:linear-gradient(90deg, var(--blue) 25%, rgba(0, 0, 0, 0) 60%)}}.contact__heading{max-width:80%}.contact__blobs{z-index:1;width:100%;height:100%}.contact__inner{position:relative;z-index:2;padding-top:9rem}.contact__inner:before{content:"";position:absolute;max-width:30rem;max-height:30rem;width:32vw;height:32vw;top:90px;right:-16vw;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:var(--blue);border-radius:50%;z-index:5}@media only screen and (min-width: 1180px){.contact__inner:before{top:50%;width:32rem;height:32rem;left:-16rem;right:initial}}.contact__inner:after{content:"";position:absolute;max-width:45rem;max-height:45rem;width:48vw;height:48vw;right:-24vw;top:90px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:var(--white);-webkit-filter:blur(20px);filter:blur(20px);border-radius:50%;z-index:4}@media only screen and (min-width: 1180px){.contact__inner:after{max-width:none;max-height:none;width:44rem;height:44rem;left:-22rem;right:initial;top:50%}}@media only screen and (min-width: 1180px){.contact__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));gap:2rem}}.contact__right{position:relative;z-index:1}@media only screen and (min-width: 1180px){.contact__right{grid-column:span 5/span 5;grid-column-start:3}}.contact__left{position:relative;z-index:1}@media only screen and (min-width: 1180px){.contact__left{grid-column:span 2/span 2;grid-column-start:9}}.contact__dots{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.error{height:100vh;height:100svh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;background:-webkit-gradient(linear, left top, left bottom, color-stop(35%, var(--blue)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, var(--blue) 35%, rgba(0, 0, 0, 0) 100%);overflow:hidden}.error__blobs{width:100%;height:100%}.error__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 13rem}.error__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.error__image{height:75vw;width:100%;position:relative;min-width:25rem}@media only screen and (min-width: 1180px){.error__image{height:4rem;width:calc(100% - 45rem);margin:0 auto}}.error__image img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);pointer-events:none}.error span{font-size:22vw;display:block;-webkit-transform:translateX(20px);transform:translateX(20px)}.error span:nth-of-type(2){-webkit-transform:translateX(-20px);transform:translateX(-20px)}@media only screen and (min-width: 1180px){.error span{-webkit-transform:translateX(100px);transform:translateX(100px)}.error span:nth-of-type(2){-webkit-transform:translateX(-100px);transform:translateX(-100px)}}.text-page__blobs{width:100%;height:100vh}.text-page__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;min-height:100vh}@media only screen and (min-width: 1180px){.text-page__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:13rem}}.text-page__content a{text-decoration:underline;color:var(--blue)}.text-page__list{display:none}@media only screen and (min-width: 1180px){.text-page__list{display:block;max-width:20rem;min-width:20rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:sticky;top:12rem;left:0}}.text-page__list li{padding:1.2rem 2.4rem;cursor:pointer;-webkit-transition:color .2s ease;transition:color .2s ease;will-change:color;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.text-page__list li:before{content:"";width:.9rem;height:.9rem;position:absolute;top:50%;right:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="9" viewBox="0 0 10 9"><path d="M7.94409 0.999996L9.28809 2.328L9.28809 8.68L2.93609 8.68L1.60809 7.336L6.93609 7.336L0.600086 0.999995L1.59209 0.00799527L7.94409 6.344L7.94409 0.999996Z" fill="%23FF573B"/></svg>');background-repeat:no-repeat;background-size:contain;opacity:0;-webkit-transition:opacity .2 ease;transition:opacity .2 ease}.text-page__list li:hover{color:var(--orange);text-decoration:underline}.text-page__list li.active{color:var(--orange);text-decoration:underline}.text-page__list li.active::before{opacity:1}.text-page__wysiwyg{width:100%}.text-page__top{position:relative}.text-page__dots{position:absolute;right:0;bottom:0}.person{position:relative;z-index:1}.person__blobs{width:100%;height:100%}.person__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:2rem}@media only screen and (min-width: 1180px){.person__top{display:grid}}.person__image{border-radius:2rem;overflow:hidden;aspect-ratio:.7}@media only screen and (min-width: 1180px){.person__image{grid-column:7/span 6;aspect-ratio:initial;height:calc(100vh - 26rem);min-height:40vw}}@media only screen and (min-width: 1250px){.person__image{grid-column:8/span 5}}.person__image img{-o-object-fit:cover;object-fit:cover;width:100%;border-radius:2rem}.person__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width: 1180px){.person__info{grid-column:1/span 5;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media only screen and (min-width: 1250px){.person__info{grid-column:1/span 6}}.person__name{font-size:5.2rem}@media only screen and (max-width: 413px){.person__name{font-size:4.8rem}}@media only screen and (min-width: 1250px){.person__name{font-size:8rem}}@media only screen and (min-width: 1500px){.person__name{font-size:9rem}}@media(min-width: 1600px){.person__name{font-size:10rem}}.person__big-text{grid-column:1/span 8}@media only screen and (min-width: 1180px){.person__big-dots{grid-column:12;justify-self:end}}.person__small-text{grid-column:3/span 6}.person__focus{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.person__focus svg{display:inline}.person__beyond h3{grid-column:1/span 2}.person__beyond ul{grid-column:4/span 10}.person__socials{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}.person__social-item{width:7rem;height:7rem;border-radius:50%;border:1px solid var(--blue);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.person__social-item img{max-width:2.2rem}.person__quote{background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, var(--blue)));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--blue) 30%);position:relative}@media only screen and (min-width: 1180px){.person__quote{background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(var(--blue)));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--blue) 100%)}}.person__quote-text{grid-column:1/span 8}.person__quote-person{grid-column:9/span 4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:80%}@media only screen and (min-width: 1180px){.person__quote-person{max-width:auto;margin-left:0}}.person__more-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem}@media only screen and (min-width: 1180px){.person__more-top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}}.person__more-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;gap:2rem}@media only screen and (min-width: 1180px){.person__more-arrows{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:auto !important}}.person__arrow{background-color:var(--orange);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.9rem 3rem;border-radius:10rem;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;will-change:background-color}.person__arrow[disabled]{background-color:var(--light-grey)}.person__arrow[disabled] svg path{fill:#c1c1c1}.news__blobs{z-index:1;width:100%;height:150vh}.news__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem}.news__back svg path{fill:var(--white)}@media only screen and (min-width: 1180px){.news__back svg path{fill:#002882}}.news__back span{color:var(--white)}@media only screen and (min-width: 1180px){.news__back span{color:#002882}}.news__asset{grid-column:1/span 4;aspect-ratio:1/1;overflow:hidden;border-radius:50%;max-width:50rem}@media only screen and (min-width: 1180px){.news__asset{max-width:100%}}.news__asset img{height:100%;-o-object-fit:cover;object-fit:cover}.news__top{background:-webkit-gradient(linear, left top, left bottom, color-stop(35%, var(--blue)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, var(--blue) 35%, rgba(0, 0, 0, 0) 100%)}@media only screen and (min-width: 1180px){.news__top{background:-webkit-gradient(linear, left top, left bottom, color-stop(35%, var(--blue)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, var(--blue) 35%, rgba(0, 0, 0, 0) 100%)}}.news__info{grid-column:6/span 7}.news__share{position:relative;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(var(--blue)));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--blue) 100%)}.news__share-blobs{z-index:1;width:100%;height:125%;position:absolute;bottom:0;top:auto}.news__share-inner{position:relative;z-index:2}.news__share-heading{grid-column:1/span 6}.news__links{grid-column:9/span 4;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.6rem}@media only screen and (min-width: 1180px){.news__links{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.news__link{width:7.2rem;height:7.2rem;border-radius:50%;border:1.5px solid var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news__link img{-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out, -webkit-transform .2s ease-out;will-change:transform}.news__link:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}.news__content{grid-column:3/span 10;font-size:1.6rem;line-height:2rem;letter-spacing:-0.016rem}@media only screen and (min-width: 1180px){.news__content{font-size:2rem;line-height:1.5}}.news__content p,.news__content ul,.news__content a{margin-bottom:4rem}.news__content ul li,.news__content ol li{margin-top:2.4rem}.news__content ul li::marker,.news__content ol li::marker{color:var(--blue);margin-left:.6rem}.news__content a{font-size:inherit;line-height:inherit;letter-spacing:-0.016rem}@media only screen and (min-width: 1180px){.news__content a{font-size:inherit;line-height:inherit}}.news__content h2,.news__content h3,.news__content h4{font-size:2.8rem;line-height:3rem;letter-spacing:-0.016rem;margin-bottom:4rem}.news__content h2 strong,.news__content h3 strong,.news__content h4 strong{font-weight:500 !important}.news__content .wp-block-image{margin-bottom:4rem}.news__content img{border-radius:40px;max-width:100%;-o-object-fit:cover;object-fit:cover;height:auto}.news__dots{display:none}@media only screen and (min-width: 1180px){.news__dots{display:block;position:absolute;top:0rem;left:9rem}}.home-top{min-height:100vh;min-height:100svh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;background:-webkit-gradient(linear, left top, left bottom, color-stop(35%, var(--blue)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, var(--blue) 35%, rgba(0, 0, 0, 0) 100%)}.home-top__blobs{z-index:1;width:100%;height:300%}.home-top__container{position:relative;z-index:2}.home-top__image{height:75vw;width:100%;position:relative}@media only screen and (min-width: 1180px){.home-top__image{height:4rem;width:calc(100% - 45rem);margin:0 auto}}.home-top__image img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);pointer-events:none;display:none}.home-top__image .anim-el{aspect-ratio:1/1;width:50vw;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);pointer-events:none;background-color:var(--white);background-color:rgba(0,0,0,0);border-radius:50%;-webkit-animation:intro 3s forwards ease-out;animation:intro 3s forwards ease-out}@media only screen and (min-width: 1180px){.home-top__image .anim-el{width:30%}}.home-top__heading-2{width:100%;text-align:right}@media only screen and (min-width: 1180px){.home-top__dots{position:absolute;margin-top:-4rem}}@media only screen and (min-width: 1180px){.home-top__button{width:100%;text-align:right}}@-webkit-keyframes intro{0%{-webkit-box-shadow:0 78px 17px -97px var(--white);box-shadow:0 78px 17px -97px var(--white)}80%{-webkit-box-shadow:0 0 130px 130px var(--white);box-shadow:0 0 130px 130px var(--white)}100%{-webkit-box-shadow:0 0 100px 100px var(--white);box-shadow:0 0 100px 100px var(--white)}}@keyframes intro{0%{-webkit-box-shadow:0 78px 17px -97px var(--white);box-shadow:0 78px 17px -97px var(--white)}80%{-webkit-box-shadow:0 0 130px 130px var(--white);box-shadow:0 0 130px 130px var(--white)}100%{-webkit-box-shadow:0 0 100px 100px var(--white);box-shadow:0 0 100px 100px var(--white)}}@-webkit-keyframes circlePulse{0%{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}50%{-webkit-transform:translate(-50%, -50%) scale(1.2);transform:translate(-50%, -50%) scale(1.2)}100%{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}}@keyframes circlePulse{0%{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}50%{-webkit-transform:translate(-50%, -50%) scale(1.2);transform:translate(-50%, -50%) scale(1.2)}100%{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}}.text-block{z-index:1}.text-block__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem;position:relative;z-index:1}@media only screen and (min-width: 1180px){.text-block__heading{grid-column:1/span 8}}.text-block__dots-wrapper{position:relative}.text-block__dots-wrapper-2{position:absolute;bottom:0;right:0}@media only screen and (min-width: 1180px){.text-block__dots{position:absolute;top:4rem}}.text-block__dots-2{display:none}@media only screen and (min-width: 1180px){.text-block__dots-2{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;bottom:0rem}}.text-block__text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8rem}@media only screen and (min-width: 1180px){.text-block__text-wrapper{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));gap:4rem 2rem}}@media only screen and (min-width: 1180px){.text-block__text{grid-column:3/span 4}}@media only screen and (min-width: 1180px){.text-block__text--wide{grid-column:3/span 6}}.text-block__text p:not(.text-block__text:first-of-type){margin-top:2rem}@media only screen and (min-width: 1180px){.text-block__text p:not(.text-block__text:first-of-type){margin-top:4rem}}@media only screen and (min-width: 1180px){.text-block__button{grid-column:3/span 4}}.text-block__circles{position:absolute;top:0;right:0;width:50%;height:auto}.icons-grid{z-index:1}.icons-grid__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem;position:relative;z-index:1}@media only screen and (min-width: 1180px){.icons-grid__content{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr))}}@media only screen and (min-width: 1180px){.icons-grid__text{grid-column:1/span 8}}.icons-grid__dots-wrapper{position:relative}@media only screen and (min-width: 1180px){.icons-grid__dots-wrapper{position:absolute;top:0;right:0}}.icons-grid__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:4rem 2rem}@media only screen and (min-width: 1180px){.icons-grid__grid{grid-template-columns:repeat(4, minmax(0, 1fr));gap:8rem 9rem}}.icons-grid__icon-wrapper{position:relative;border-radius:50%;overflow:hidden;width:100%;height:0;padding-top:100%}.icons-grid__icon-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width: 1180px){.icons-grid__icon-bg{-webkit-animation:pan 10s infinite alternate;animation:pan 10s infinite alternate}.icons-grid__icon-bg:nth-child(1){-webkit-animation-duration:12s;animation-duration:12s}.icons-grid__icon-bg:nth-child(2){-webkit-animation-duration:15s;animation-duration:15s}.icons-grid__icon-bg:nth-child(3){-webkit-animation-duration:17s;animation-duration:17s}.icons-grid__icon-bg:nth-child(4){-webkit-animation-duration:20s;animation-duration:20s}}.icons-grid__icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:2;width:50%;height:auto}@media only screen and (min-width: 1180px){.icons-grid__icon{width:35%}}.icons-grid__title{max-width:20rem;margin-left:auto;margin-right:auto}.logos{z-index:1}.logos__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8rem;position:relative;z-index:1}@media only screen and (min-width: 1180px){.logos__heading{grid-column:1/span 8}}.logos__dots-wrapper{position:relative}.logos__grid-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem 2rem}@media only screen and (min-width: 1180px){.logos__grid-wrapper{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));gap:8rem 2rem}}.logos__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:4rem 2rem}@media only screen and (min-width: 1180px){.logos__grid{grid-template-columns:repeat(4, minmax(0, 1fr));gap:8rem 9rem;grid-column:3/span 10}}.logos__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logos__logo{width:100%;height:auto;max-height:10rem;margin:0 auto}@media only screen and (min-width: 1180px){.logos__logo{max-height:7rem;max-width:25rem;-o-object-fit:contain;object-fit:contain}}@media only screen and (min-width: 1180px){.logos__button{grid-column:3/span 4}}.text-list{z-index:1;background:-webkit-gradient(linear, left top, left bottom, color-stop(55%, var(--blue)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, var(--blue) 55%, rgba(0, 0, 0, 0) 100%);color:var(--white);position:relative}.text-list:last-child .text-list__blobs{height:100%}.text-list__blobs{z-index:1;width:100%;height:200%}.text-list__container{position:relative;z-index:2}.text-list__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem;z-index:1}@media only screen and (min-width: 1180px){.text-list__heading{grid-column:1/span 8}}@media only screen and (min-width: 1180px){.text-list__text{grid-column:3/span 6}}.text-list__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem}@media only screen and (min-width: 1180px){.text-list__list{grid-column:3/span 10;display:grid;grid-template-columns:repeat(9, minmax(0, 1fr));gap:4rem 2rem}}.text-list__item{display:grid;grid-template-columns:4rem 1fr;gap:2rem}@media only screen and (min-width: 1180px){.text-list__item{grid-column:span 4;-webkit-transform:trnalstaeX(-4rem);transform:trnalstaeX(-4rem)}}.text-list__item-index{height:4rem;width:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;background:var(--orange)}.text-list__item-text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.articles{position:relative;z-index:1}.articles__content{display:grid;gap:4rem}@media only screen and (min-width: 1180px){.articles__content{gap:8rem}}@media only screen and (min-width: 1180px){.articles__heading{grid-column:1/span 8}}.articles__el{width:100%;overflow:hidden}.articles__slider{width:100%}@media only screen and (min-width: 1180px){.articles__track{overflow:initial !important}}@media only screen and (min-width: 1180px){.articles__list{display:grid !important;grid-template-columns:repeat(12, minmax(0, 1fr));gap:4rem 2rem;padding-top:12rem !important}}.articles__item{width:100%}@media only screen and (min-width: 1180px){.articles__item{grid-column:span 4;padding-right:4rem}}@media only screen and (min-width: 1180px){.articles__arrows{display:none}}.page-top__blobs{width:100%;height:100vh}.page-top__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem}@media only screen and (min-width: 1180px){.page-top__inner{gap:8rem}}.page-top__asset-wrapper{border-radius:2rem;overflow:hidden}@media only screen and (min-width: 1180px){.page-top__asset-wrapper{border-radius:4rem}}@media only screen and (min-width: 1180px){.page-top__dots-mob{display:none}}.page-top__dots-dt{display:none}@media only screen and (min-width: 1180px){.page-top__dots-dt{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (min-width: 1180px){.page-top__text{grid-column:3/span 10}}.testimonials__slider{display:block;position:relative;-webkit-transition:height .2s;transition:height .2s}.testimonials__list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width: 1180px){.testimonials__text{grid-column:3/span 5}}.testimonials__image{width:75%;margin-left:auto;margin-right:auto}@media only screen and (min-width: 1180px){.testimonials__image{width:100%;grid-column:9/span 4;margin-left:0;margin-right:0}}.testimonials__item{width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding-right:1.6rem;padding-left:1.6rem;text-align:center}@media only screen and (min-width: 1180px){.testimonials__item{display:grid;padding-right:9rem;padding-left:9rem;text-align:left}}.testimonials__dots{display:none}@media only screen and (min-width: 1180px){.testimonials__dots{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:9rem;top:8rem}}.testimonials__heading{position:relative}.testimonials__arrows-wrapper{position:absolute;bottom:-10rem}@media only screen and (min-width: 1180px){.testimonials__arrows-wrapper{left:0}}.testimonials__arrows{grid-column:3/span 2;position:static;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width: 1180px){.testimonials__arrows{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:auto}}.testimonials__asset{border-radius:50%;width:100%;max-width:50rem;overflow:hidden;aspect-ratio:1/1}@media only screen and (min-width: 1180px){.testimonials__asset{width:auto;max-width:100%;max-width:40rem}}.about-top{position:relative;background:-webkit-gradient(linear, left top, left bottom, color-stop(35%, var(--blue)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, var(--blue) 35%, rgba(0, 0, 0, 0) 100%)}@media only screen and (min-width: 1180px){.about-top{min-height:75svh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.about-top__blobs{z-index:1;width:100%;height:200%}.about-top__heading-2{text-align:right;margin-left:auto}.about-top__big-text{grid-column:1/span 8}.about-top__small-text{grid-column:3/span 6}.about-top__small-text p:first-of-type{margin-bottom:3rem}.about-top__circles{position:absolute;right:-9rem;bottom:0;width:40%;height:auto;z-index:12}.about-top__dots{position:absolute;top:-5rem;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (min-width: 1180px){.about-top__dots{-webkit-transform:none;transform:none;top:initial;left:initial;right:0;bottom:0}}.i-p{z-index:1;width:100%;overflow:hidden}.i-p__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem;position:relative;z-index:1}@media only screen and (min-width: 1180px){.i-p__content{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr))}}@media only screen and (min-width: 1180px){.i-p__text{grid-column:1/span 8}}.i-p__dots-wrapper{position:relative}@media only screen and (min-width: 1180px){.i-p__dots-wrapper{position:absolute;top:0;right:0}}.i-p__hotizontal-scroll{width:100%;gap:1rem;overflow-x:hidden}.i-p__horizontal-scroll-inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6rem}@media only screen and (min-width: 1180px){.i-p__horizontal-scroll-inner{gap:8rem}}.i-p__item{-ms-flex-negative:0;flex-shrink:0;width:80%}@media(orientation: landscape){.i-p__item{width:27%}}@media(orientation: landscape){.i-p__icon-container{max-width:40vh;margin:0 auto}}.i-p__icon-wrapper{position:relative;border-radius:50%;overflow:hidden;height:0;width:70%;padding-top:70%;margin-left:auto;margin-right:auto}@media only screen and (min-width: 1180px){.i-p__icon-wrapper{width:50%;padding-top:50%}}.i-p__icon-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-o-object-fit:cover;object-fit:cover;-webkit-animation:pan 10s infinite alternate;animation:pan 10s infinite alternate}.i-p__icon-bg:nth-child(1){-webkit-animation-duration:12s;animation-duration:12s}.i-p__icon-bg:nth-child(2){-webkit-animation-duration:15s;animation-duration:15s}.i-p__icon-bg:nth-child(3){-webkit-animation-duration:17s;animation-duration:17s}.i-p__icon-bg:nth-child(4){-webkit-animation-duration:20s;animation-duration:20s}.i-p__icon-bg:nth-child(5){-webkit-animation-duration:22s;animation-duration:22s}.i-p__icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:2;width:50%;height:auto}@media only screen and (min-width: 1180px){.i-p__icon{width:35%}}.i-p__title{max-width:20rem;margin-left:auto;margin-right:auto;min-height:4.8rem}@media only screen and (min-width: 1180px){.i-p__title{min-height:6.1rem}}.team-grid__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:4rem 2rem}@media only screen and (min-width: 1180px){.team-grid__grid{grid-column:3/span 10;grid-template-columns:repeat(3, minmax(0, 1fr));gap:6rem 8rem}}

/*# sourceMappingURL=main.css.map */