*,:after,:before{background-repeat:no-repeat;box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}:where(:root){cursor:default;line-height:1.5;overflow-wrap:break-word;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}:where(body){margin:0}:where(h1){font-size:2em;margin:.67em 0}:where(dl,ol,ul) :where(dl,ol,ul){margin:0}:where(hr){color:inherit;height:0}:where(nav) :where(ol,ul){list-style-type:none;padding:0}:where(nav li):before{content:"​";float:left}:where(pre){font-family:monospace,monospace;font-size:1em;overflow:auto}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(audio,canvas,iframe,img,svg,video){vertical-align:middle}:where(iframe){border-style:none}:where(svg:not([fill])){fill:currentColor}:where(table){border-collapse:collapse;border-color:inherit;text-indent:0}:where(button,input,select){margin:0}:where(button,[type=button i],[type=reset i],[type=submit i]){-webkit-appearance:button}:where(fieldset){border:1px solid #a0a0a0}:where(progress){vertical-align:baseline}:where(textarea){margin:0;resize:vertical}:where([type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(details>summary:first-of-type){display:list-item}:where([aria-busy=true i]){cursor:progress}:where([aria-controls]){cursor:pointer}:where([aria-disabled=true i],[disabled]){cursor:not-allowed}:where([aria-hidden=false i][hidden]){display:inline;display:initial}:where([aria-hidden=false i][hidden]:not(:focus)){clip:rect(0,0,0,0);position:absolute}.clear:after{clear:both;content:"";display:table}.container{margin-inline:auto;max-width:1800px;max-width:var(--container-width);padding-inline:calc(16px + env(safe-area-inset-left));padding-inline:calc(var(--margin-side) + env(safe-area-inset-left));position:relative;width:100%}@media(min-width:768px){.container{padding-inline:0}}:root{--screen:var(--vh);--container-width:1800px;--margin-side:16px;--inset:16px;--inset-top:clamp(64px,13vw,88px);--inset-sticky:min(10vw,120px);--columns:10;--column:calc(min(var(--container-width), 100vw)/var(--columns));--color-primary:#012094;--color-secondary:#ee382b;--color-gray:#9597a7;--color-bg:var(--color-gray);--color-graydark:#151515;--color-beige:#f6e9d9;--color-text:var(--color-graydark);--color-white:#fff;--color-error:#ee382b;--space-md:clamp(48px,3.5vw,72px);--space-lg:clamp(96px,7vw,120px);--space-xl:clamp(144px,10vw,160px);--ease-quart:cubic-bezier(.165,.84,.44,1);--ease-quart-inout:cubic-bezier(.76,0,.24,1);--ease-cubic:cubic-bezier(.33,1,.68,1);--ease-cubic-inout:cubic-bezier(.785,.135,.15,.86);--ease-quad-inout:cubic-bezier(.45,0,.55,1)}@media(min-width:768px){:root{--columns:26;--inset:20px;--inset-top:min(9vw,96px);--margin-side:16px}}@media(min-width:992px){:root{--inset:24px}}@supports (height:100dvh){:root{--screen:100dvh}}html{background:#9597a7;background:var(--color-bg);color:#151515;color:var(--color-text);font:16px/1.2 Indivisible,Helvetica,arial,sans-serif;font-weight:500;word-break:normal}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-scroll-chaining:none;overscroll-behavior:none}body.block-scroll{overflow:hidden}body.is-loading *{cursor:wait!important}body{--scrollbar-color-thumb:var(--color-primary);--scrollbar-color-track:var(--color-gray);--scrollbar-width:thin;--scrollbar-width-legacy:10px}@supports property(scrollbar-width){body,body *{scrollbar-color:var(--scrollbar-color-thumb) var(--scrollbar-color-track);scrollbar-width:var(--scrollbar-width)}}@supports selector(::-webkit-scrollbar){body ::-webkit-scrollbar,body::-webkit-scrollbar{width:var(--scrollbar-width-legacy)}body ::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:var(--scrollbar-color-track)}body ::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background:var(--scrollbar-color-thumb);border:2px solid var(--scrollbar-color-track);border-radius:100vh}}*,:after,:before{text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;text-wrap:pretty}dd,dl,dt,figure,li,ol,p,ul{margin:0;padding:0}figure,picture{display:block}nav li:before{display:none}button,label{cursor:pointer}button[disabled]{cursor:not-allowed}[data-js-focus-visible] :focus:not([data-focus-visible-added]){outline:none}:focus-visible,[data-focus-visible-added]{outline:1px dashed #012094;outline:1px dashed var(--color-primary)}::selection{background:#ee382b;background:var(--color-secondary);color:#f6e9d9;color:var(--color-beige)}h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:500;margin:0}.bg-secondary{background-color:#ee382b;background-color:var(--color-secondary)}.bg-secondary ::selection{background:#012094;background:var(--color-primary);color:#f6e9d9;color:var(--color-beige)}.bg-primary{background-color:#012094;background-color:var(--color-primary)}.bg-gray{background-color:#9597a7;background-color:var(--color-gray)}.bg-graydark{background-color:#151515;background-color:var(--color-graydark)}.vertical{transform:rotate(-180deg);-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.link-underline{background:linear-gradient(90deg,currentColor,currentColor) no-repeat;background-position:100% 100%;background-size:0 .09em;display:inline-block;text-decoration:none;transition:background-size .3s cubic-bezier(.76,0,.24,1);transition:background-size .3s var(--ease-quart-inout)}.link-underline:focus,.link-underline:hover{background-position:0 100%;background-size:100% .09em}.transition{background:#ee382b;background:var(--color-secondary);inset:0;mix-blend-mode:difference;pointer-events:none;position:fixed;transform:scaleY(0);will-change:transform,opacity;z-index:200}@font-face{font-display:swap;font-family:Indivisible;font-style:normal;font-weight:1 999;src:local("IndivisibleVariable"),url(../../../fonts/IndivisibleVariable.woff2) format("woff2")}@font-face{font-display:swap;font-family:Indivisible;font-style:italic;font-weight:1 999;src:local("IndivisibleVariableItalic"),url(../../../fonts/IndivisibleVariableItalic.woff2) format("woff2")}.text-large{font-size:1.75rem;line-height:1.1}@media(min-width:992px){.text-large{font-size:clamp(1.75rem,2.25vw,2.5rem)}}.text-big{font-size:1.5rem;letter-spacing:-.03em;line-height:1.1}@media(min-width:992px){.text-big{font-size:clamp(1.5rem,5vw,2rem);line-height:1.15}}.text-medium{font-size:1rem;line-height:1.15}@media(min-width:992px){.text-medium{font-size:clamp(1rem,1.33vw,1.25rem)}}.text-normal{font-size:.875rem;line-height:1.2}@media(min-width:992px){.text-normal{font-size:clamp(.875rem,1.4vw,1rem)}}.text-small{font-size:.813rem;letter-spacing:-.01em;line-height:1.2}@media(min-width:992px){.text-small{font-size:.875rem}}.text-xsmall{font-size:.75rem;line-height:1.2}@media(min-width:992px){.text-xsmall{font-size:.813rem}}.title-massive{font-size:clamp(3.5rem,16vw,4.5rem);font-weight:600;letter-spacing:-.03em;line-height:.8}@media(min-width:992px){.title-massive{font-size:clamp(4.5rem,10.5vw,10rem)}}.title-huge{font-size:clamp(2.75rem,12vw,3.5rem);font-weight:600;letter-spacing:-.02em;line-height:.9}@media(min-width:992px){.title-huge{font-size:clamp(3.5rem,7vw,7rem)}}.title-large{font-size:clamp(2rem,9.5vw,3rem);font-weight:600;letter-spacing:-.03em;line-height:.9}@media(min-width:768px){.title-large{font-size:clamp(3rem,5vw,5rem)}}.title-big{font-size:clamp(1.5rem,8vw,1.75rem);font-weight:600;letter-spacing:-.02em;line-height:.85;line-height:.9}@media(min-width:992px){.title-big{font-size:clamp(1.75rem,4vw,3.5rem)}}.title-medium{font-size:1.625rem;font-weight:600;letter-spacing:-.03em;line-height:.9}@media(min-width:768px){.title-medium{font-size:clamp(1.625rem,2.5vw,2.25rem)}}.title-small{font-size:clamp(1.25rem,6vw,1.5rem);font-weight:700;line-height:1.05}@media(min-width:992px){.title-small{font-size:clamp(1.5rem,2.75vw,2rem)}}.title-xsmall{font-size:1rem;font-weight:600;letter-spacing:-.03em;line-height:1.05}@media(min-width:992px){.title-xsmall{font-size:clamp(1rem,1.33vw,1.25rem)}}.title-xxsmall{font-size:.875rem;font-weight:600;letter-spacing:-.02em;line-height:1.1}@media(min-width:768px){.title-xxsmall{font-size:1rem}}.caps{font-size:.75rem;font-weight:550;line-height:1;text-transform:uppercase}@media(min-width:1200px){.caps{font-size:.813rem}}.caps--bold{font-weight:650}.caps--big{font-size:.875rem}@media(min-width:768px){.caps--big{font-size:1rem}}.indent-1{text-indent:calc(min(1800px,100vw)*.1);text-indent:calc(var(--column)*1)}.indent-2{text-indent:calc(min(1800px,100vw)/5);text-indent:calc(var(--column)*2)}.indent-3{text-indent:calc(min(1800px,100vw)/10*3);text-indent:calc(var(--column)*3)}.grid{align-items:start;display:grid;grid-column:1/-1;grid-template-columns:repeat(10,1fr);grid-template-columns:repeat(var(--columns),1fr)}.shadow-medium{box-shadow:0 12px 24px #00000026}
