@charset "UTF-8";:root{--white:#FFFFFF;--light-gray:#ECEBEC;--soft-blue:#748DC7;--dark-gray:#282727;--deep-blue:#0052A1;--w-100:100%;--h-100:100%;--w-90:90%;--w-80:80%;--rounded-full:50%;--rounded:24px;--transition:0.3s ease-in-out}@font-face{font-family:HalyardDisplay-Regular;src:url(/assets/fonts/HalyardDisplay-Regular.woff2) format("woff2"),url(/assets/fonts/HalyardDisplay-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.fw-300{font-family:halyard-display,sans-serif;font-weight:300;font-style:normal}.fw-400{font-family:halyard-display,sans-serif;font-weight:400;font-style:normal}.fw-700{font-family:halyard-display,sans-serif;font-weight:700;font-style:normal}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:80px}body{overflow-x:hidden;margin:0}.container-width{max-width:1440px}.mx-auto{margin-inline:auto}.pointer{cursor:pointer}.hidden{display:none}.text-12{font-size:.75rem}.text-14{font-size:.875rem}.text-24{font-size:1.5rem}.text-32{font-size:2rem}.text-48{font-size:3rem}.text-64{font-size:4rem}.text-112{font-size:7rem}.text-white{color:var(--white)}.text-deep-blue{color:var(--deep-blue)}.bg-deep-blue-opacity-95{background-color:rgba(0,82,161,.95)}.text-soft-blue{color:var(--soft-blue)}.text-light-gray{color:var(--light-gray)}.text-light-gray-opacity-50{color:rgba(255,255,255,.5)}.hover-white:hover{color:var(--white)}.text-dark-gray{color:var(--dark-gray)}.bg-white{background-color:var(--white)}.bg-deep-blue{background-color:var(--deep-blue)}.bg-soft-blue{background-color:var(--soft-blue)}.bg-light-gray{background-color:var(--light-gray)}.bg-dark-gray{background-color:var(--dark-gray)}.bg-blur{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bg-gradient-white-to-gray{background:linear-gradient(to bottom,#fff 0,#fff 250px,var(--light-gray) 250px,var(--light-gray))}.transition{transition:all var(--transition)}.fade-in{animation:fadeIn .3s ease forwards}.fade-out{animation:fadeOut .3s ease forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.opacity-0{opacity:0}.block{display:block}.grid{display:grid}.justify-items-center{justify-items:center}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.flex{display:flex}.flex-1{flex:1}.flex-col{flex-direction:column}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-05{gap:.5rem}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-80{gap:5rem}.gap-160{gap:10rem}.w-auto{width:auto}.w-1{width:1px}.w-10{width:10%}.w-15{width:15%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-1-2{width:50%}.w-55{width:55%}.w-65{width:65%}.w-70{width:70%}.w-80{width:80%}.w-90{width:90%}.w-full{width:var(--w-100)}.h-full{height:var(--h-100)}.h-1{height:1px}.h-15{height:15vh}@media screen and (max-width:767px){.h-15{height:10vh}}.h-1-3{height:33.33%}.h-1-2{height:50%}.h-3-4{height:75%}.h-80{height:80%}.h-85{height:85vh}@media screen and (max-width:767px){.h-85{height:90vh}}.h-48{height:48px}.w-100px{width:100px}.h-500{height:500px}.rounded-full{border-radius:50%}.aspect-ratio{aspect-ratio:1/1}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.bottom-20{bottom:1.25rem}.top-0{top:0}.left-0{left:0}.right-0{right:0}.right-5{right:5%}.m-0{margin:0}.ml-5{margin-left:5%}.my-20{margin-top:1.25rem;margin-bottom:1.25rem}.my-40{margin-top:2.5rem;margin-bottom:2.5rem}.my-80{margin-top:5rem;margin-bottom:5rem}.my-80-40{margin-top:5rem;margin-bottom:2.5rem}.mt-80{margin-top:5rem}.mt-auto{margin-top:auto}.mt-20{margin-top:1.25rem}.mt-40{margin-top:2.5rem}.mb-5{margin-bottom:5%}.mb-40{margin-bottom:2.5rem}.mb-80{margin-bottom:5rem}.p-1{padding:1rem}.py-80{padding-block:5rem}.py-40{padding-block:2.5rem}.pt-80{padding-top:5rem}.px-20{padding-inline:1.25rem}.pb-80{padding-bottom:5rem}.border-soft-blue{border:1px solid var(--soft-blue)}.z-100{z-index:100}.mt-2px{margin-top:2px}.z-10{z-index:10}.z-1{z-index:1}.text-right{text-align:right}.no-underline{text-decoration-line:none}.pointer-e-none{pointer-events:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.content-width{width:calc(70% - 2rem)}@media screen and (max-width:991px){.content-width{width:calc(90% - 2rem)}}@media screen and (max-width:991px){.lg-items-start{align-items:flex-start}.lg-of-y-scroll{overflow-y:scroll}.lg-w-full{width:100%}.lg-gap-0{gap:0}.lg-w-5{width:5%}.lg-h-full{height:100%}.lg-hidden{display:none}.lg-flex-col{flex-direction:column}.hero-content{width:calc(90% - 2rem)}.lg-mb-40{margin-bottom:2.5rem}.lg-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.sm-h-32{height:32px}.sm-w-1-2{width:50%}.sm-gap-1{gap:1rem}.sm-flex{display:flex}.sm-flex-0{flex:0}.sm-w-15{width:15%}.sm-w-70{width:70%}.sm-w-20{width:20%}.sm-mt-5px{margin-top:.3125rem}.sm-flex-col{flex-direction:column}.sm-items-center{align-items:center}.sm-items-start{align-items:start}.sm-justify-center{justify-content:center}.sm-hidden{display:none}.sm-text-16{font-size:1rem}.sm-text-20{font-size:1.25rem}.sm-text-32{font-size:2rem}.sm-text-64{font-size:4rem}.sm-gap-0{gap:0}.sm-gap-2{gap:2rem}.sm-text-center{text-align:center}.sm-h-60{height:60%}.sm-p-2{padding:2rem}.sm-text-12{font-size:.75rem}.sm-w-full{width:100%}.sm-h-full{height:100%}.sm-flex-col-reverse{flex-direction:column-reverse}.sm-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm-mt-20{margin-top:1.25rem}}.object-cover{-o-object-fit:cover;object-fit:cover}.object-40-20{-o-object-position:40% 20%;object-position:40% 20%}.rounded-xl{border-radius:4rem}.w-fit{width:-moz-fit-content;width:fit-content}.hero{height:85vh}@media screen and (max-width:767px){.hero{height:90vh}}.hero div:nth-child(2) div:nth-child(2){width:30%}#hero-content{background-position:center;background-size:cover;background-image:url(/assets/images/index/hero.webp)}#button-down:hover{transform:translateY(5px)}.hero-top{height:15vh}.scrolling-element{transition:width 1s ease}.w-0{width:0}.people-link:hover img{transform:translateY(5px)}.card{aspect-ratio:1/1;border-radius:4rem;padding:3.0625rem;overflow:hidden;background-repeat:no-repeat;background-size:cover}.card .arrow-button{width:4rem;height:4rem}.card .arrow-button img{width:2rem;height:2rem}.card .arrow-button:hover{transform:scale(1.1);background-color:var(--deep-blue)!important}.card.small{padding:2rem}.card.small h3{font-size:1.25rem}.card.small p{font-size:.75rem}.card.small .arrow-button{width:4rem;height:4rem}.card.small .arrow-button img{width:2rem;height:2rem}@media screen and (max-width:1439px){.card{padding:2rem}.card h3{font-size:1.25rem}.card p{font-size:1rem}.card .arrow-button{width:4rem;height:4rem}.card .arrow-button img{width:2rem;height:2rem}}@media screen and (max-width:767px){.card .arrow-button{width:3rem;height:3rem}.card .arrow-button img{width:1.5rem;height:1.5rem}}.card:hover .card-text{transform:translateX(10px)}.overlay{background:linear-gradient(to top,rgba(0,0,0,.18),transparent);opacity:1}.card:hover>.overlay{background-color:var(--deep-blue);opacity:.45}.header{height:15vh}#header-info{margin-right:calc(5% + 4rem)}.header-container{max-width:1300px}.header-circle{height:4rem;width:4rem;background-color:#2678c7}.header-close{top:5%;width:3%;right:5%}@media screen and (max-width:1439px){.header-close{top:6.5%;right:10%}}.modal.show{display:block;top:-2px;height:calc(100% + 2px)}.modal.show .modal-content{opacity:1;transform:translateY(10px)}.content,.link{opacity:0;transform:translateY(-30px);transition:opacity .3s ease,transform .3s ease}.link:hover{transform:translateX(10px)}.visible{opacity:1;transform:translateY(0)}.focus-container img{width:100px;height:100px;backface-visibility:hidden;transform:translate3d(0,0,0);will-change:transform;transition:transform .3s ease-in-out}.focus-container h3{backface-visibility:hidden;transform:translate3d(0,0,0);will-change:transform,line-height;transition:transform .3s ease-in-out,line-height .3s ease-in-out;transform-origin:left}@media (min-width:1250px){.focus-container:hover img{transform:scale(1.05) translate3d(0,0,0)}.focus-container:hover h3{transform:scale(1.2);line-height:1.2}}.person-image{width:350px;height:350px}@media screen and (max-width:767px){.person-image{width:100%;height:auto;aspect-ratio:1/1}}.person-modal{position:fixed;top:0;z-index:100;width:100%;height:100%}.decoration-image{background-image:url(/assets/images/general/vertical_line.svg);background-repeat:repeat;background-size:cover}.person-close{top:80px;right:15px}@media screen and (max-width:991px){.person-close{top:5%;width:5%;right:5%}.person-close img{width:100%}}.person-modal{transition:opacity .3s ease-in-out}