@font-face{font-family:Hansa Lato;src:url(/fonts/lato.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:block}:root{--hansa-black:#000;--hansa-white:#fff;--hansa-blue:#0077dc;--hansa-navy:#061a33;--hansa-footer-gray:#2f2f2f;--hansa-container:1180px;--hansa-space-x:clamp(24px, 5vw, 80px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--hansa-black);color:var(--hansa-white);margin:0;font-family:Hansa Lato,Arial,sans-serif}a{color:inherit}button,input,textarea,select{font:inherit}.hansa-page{background:var(--hansa-black);width:100%;min-height:100vh;color:var(--hansa-white);font-family:Hansa Lato,Arial,sans-serif;overflow-x:hidden}.hansa-container{width:min(calc(100% - (var(--hansa-space-x) * 2)), var(--hansa-container));margin:0 auto}.hansa-header{z-index:50;width:100%;padding:28px 0;position:absolute;top:0;left:0}.hansa-header__inner{justify-content:space-between;align-items:center;gap:34px;height:66px;display:flex}.hansa-logo{flex:0 0 210px;justify-content:flex-start;align-items:center;width:210px;height:66px;text-decoration:none;display:flex}.hansa-logo img{object-fit:contain;width:210px;max-width:210px;height:auto;max-height:54px;margin:0;display:block}.hansa-nav{justify-content:flex-end;align-items:center;gap:clamp(22px,3vw,42px);height:66px;display:flex;transform:translateY(-5px)}.hansa-nav__item{align-items:center;height:66px;display:flex;position:relative}.hansa-nav__link{height:66px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;justify-content:center;align-items:center;padding:0;font-size:clamp(12px,.85vw,14px);font-weight:900;line-height:1;text-decoration:none;transition:opacity .18s;display:flex}.hansa-nav__link:hover{opacity:.78}.hansa-nav__submenu{z-index:90;background:var(--hansa-white);min-width:220px;color:var(--hansa-black);opacity:0;visibility:hidden;border-radius:0;padding:12px;transition:opacity .18s,visibility .18s,transform .18s;position:absolute;top:62px;left:50%;transform:translate(-50%,10px)}.hansa-nav__item:hover .hansa-nav__submenu,.hansa-nav__item:focus-within .hansa-nav__submenu{opacity:1;visibility:visible;transform:translate(-50%)}.hansa-nav__submenu a{width:100%;min-height:38px;color:var(--hansa-black);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border-radius:0;justify-content:flex-start;align-items:center;padding:0 12px;font-size:11px;font-weight:900;line-height:1;text-decoration:none;transition:background .18s,color .18s;display:flex}.hansa-nav__submenu a:hover{background:var(--hansa-blue);color:var(--hansa-white)}.hansa-burger{z-index:80;border:1px solid var(--hansa-white);cursor:pointer;background:0 0;border-radius:999px;flex:0 0 42px;width:42px;height:42px;padding:0;display:none;position:relative}.hansa-burger span{background:var(--hansa-white);border-radius:999px;width:18px;height:2px;transition:top .22s,transform .22s,opacity .18s;position:absolute;left:11px}.hansa-burger span:first-child{top:13px}.hansa-burger span:nth-child(2){top:20px}.hansa-burger span:nth-child(3){top:27px}.hansa-burger.is-open span:first-child{top:20px;transform:rotate(45deg)}.hansa-burger.is-open span:nth-child(2){opacity:0}.hansa-burger.is-open span:nth-child(3){top:20px;transform:rotate(-45deg)}.hansa-menu-backdrop{z-index:55;opacity:0;pointer-events:none;background:#00000080;transition:opacity .22s;position:fixed;inset:0}.hansa-menu-backdrop.is-visible{opacity:1;pointer-events:auto}.hansa-mobile-menu{z-index:70;background:var(--hansa-black);width:min(82vw,340px);height:100dvh;color:var(--hansa-white);padding:30px 24px;transition:transform .26s;position:fixed;top:0;left:0;transform:translate(-105%)}.hansa-mobile-menu.is-open{transform:translate(0)}.hansa-mobile-menu__logo img{width:150px;height:auto;display:block}.hansa-mobile-menu__links{gap:0;margin-top:58px;display:grid}.hansa-mobile-menu__group{border-bottom:1px solid var(--hansa-white)}.hansa-mobile-menu__group>a{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.1em;padding:18px 0;font-size:15px;font-weight:900;line-height:1;text-decoration:none;display:block}.hansa-mobile-menu__submenu{gap:2px;padding:0 0 15px 18px;display:grid}.hansa-mobile-menu__submenu a{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.1em;opacity:.78;padding:9px 0;font-size:12px;font-weight:900;line-height:1;text-decoration:none;display:block}.hansa-hero{background:var(--hansa-black);min-height:100vh;position:relative;overflow:hidden}.hansa-hero__video{z-index:1;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hansa-hero__inner{z-index:5;align-items:center;min-height:100vh;padding-top:190px;padding-bottom:90px;display:flex;position:relative}.hansa-hero__content{width:min(100%,780px)}.hansa-hero__eyebrow{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.18em;margin:0 0 14px;font-size:clamp(12px,.85vw,14px);font-weight:900;line-height:1}.hansa-hero h1{color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;margin:0;font-size:clamp(34px,4.1vw,62px);font-weight:900;line-height:.98}.hansa-hero__text{max-width:620px;color:var(--hansa-white);letter-spacing:-.01em;margin:26px 0 0;font-size:clamp(19px,1.1vw,23px);font-weight:500;line-height:1.52}.hansa-hero__actions{flex-wrap:wrap;gap:12px;margin-top:46px;display:flex}.hansa-button{text-transform:uppercase;letter-spacing:.14em;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 24px;font-size:12px;font-weight:900;line-height:1;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.hansa-button:hover{transform:translateY(-2px)}.hansa-button--primary{background:var(--hansa-blue);border:1px solid var(--hansa-blue);color:var(--hansa-white)}.hansa-button--primary:hover{background:var(--hansa-white);border-color:var(--hansa-white);color:var(--hansa-black)}.hansa-button--secondary{border:1px solid var(--hansa-white);color:var(--hansa-white);background:0 0}.hansa-button--secondary:hover{background:var(--hansa-white);border-color:var(--hansa-white);color:var(--hansa-black)}.hansa-section-label{color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;margin:0 0 18px;font-size:12px;font-weight:900;line-height:1}.hansa-about h2,.hansa-industries h2{text-transform:uppercase;letter-spacing:-.045em;margin:0;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-about__lead,.hansa-industries__head>p{letter-spacing:-.025em;margin-top:22px;font-size:clamp(18px,1.1vw,22px);font-weight:900;line-height:1.35}.hansa-about__text p,.hansa-industries__footer{letter-spacing:-.01em;font-size:18px;font-weight:500;line-height:1.7}.hansa-about{background:var(--hansa-white);color:var(--hansa-black);padding:112px 0}.hansa-about__content{text-align:left;max-width:860px;margin:0 auto}.hansa-about .hansa-section-label{text-align:left}.hansa-about h2{max-width:840px;color:var(--hansa-black);text-align:left}.hansa-about__lead{max-width:620px;color:var(--hansa-black);text-align:left;margin-left:0;margin-right:0}.hansa-about__text{text-align:left;max-width:760px;margin:42px 0 0}.hansa-about__text p{color:var(--hansa-black);margin:0}.hansa-about__text p+p{margin-top:24px}.hansa-footer{background:var(--hansa-footer-gray);color:var(--hansa-white);padding:78px 0 34px;font-family:Hansa Lato,Arial,sans-serif}.hansa-footer__brand{justify-content:center;margin-bottom:56px;display:flex}.hansa-footer__brand img{width:160px;height:auto;display:block}.hansa-footer__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:42px;display:grid}.hansa-footer__col:first-child{text-align:left}.hansa-footer__col:nth-child(2){text-align:center}.hansa-footer__col:nth-child(3){text-align:right}.hansa-footer__label{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.14em;margin:0 0 18px;font-size:12px;font-weight:900;line-height:1}.hansa-footer__lines{gap:8px;display:grid}.hansa-footer__lines p,.hansa-footer__lines a,.hansa-footer__meta p,.hansa-footer__bottom p{color:var(--hansa-white);margin:0;font-size:14px;font-weight:700;line-height:1.6;text-decoration:none}.hansa-footer__lines a:hover,.hansa-footer__bottom a:hover{text-decoration:underline}.hansa-footer__meta{border-top:1px solid #ffffff38;gap:4px;margin-top:18px;padding-top:16px;display:grid}.hansa-footer__bottom{text-align:center;border-top:1px solid #ffffff38;gap:8px;margin-top:48px;padding-top:28px;display:grid}.hansa-footer__bottom a{color:var(--hansa-white);font-weight:900;text-decoration:none}@media (width<=1024px){:root{--hansa-space-x:20px}.hansa-header{padding:22px 0}.hansa-header__inner{height:50px}.hansa-logo{flex-basis:145px;width:145px;height:50px}.hansa-logo img{width:145px;max-width:145px;max-height:38px}.hansa-nav{display:none}.hansa-burger{display:block}.hansa-mobile-menu{width:min(84vw,330px)}.hansa-hero__inner{align-items:flex-end;min-height:100vh;padding-top:190px;padding-bottom:64px}.hansa-hero__content{width:100%;max-width:680px}.hansa-hero__eyebrow{margin-bottom:16px;font-size:11px}.hansa-hero h1{letter-spacing:-.045em;font-size:clamp(32px,9vw,54px);line-height:.99}.hansa-hero__text{max-width:560px;margin-top:22px;font-size:16px;line-height:1.45}.hansa-hero__actions{flex-wrap:nowrap;gap:10px;width:100%;margin-top:36px;display:flex}.hansa-hero__actions .hansa-button{flex:1 1 0;min-width:0}.hansa-button{letter-spacing:.11em;text-align:center;min-height:42px;padding:0 14px;font-size:10px}.hansa-about,.hansa-industries{padding:84px 0}.hansa-about__content{max-width:none}.hansa-section-label{margin-bottom:16px;font-size:11px}.hansa-about h2,.hansa-industries h2{letter-spacing:-.04em;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-about__lead,.hansa-industries__head>p{margin-top:22px;font-size:18px;line-height:1.42}.hansa-about__text{margin-top:34px}.hansa-about__text p,.hansa-industries__footer{font-size:16px;line-height:1.62}.hansa-about__text p+p{margin-top:22px}.hansa-about .hansa-section-label,.hansa-about h2,.hansa-about__lead,.hansa-about__text{text-align:left}.hansa-industries__head,.hansa-industries .hansa-section-label,.hansa-industries h2,.hansa-industries__head>p{text-align:center}.hansa-industries__grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:40px}.hansa-industry-card{min-height:145px;padding:22px 14px}.hansa-industry-card__icon{width:50px;height:50px;margin-bottom:16px}.hansa-industry-card__icon i{font-size:22px}.hansa-industry-card h3,.hansa-industry-card__name{font-size:13px}.hansa-industries__footer{margin-top:34px;padding-top:24px}.hansa-industries__button{min-height:38px;padding:0 18px;font-size:10px}.hansa-footer{padding:64px 0 30px}.hansa-footer__brand{margin-bottom:44px}.hansa-footer__brand img{width:145px}.hansa-footer__grid{grid-template-columns:1fr;gap:36px}.hansa-footer__col:first-child,.hansa-footer__col:nth-child(2),.hansa-footer__col:nth-child(3){text-align:center}.hansa-footer__bottom{margin-top:42px}}@media (prefers-reduced-motion:reduce){.hansa-industry-card{opacity:1;transition:none;transform:none}.hansa-industry-card:hover{transform:none}}.hansa-marquee-image{background:var(--hansa-white);width:100%;overflow:hidden}.hansa-marquee-image img{object-fit:cover;width:100%;height:auto;display:block}@media (width>=1025px){.hansa-header{padding:20px 0 30px}.hansa-header__inner,.hansa-nav{transform:translateY(-6px)}}.hansa-solutions{color:var(--hansa-black);background:#eef5fb;padding:112px 0;overflow:hidden}.hansa-solutions__head{text-align:center;max-width:940px;margin:0 auto 70px}.hansa-solutions .hansa-section-label{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;text-align:center;margin:0 auto 18px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-solutions h2{max-width:920px;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.03em;text-align:center;margin:0 auto;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-solutions__head>p{max-width:760px;color:var(--hansa-black);letter-spacing:-.01em;text-align:center;margin:28px auto 0;font-size:18px;font-weight:500;line-height:1.7}.hansa-solutions__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:38px;display:grid}.hansa-solution-card{min-height:390px;color:var(--hansa-black);text-align:center;flex-direction:column;align-items:center;padding:0 22px;display:flex}.hansa-solution-card__icon{border:4px solid var(--hansa-blue);width:116px;height:116px;color:var(--hansa-blue);border-radius:999px;justify-content:center;align-items:center;margin:0 auto 30px;display:flex}.hansa-solution-card__icon i{font-size:48px;line-height:1}.hansa-solution-card h3{color:var(--hansa-black);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:28px;font-weight:900;line-height:1.05}.hansa-solution-card p{max-width:330px;color:var(--hansa-black);letter-spacing:-.01em;margin:22px auto 0;font-size:16px;font-weight:500;line-height:1.7}.hansa-solution-card__button{background:var(--hansa-blue);border:1px solid var(--hansa-blue);min-height:40px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.13em;border-radius:999px;justify-content:center;align-items:center;margin-top:auto;padding:0 24px;font-size:11px;font-weight:900;line-height:1;text-decoration:none;transition:transform .16s,background .12s,border-color .12s,color .12s;display:inline-flex}.hansa-solution-card__button:hover{background:var(--hansa-black);border-color:var(--hansa-black);color:var(--hansa-white);transform:translateY(-2px)}@media (width<=1024px){.hansa-solutions{padding:84px 0}.hansa-solutions__head{text-align:left;max-width:none;margin-bottom:46px}.hansa-solutions .hansa-section-label{text-align:left;margin:0 0 16px;font-size:11px}.hansa-solutions h2{letter-spacing:.02em;text-align:left;margin:0;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-solutions__head>p{text-align:left;margin:22px 0 0;font-size:16px;line-height:1.62}.hansa-solutions__grid{grid-template-columns:1fr;gap:42px}.hansa-solution-card{text-align:left;align-items:flex-start;min-height:auto;padding:0}.hansa-solution-card__icon{border-width:3px;width:82px;height:82px;margin:0 0 22px}.hansa-solution-card__icon i{font-size:34px}.hansa-solution-card h3{letter-spacing:.06em;font-size:23px}.hansa-solution-card p{max-width:none;margin:18px 0 0;font-size:16px;line-height:1.62}.hansa-solution-card__button{letter-spacing:.1em;width:100%;min-height:38px;margin-top:24px;padding:0 18px;font-size:10px}}.hansa-recruitment-support{background:var(--hansa-white);color:var(--hansa-black);padding:112px 0;overflow:hidden}.hansa-recruitment-support__head{text-align:center;max-width:860px;margin:0 auto 74px}.hansa-recruitment-support .hansa-section-label{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;text-align:center;margin:0 auto 18px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-recruitment-support h2{max-width:840px;color:var(--hansa-black);text-transform:uppercase;letter-spacing:-.045em;text-align:center;margin:0 auto;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-recruitment-support__head>p{max-width:720px;color:var(--hansa-black);letter-spacing:-.025em;text-align:center;margin:22px auto 0;font-size:clamp(18px,1.1vw,22px);font-weight:900;line-height:1.35}.hansa-recruitment-support__list{gap:0;display:grid}.hansa-support-row{border-top:1px solid #00000024;grid-template-columns:.95fr 1fr;align-items:center;gap:72px;padding:58px 0;display:grid}.hansa-support-row--reverse{grid-template-columns:1fr .95fr}.hansa-support-row--reverse .hansa-support-row__media{order:2}.hansa-support-row--reverse .hansa-support-row__content{order:1}.hansa-support-row__media{background:var(--hansa-white);width:100%;overflow:hidden}.hansa-support-row__media img{object-fit:cover;object-position:center;width:100%;height:285px;display:block}.hansa-support-row__content{max-width:560px}.hansa-support-row--reverse .hansa-support-row__content{max-width:540px}.hansa-support-row__label{color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;margin:0 0 14px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-support-row h3{color:var(--hansa-blue);text-transform:uppercase;letter-spacing:-.035em;margin:0;font-size:clamp(28px,2.6vw,42px);font-weight:900;line-height:1.02}.hansa-support-row__subtitle{color:var(--hansa-black);letter-spacing:-.02em;margin:18px 0 0;font-size:17px;font-weight:900;line-height:1.45}.hansa-support-row__text{color:var(--hansa-black);letter-spacing:-.01em;margin:18px 0 0;font-size:16px;font-weight:500;line-height:1.72}.hansa-support-row__button{background:var(--hansa-blue);border:1px solid var(--hansa-blue);min-height:40px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.13em;border-radius:999px;justify-content:center;align-items:center;margin-top:28px;padding:0 22px;font-size:11px;font-weight:900;line-height:1;text-decoration:none;transition:background .12s,border-color .12s,color .12s,transform .16s;display:inline-flex}.hansa-support-row__button:hover{background:var(--hansa-black);border-color:var(--hansa-black);color:var(--hansa-white);transform:translateY(-2px)}@media (width<=1024px){.hansa-recruitment-support{padding:84px 0}.hansa-recruitment-support__head{text-align:left;max-width:none;margin:0 0 42px}.hansa-recruitment-support .hansa-section-label{text-align:left;margin:0 0 16px;font-size:11px}.hansa-recruitment-support h2{letter-spacing:-.04em;text-align:left;margin:0;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-recruitment-support__head>p{text-align:left;margin:22px 0 0;font-size:18px;line-height:1.42}.hansa-support-row,.hansa-support-row--reverse{grid-template-columns:1fr;gap:26px;padding:42px 0}.hansa-support-row--reverse .hansa-support-row__media,.hansa-support-row--reverse .hansa-support-row__content{order:initial}.hansa-support-row__media img{height:230px}.hansa-support-row__content,.hansa-support-row--reverse .hansa-support-row__content{max-width:none}.hansa-support-row__label{margin-bottom:12px;font-size:11px}.hansa-support-row h3{letter-spacing:-.035em;font-size:clamp(26px,7vw,38px);line-height:1.04}.hansa-support-row__subtitle{margin-top:16px;font-size:16px;line-height:1.45}.hansa-support-row__text{margin-top:16px;font-size:16px;line-height:1.62}.hansa-support-row__button{letter-spacing:.1em;width:100%;min-height:38px;margin-top:24px;padding:0 18px;font-size:10px}}.hansa-recruitment-support{padding-bottom:56px}@media (width<=1024px){.hansa-recruitment-support{padding-bottom:42px}.hansa-values{padding-top:42px}}.hansa-marquee-image--two{background:var(--hansa-white)}.hansa-marquee-image--two img{object-fit:cover;width:100%;height:auto;display:block}@media (width<=1024px){.hansa-recruitment-support{padding-bottom:46px!important}.hansa-support-row{padding-bottom:34px!important}.hansa-support-row:last-child{border-bottom:none!important;padding-bottom:0!important}}.hansa-process-marquee{background:var(--hansa-black);width:100%;min-height:620px;color:var(--hansa-white);position:relative;overflow:hidden}.hansa-process-marquee__image{z-index:1;object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.hansa-process-marquee__inner{z-index:2;grid-template-columns:.95fr 1.05fr;align-items:center;gap:84px;min-height:620px;padding-top:96px;padding-bottom:96px;display:grid;position:relative}.hansa-process-marquee__left{max-width:560px;color:var(--hansa-white);text-shadow:0 8px 28px #00000047}.hansa-process-marquee__label{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.17em;margin:0 0 18px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-process-marquee__left h2{max-width:540px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;margin:0;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-process-marquee__left p{max-width:500px;color:var(--hansa-white);letter-spacing:-.025em;margin:22px 0 0;font-size:clamp(18px,1.1vw,22px);font-weight:900;line-height:1.42}.hansa-process-marquee__right{gap:20px;display:grid}.hansa-process-step{color:var(--hansa-white);text-shadow:0 8px 28px #00000047;grid-template-columns:58px 1fr;align-items:start;gap:24px;display:grid}.hansa-process-step__number{color:var(--hansa-white);letter-spacing:.14em;font-size:18px;font-weight:900;line-height:1}.hansa-process-step__content{border-bottom:1px solid #ffffff5c;padding-bottom:20px}.hansa-process-step:last-child .hansa-process-step__content{border-bottom:none;padding-bottom:0}.hansa-process-step h3{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.035em;margin:0;font-size:21px;font-weight:900;line-height:1.16}.hansa-process-step p{max-width:620px;color:var(--hansa-white);letter-spacing:-.01em;margin:10px 0 0;font-size:15px;font-weight:600;line-height:1.62}@media (width<=1024px){.hansa-process-marquee{min-height:auto}.hansa-process-marquee__inner{grid-template-columns:1fr;align-items:end;gap:42px;min-height:620px;padding-top:84px;padding-bottom:84px}.hansa-process-marquee__left{max-width:none}.hansa-process-marquee__label{margin-bottom:14px;font-size:11px}.hansa-process-marquee__left h2{letter-spacing:-.04em;max-width:none;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-process-marquee__left p{max-width:none;margin-top:22px;font-size:18px;line-height:1.42}.hansa-process-marquee__right{gap:18px}.hansa-process-step{grid-template-columns:46px 1fr;gap:16px}.hansa-process-step__number{font-size:16px}.hansa-process-step__content{padding-bottom:18px}.hansa-process-step h3{letter-spacing:.035em;font-size:18px;line-height:1.16}.hansa-process-step p{font-size:15px;font-weight:600;line-height:1.58}}.hansa-process-step__number{padding-top:4px}@media (width<=1024px){.hansa-process-step__number{padding-top:3px}}.hansa-mosaic{background:var(--hansa-white);width:100%;max-width:100%;color:var(--hansa-black);overflow:hidden}.hansa-mosaic__grid{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:100%;display:grid}.hansa-mosaic__tile{min-width:0;height:clamp(250px,21vw,320px);position:relative;overflow:hidden}.hansa-mosaic__tile--text{justify-content:flex-start;align-items:center;padding:clamp(26px,3vw,44px);display:flex}.hansa-mosaic__tile--teal{color:var(--hansa-white);background:#00aeb3}.hansa-mosaic__tile--blue{background:var(--hansa-blue);color:var(--hansa-white)}.hansa-mosaic__text,.hansa-mosaic__photo-content{width:100%;min-width:0;max-width:420px}.hansa-mosaic__text h2,.hansa-mosaic__photo-content h2{color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.04em;overflow-wrap:anywhere;margin:0;font-size:clamp(22px,1.9vw,32px);font-weight:900;line-height:1.05}.hansa-mosaic__text p,.hansa-mosaic__photo-content p{color:var(--hansa-white);letter-spacing:-.01em;overflow-wrap:anywhere;margin:16px 0 0;font-size:13px;font-weight:700;line-height:1.56}.hansa-mosaic__link,.hansa-mosaic__photo-content a{max-width:100%;color:var(--hansa-white);letter-spacing:.04em;overflow-wrap:anywhere;margin-top:16px;font-size:12px;font-weight:900;line-height:1.2;text-decoration:none;display:inline-flex}.hansa-mosaic__link:hover,.hansa-mosaic__photo-content a:hover{text-decoration:underline}.hansa-mosaic__tile--image img{z-index:1;object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.hansa-mosaic__tile--photo-text:after,.hansa-mosaic__tile--sde:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#00000094 0%,#00000057 54%,#00000014 100%);position:absolute;inset:0}.hansa-mosaic__photo-content{z-index:3;color:var(--hansa-white);text-align:left;text-shadow:0 8px 24px #000000b8,0 2px 8px #0000008c;flex-direction:column;justify-content:center;align-items:flex-start;padding:26px;display:flex;position:absolute;inset:0;transform:translateY(-14px)}.hansa-mosaic__photo-content--left{transform:translateY(-14px)}@media (width<=1024px){.hansa-mosaic__grid{grid-template-columns:1fr}.hansa-mosaic__tile{width:100%;height:auto;min-height:260px}.hansa-mosaic__tile--image{height:260px}.hansa-mosaic__tile--text{min-height:auto;padding:38px 20px}.hansa-mosaic__text,.hansa-mosaic__photo-content{max-width:none}.hansa-mosaic__text h2,.hansa-mosaic__photo-content h2{letter-spacing:-.04em;max-width:320px;font-size:clamp(26px,7vw,38px);line-height:1.04}.hansa-mosaic__text p,.hansa-mosaic__photo-content p{max-width:330px;margin-top:18px;font-size:15px;line-height:1.6}.hansa-mosaic__link,.hansa-mosaic__photo-content a{margin-top:18px;font-size:13px;line-height:1.3}.hansa-mosaic__photo-content{padding:26px 20px;transform:translateY(-10px)}.hansa-mosaic__grid .hansa-mosaic__tile:nth-child(4){order:10}}.hansa-mosaic__tile--photo-text .hansa-mosaic__photo-content{transform:translateY(0)}.hansa-values{padding-top:132px!important}@media (width<=1024px){.hansa-values{padding-top:88px!important}.hansa-mosaic__photo-content--left{max-width:260px}.hansa-mosaic__photo-content--left h2{overflow-wrap:normal;max-width:260px}.hansa-mosaic__photo-content--left a{word-break:break-word;max-width:240px}}.hansa-values{background:var(--hansa-white);color:var(--hansa-black);padding:132px 0;overflow:hidden}.hansa-values__header{text-align:center;max-width:860px;margin:0 auto 58px}.hansa-values .hansa-section-label{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;text-align:center;margin:0 auto 18px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-values h2{max-width:840px;color:var(--hansa-black);text-transform:uppercase;letter-spacing:-.045em;text-align:center;margin:0 auto;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-values__lead{max-width:600px;color:var(--hansa-black);letter-spacing:-.025em;text-align:center;margin:22px auto 0;font-size:clamp(18px,1.1vw,22px);font-weight:900;line-height:1.35}.hansa-values__text{max-width:600px;color:var(--hansa-black);letter-spacing:-.01em;text-align:center;margin:28px auto 0;font-size:18px;font-weight:500;line-height:1.7}.hansa-values__grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.hansa-value-card{background:var(--hansa-white);min-height:310px;color:var(--hansa-black);text-align:center;border:1px solid #00000029;flex-direction:column;justify-content:flex-start;align-items:center;padding:36px 30px 32px;transition:transform .16s,border-color .1s,box-shadow .16s,background .1s;display:flex}.hansa-value-card:hover{border-color:var(--hansa-blue);transform:translateY(-5px);box-shadow:0 24px 58px #00000014}.hansa-value-card__icon{width:auto;height:auto;color:var(--hansa-blue);background:0 0;border:none;justify-content:center;align-items:center;margin:0 auto 30px;transition:transform .16s,color .1s;display:flex}.hansa-value-card:hover .hansa-value-card__icon{color:var(--hansa-blue);background:0 0;transform:scale(1.08)}.hansa-value-card__icon i{font-size:52px;line-height:1}.hansa-value-card h3{color:var(--hansa-black);letter-spacing:-.035em;text-align:center;margin:0 0 16px;font-size:25px;font-weight:900;line-height:1.05}.hansa-value-card p{max-width:330px;color:var(--hansa-black);letter-spacing:-.01em;text-align:center;margin:0 auto;font-size:15px;font-weight:500;line-height:1.65}.hansa-values__closing{text-align:center;border-top:1px solid #00000029;max-width:700px;margin:58px auto 0;padding-top:34px}.hansa-values__closing-main{max-width:650px;color:var(--hansa-black);letter-spacing:-.025em;text-align:center;margin:0 auto;font-size:clamp(18px,1.1vw,22px);font-weight:900;line-height:1.35}.hansa-values__closing-sub{max-width:400px;color:var(--hansa-black);letter-spacing:-.01em;text-align:center;margin:18px auto 0;font-size:18px;font-weight:500;line-height:1.7}.hansa-values__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:34px;display:flex}.hansa-values__button{text-transform:uppercase;letter-spacing:.13em;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:40px;padding:0 22px;font-size:11px;font-weight:900;line-height:1;text-decoration:none;transition:background .12s,border-color .12s,color .12s,transform .16s;display:inline-flex}.hansa-values__button:hover{transform:translateY(-2px)}.hansa-values__button--primary{background:var(--hansa-blue);border:1px solid var(--hansa-blue);color:var(--hansa-white)}.hansa-values__button--primary:hover{background:var(--hansa-black);border-color:var(--hansa-black);color:var(--hansa-white)}.hansa-values__button--secondary{border:1px solid var(--hansa-black);color:var(--hansa-black);background:0 0}.hansa-values__button--secondary:hover{background:var(--hansa-black);border-color:var(--hansa-black);color:var(--hansa-white)}@media (width<=1024px){.hansa-values{padding:88px 0 96px}.hansa-values__header{text-align:center;max-width:none;margin-bottom:42px}.hansa-values .hansa-section-label{text-align:center;margin:0 auto 16px;font-size:11px}.hansa-values h2{letter-spacing:-.04em;text-align:center;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-values__lead{text-align:center;margin-top:22px;font-size:18px;line-height:1.42}.hansa-values__text{text-align:center;margin-top:24px;font-size:16px;line-height:1.62}.hansa-values__grid{grid-template-columns:1fr;gap:14px}.hansa-value-card{min-height:auto;padding:32px 24px 30px}.hansa-value-card__icon{margin-bottom:24px}.hansa-value-card__icon i{font-size:44px}.hansa-value-card h3{font-size:23px}.hansa-value-card p{max-width:none;font-size:15px;line-height:1.62}.hansa-values__closing{max-width:none;margin-top:42px;padding-top:30px}.hansa-values__closing-main{font-size:18px;line-height:1.42}.hansa-values__closing-sub{font-size:16px;line-height:1.62}.hansa-values__actions{flex-wrap:nowrap;gap:10px}.hansa-values__button{letter-spacing:.1em;flex:1 1 0;min-width:0;min-height:38px;padding:0 14px;font-size:10px}}.hansa-founder-hero{min-height:280px;color:var(--hansa-white);position:relative;overflow:hidden;background:radial-gradient(circle at 18% 18%,#7b1f2a 0%,#4f111b 36%,#2b070d 70%,#130306 100%)!important}.hansa-founder-hero__inner{z-index:2;align-items:flex-end;min-height:280px;padding-top:140px;padding-bottom:44px;display:flex;position:relative}.hansa-founder-hero__content{max-width:760px}.hansa-founder-hero__label{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.17em;text-shadow:0 8px 24px #46000047;margin:0 0 16px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-founder-hero h1{color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;text-shadow:0 8px 24px #46000052;margin:0;font-size:clamp(34px,4vw,56px);font-weight:900;line-height:.98}.hansa-founder-hero p{max-width:620px;color:var(--hansa-white);letter-spacing:-.01em;text-shadow:0 8px 24px #46000052;margin:20px 0 0;font-size:clamp(17px,1.05vw,20px);font-weight:700;line-height:1.5}.hansa-founder-quote{background:var(--hansa-white);color:var(--hansa-black);padding:95px 0;overflow:hidden}.hansa-founder-quote__grid{grid-template-columns:1fr 1fr;align-items:center;gap:58px;display:grid}.hansa-founder-quote__content{max-width:560px}.hansa-founder-quote__badge{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;margin:0 0 17px;font-size:10px;font-weight:900;line-height:1;display:block}.hansa-founder-quote__mark{color:var(--hansa-blue);margin:0 0 15px}.hansa-founder-quote__mark i{font-size:29px;line-height:1}.hansa-founder-quote__text{border:none;margin:0;padding:0}.hansa-founder-quote__text em{color:var(--hansa-black);letter-spacing:-.02em;font-size:clamp(20px,1.7vw,29px);font-style:italic;font-weight:500;line-height:1.42;display:block}.hansa-founder-quote__signature{width:auto;max-width:250px;margin-top:26px;display:block}.hansa-founder-quote__author{justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:620px;margin-top:26px;display:flex}.hansa-founder-quote__author-text{min-width:0}.hansa-founder-quote__name{color:var(--hansa-black);letter-spacing:-.02em;font-size:20px;font-weight:900;line-height:1.2}.hansa-founder-quote__title{color:var(--hansa-black);text-transform:uppercase;letter-spacing:.08em;margin-top:8px;font-size:14px;font-weight:600;line-height:1.4}.hansa-founder-quote__linkedin{background:0 0;border:none;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;margin-top:10px;margin-left:auto;text-decoration:none;transition:color .14s,transform .16s,opacity .14s;display:inline-flex;color:var(--hansa-blue)!important}.hansa-founder-quote__linkedin:visited{color:var(--hansa-blue)!important}.hansa-founder-quote__linkedin:hover{opacity:.92;transform:translateY(-2px);color:var(--hansa-navy)!important}.hansa-founder-quote__linkedin i{font-size:34px;line-height:1;color:currentColor!important}.hansa-founder-quote__image-wrap{justify-content:flex-end;display:flex}.hansa-founder-quote__image-frame{width:min(100%,442px);position:relative}.hansa-founder-quote__decoration{z-index:1;background:#7b1f2a;border:1px solid #7b1f2a6b;width:100%;height:100%;position:absolute;top:19px;right:-19px}.hansa-founder-quote__image{z-index:2;object-fit:cover;background:#f7f7f7;width:100%;height:auto;display:block;position:relative}@media (width<=1024px){.hansa-founder-hero{min-height:240px}.hansa-founder-hero__inner{min-height:240px;padding-top:126px;padding-bottom:36px}.hansa-founder-hero__label{margin-bottom:14px;font-size:11px}.hansa-founder-hero h1{font-size:clamp(30px,8vw,44px);line-height:1}.hansa-founder-hero p{margin-top:16px;font-size:16px;line-height:1.45}.hansa-founder-quote{padding:71px 0}.hansa-founder-quote__grid{grid-template-columns:1fr;gap:36px}.hansa-founder-quote__content{max-width:none}.hansa-founder-quote__badge{margin-bottom:15px;font-size:10px}.hansa-founder-quote__mark{margin-bottom:14px}.hansa-founder-quote__mark i{font-size:26px}.hansa-founder-quote__text em{font-size:clamp(19px,5.1vw,26px);line-height:1.38}.hansa-founder-quote__signature{max-width:190px;margin-top:24px}.hansa-founder-quote__author{gap:18px;max-width:none;margin-top:24px}.hansa-founder-quote__name{font-size:18px}.hansa-founder-quote__title{font-size:13px}.hansa-founder-quote__linkedin{flex-basis:42px;width:42px;height:42px}.hansa-founder-quote__linkedin i{font-size:32px}.hansa-founder-quote__image-wrap{justify-content:center}.hansa-founder-quote__image-frame{width:min(85%,442px);margin:50px auto}.hansa-founder-quote__decoration{top:14px;right:-14px}}.hansa-founder-story{color:var(--hansa-white);background:#525252;padding:86px 0;overflow:hidden}.hansa-founder-story__content{text-align:center;max-width:860px;margin:0 auto}.hansa-founder-story__badge{width:fit-content;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.17em;text-align:center;margin:0 auto 16px;font-size:11px;font-weight:900;line-height:1;display:block}.hansa-founder-story h2{max-width:760px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.04em;text-align:center;text-shadow:0 8px 24px #64230038;margin:0 auto;font-size:clamp(28px,2.5vw,40px);font-weight:900;line-height:1.05}.hansa-founder-story__lead{max-width:720px;color:var(--hansa-white);letter-spacing:-.022em;text-align:center;margin:22px auto 0;font-size:clamp(17px,1vw,20px);font-weight:900;line-height:1.36}.hansa-founder-story__content p:not(.hansa-founder-story__lead){max-width:760px;color:var(--hansa-white);letter-spacing:-.01em;text-align:center;margin:20px auto 0;font-size:16px;font-weight:600;line-height:1.62}@media (width<=1024px){.hansa-founder-story{padding:72px 0}.hansa-founder-story__content{max-width:none}.hansa-founder-story__badge{margin-bottom:14px;font-size:10px}.hansa-founder-story h2{letter-spacing:-.04em;max-width:none;font-size:clamp(27px,7vw,38px);line-height:1.04}.hansa-founder-story__lead{margin-top:20px;font-size:17px;line-height:1.42}.hansa-founder-story__content p:not(.hansa-founder-story__lead){margin-top:18px;font-size:15px;line-height:1.58}}.hansa-founder-perspective{color:#000;background:#fff;padding:72px 0 84px}.hansa-founder-perspective__inner{text-align:center;width:min(100% - 40px,860px);margin:0 auto}.hansa-founder-perspective__title{letter-spacing:-.035em;color:#000;margin:0 0 84px;font-family:Hansa Arsenal,Georgia,serif;font-size:clamp(32px,3.6vw,48px);font-weight:400;line-height:1}.hansa-founder-perspective__card{width:min(100%,280px);margin:0 auto}.hansa-founder-perspective__image-wrap{aspect-ratio:1;background:#fff;width:100%;overflow:hidden}.hansa-founder-perspective__image{object-fit:cover;width:100%;height:100%;display:block}.hansa-founder-perspective__content{padding-top:16px}.hansa-founder-perspective__blog-title{letter-spacing:.015em;max-width:330px;color:var(--hansa-blue);margin:0 auto;font-family:Hansa Lato,Arial,sans-serif;font-size:12px;font-weight:750;line-height:1.45}.hansa-founder-perspective__button{color:#000;letter-spacing:.15em;text-transform:uppercase;background:0 0;border:1px solid #000;border-radius:0;justify-content:center;align-items:center;min-height:34px;margin-top:16px;padding:0 20px;font-family:Hansa Lato,Arial,sans-serif;font-size:9px;font-weight:850;line-height:1;text-decoration:none;transition:background .16s,color .16s,border-color .16s,transform .16s;display:inline-flex}.hansa-founder-perspective__button:hover{color:#fff;background:#000;border-color:#000;transform:translateY(-1px)}@media (width<=1024px){.hansa-founder-perspective{padding:58px 0 68px}.hansa-founder-perspective__inner{width:min(100% - 28px,620px)}.hansa-founder-perspective__title{margin-bottom:58px;font-size:clamp(30px,10vw,42px)}.hansa-founder-perspective__card{width:min(100%,300px)}.hansa-founder-perspective__content{padding-top:14px}.hansa-founder-perspective__blog-title{max-width:290px;font-size:11px}.hansa-founder-perspective__button{min-height:32px;margin-top:14px;padding:0 18px;font-size:8.5px}}.hansa-article-page{background:var(--hansa-white);min-height:100vh;color:var(--hansa-black)}.hansa-article-header{z-index:20;width:100%;padding:22px 0;position:absolute;top:0;left:0}.hansa-article-header__inner{justify-content:space-between;align-items:center;gap:32px;width:min(100% - 48px,1180px);margin:0 auto;display:flex}.hansa-article-header__brand{align-items:center;text-decoration:none;display:inline-flex}.hansa-article-header__logo{width:138px;height:auto;display:block}.hansa-article-header__nav{align-items:center;gap:28px;display:flex}.hansa-article-header__nav a{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;line-height:1;text-decoration:none;transition:opacity .14s,transform .16s}.hansa-article-header__nav a:hover{opacity:.78;transform:translateY(-1px)}.hansa-article-hero{background:linear-gradient(180deg, #000000c7 0%, #000000ad 45%, #000000eb 100%), var(--hansa-black);min-height:520px;color:var(--hansa-white);align-items:flex-end;display:flex;position:relative;overflow:hidden}.hansa-article-hero__inner{text-align:center;width:min(100% - 48px,980px);margin:0 auto;padding:150px 0 78px}.hansa-article-hero__back{color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.14em;justify-content:center;align-items:center;margin-bottom:32px;font-size:12px;font-weight:900;line-height:1;text-decoration:none;display:inline-flex}.hansa-article-hero__back:hover{color:var(--hansa-white)}.hansa-article-hero__label{color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;margin:0 0 20px;font-size:12px;font-weight:900;line-height:1}.hansa-article-hero__title{max-width:900px;color:var(--hansa-white);letter-spacing:-.045em;margin:0 auto;font-family:Hansa Arsenal,serif;font-size:clamp(42px,5.8vw,78px);font-weight:700;line-height:.96}.hansa-article-hero__meta{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.08em;margin:28px 0 0;font-size:13px;font-weight:800;line-height:1.5}.hansa-article{width:min(100% - 48px,920px);margin:0 auto;padding:86px 0 118px}.hansa-article__image-wrap{width:min(100%,480px);margin:0 auto 68px}.hansa-article__image{aspect-ratio:1;object-fit:cover;background:#f7f7f7;width:100%;display:block}.hansa-article__body{max-width:730px;margin:0 auto}.hansa-article__intro{color:var(--hansa-black);letter-spacing:-.015em;margin:0 0 48px;font-size:21px;font-weight:500;line-height:1.75}.hansa-article__section{margin-top:54px}.hansa-article__section h2{color:var(--hansa-black);letter-spacing:-.035em;margin:0 0 22px;font-family:Hansa Arsenal,serif;font-size:clamp(30px,3vw,44px);font-weight:700;line-height:1.04}.hansa-article__section p{color:var(--hansa-black);letter-spacing:-.01em;margin:0 0 24px;font-size:18px;font-weight:400;line-height:1.78}.hansa-article__closing{justify-content:center;margin-top:68px;display:flex}.hansa-article__button{border:1px solid var(--hansa-black);min-height:42px;color:var(--hansa-black);text-transform:uppercase;letter-spacing:.14em;background:0 0;justify-content:center;align-items:center;padding:0 22px;font-size:11px;font-weight:900;line-height:1;text-decoration:none;transition:background .16s,color .16s,transform .16s;display:inline-flex}.hansa-article__button:hover{background:var(--hansa-black);color:var(--hansa-white);transform:translateY(-2px)}@media (width<=1024px){.hansa-article-header{padding:18px 0}.hansa-article-header__inner{align-items:flex-start;gap:20px;width:min(100% - 32px,720px)}.hansa-article-header__logo{width:118px}.hansa-article-header__nav{flex-wrap:wrap;justify-content:flex-end;gap:14px}.hansa-article-header__nav a{letter-spacing:.1em;font-size:10px}.hansa-article-hero{min-height:500px}.hansa-article-hero__inner{width:min(100% - 32px,720px);padding:138px 0 58px}.hansa-article-hero__back{margin-bottom:26px;font-size:10px}.hansa-article-hero__label{margin-bottom:16px;font-size:11px}.hansa-article-hero__title{font-size:clamp(34px,9vw,52px);line-height:1}.hansa-article-hero__meta{margin-top:22px;font-size:11px;line-height:1.45}.hansa-article{width:min(100% - 32px,720px);padding:64px 0 92px}.hansa-article__image-wrap{width:min(100%,360px);margin-bottom:48px}.hansa-article__body{max-width:none}.hansa-article__intro{margin-bottom:40px;font-size:17px;line-height:1.72}.hansa-article__section{margin-top:44px}.hansa-article__section h2{margin-bottom:18px;font-size:clamp(27px,7vw,38px)}.hansa-article__section p{margin-bottom:22px;font-size:16px;line-height:1.72}.hansa-article__closing{margin-top:54px}.hansa-article__button{min-height:40px;padding:0 18px;font-size:10px}}.hansa-founder-blog-hero{min-height:280px;color:var(--hansa-white);background:radial-gradient(circle at 18% 18%,#128257 0%,#0a5c3e 34%,#063a29 68%,#021f17 100%);position:relative;overflow:hidden}.hansa-founder-blog-hero__inner{z-index:2;align-items:flex-end;min-height:280px;padding-top:140px;padding-bottom:44px;display:flex;position:relative}.hansa-founder-blog-hero__content{max-width:760px}.hansa-founder-blog-hero__label{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.17em;text-shadow:0 8px 24px #00281859;margin:0 0 16px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-founder-blog-hero h1{color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;text-shadow:0 8px 24px #0028185c;margin:0;font-size:clamp(34px,4vw,56px);font-weight:900;line-height:.98}.hansa-founder-blog-hero p{max-width:620px;color:var(--hansa-white);letter-spacing:-.01em;text-shadow:0 8px 24px #0028185c;margin:20px 0 0;font-size:clamp(17px,1.05vw,20px);font-weight:700;line-height:1.5}@media (width<=1024px){.hansa-founder-blog-hero{min-height:240px}.hansa-founder-blog-hero__inner{min-height:240px;padding-top:126px;padding-bottom:36px}.hansa-founder-blog-hero__label{margin-bottom:14px;font-size:11px}.hansa-founder-blog-hero h1{font-size:clamp(30px,8vw,44px);line-height:1}.hansa-founder-blog-hero p{margin-top:16px;font-size:16px;line-height:1.45}}.hansa-founder-perspective{background:var(--hansa-white);color:var(--hansa-black);padding:72px 0 84px;font-family:Hansa Lato,Arial,sans-serif;overflow:hidden}.hansa-founder-perspective__inner{width:min(calc(100% - (var(--hansa-space-x) * 2)), 1180px);text-align:center;margin:0 auto}.hansa-founder-perspective__title{max-width:820px;color:var(--hansa-black);text-transform:none;letter-spacing:-.035em;text-align:center;margin:0 auto 64px;font-family:Hansa Lato,Arial,sans-serif;font-size:clamp(30px,3vw,46px);font-weight:800;line-height:1.04}.hansa-founder-perspective__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:34px;width:100%;max-width:1120px;margin:0 auto;display:grid}.hansa-founder-perspective__card{width:100%;min-width:0;color:var(--hansa-black);text-align:center;flex-direction:column;align-items:center;margin:0;display:flex}.hansa-founder-perspective__image-wrap{aspect-ratio:1;background:var(--hansa-white);width:min(100%,252px);margin:0 auto 22px;overflow:hidden}.hansa-founder-perspective__image{object-fit:cover;width:100%;height:100%;transition:transform .22s;display:block}.hansa-founder-perspective__image-wrap:hover .hansa-founder-perspective__image{transform:scale(1.035)}.hansa-founder-perspective__content{width:100%;max-width:310px;margin:0 auto;padding-top:0;font-family:Hansa Lato,Arial,sans-serif}.hansa-founder-perspective__category{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.16em;text-align:center;margin:0 auto 12px;font-family:Hansa Lato,Arial,sans-serif;font-size:10px;font-weight:900;line-height:1;display:block}.hansa-founder-perspective__blog-title{max-width:310px;color:var(--hansa-blue);text-transform:none;letter-spacing:-.015em;text-align:center;margin:0 auto;font-family:Hansa Lato,Arial,sans-serif;font-size:clamp(14px,1.1vw,18px);font-weight:700;line-height:1.28}.hansa-founder-perspective__button{border:1px solid var(--hansa-black);min-height:34px;color:var(--hansa-black);text-transform:uppercase;letter-spacing:.15em;background:0 0;border-radius:0;justify-content:center;align-items:center;margin-top:18px;padding:0 20px;font-family:Hansa Lato,Arial,sans-serif;font-size:9px;font-weight:900;line-height:1;text-decoration:none;transition:background .16s,color .16s,border-color .16s,transform .16s;display:inline-flex}.hansa-founder-perspective__button:hover{background:var(--hansa-black);color:var(--hansa-white);border-color:var(--hansa-black);transform:translateY(-1px)}@media (width<=1024px){.hansa-founder-perspective{padding:58px 0 68px}.hansa-founder-perspective__inner{width:min(100% - 28px,620px)}.hansa-founder-perspective__title{letter-spacing:-.035em;margin-bottom:44px;font-size:clamp(30px,9vw,42px);font-weight:800;line-height:1.04}.hansa-founder-perspective__grid{grid-template-columns:1fr;gap:42px;max-width:340px}.hansa-founder-perspective__card{width:100%}.hansa-founder-perspective__image-wrap{width:min(86%,252px);margin-bottom:20px}.hansa-founder-perspective__content{max-width:310px}.hansa-founder-perspective__category{margin-bottom:11px;font-size:10px}.hansa-founder-perspective__blog-title{max-width:290px;font-size:14px;font-weight:700;line-height:1.3}.hansa-founder-perspective__button{min-height:32px;margin-top:16px;padding:0 18px;font-size:8.5px}}.hansa-founder-article-content{background:var(--hansa-white);color:var(--hansa-black);padding:86px 0 104px;font-family:Hansa Lato,Arial,sans-serif;overflow:hidden}.hansa-founder-article-content__top{text-align:left;flex-direction:column;align-items:center;max-width:660px;margin:0 auto 58px;display:flex}.hansa-founder-article-content__image-wrap{background:#f7f7f7;width:min(100%,234px);margin:0 auto 34px;overflow:hidden}.hansa-founder-article-content__image{aspect-ratio:1;object-fit:cover;width:100%;display:block}.hansa-founder-article-content__intro{width:100%;max-width:660px;margin:0 auto;font-family:Hansa Lato,Arial,sans-serif}.hansa-founder-article-content__label{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;text-align:center;margin:0 auto 16px;font-family:Hansa Lato,Arial,sans-serif;font-size:10px;font-weight:900;line-height:1;display:block}.hansa-founder-article-content__intro h2{max-width:660px;color:var(--hansa-black);text-transform:none;letter-spacing:-.03em;text-align:left;margin:0;font-family:Hansa Lato,Arial,sans-serif;font-size:clamp(24px,2.2vw,34px);font-weight:800;line-height:1.12}.hansa-founder-article-content__intro p{max-width:660px;color:var(--hansa-black);letter-spacing:-.01em;text-align:left;margin:22px 0 0;font-family:Hansa Lato,Arial,sans-serif;font-size:15px;font-weight:500;line-height:1.72}.hansa-founder-article-content__body{text-align:left;max-width:660px;margin:0 auto;font-family:Hansa Lato,Arial,sans-serif}.hansa-founder-article-content__section{margin-top:42px}.hansa-founder-article-content__section:first-child{margin-top:0}.hansa-founder-article-content__section h3{color:var(--hansa-black);text-transform:none;letter-spacing:-.03em;text-align:left;margin:0 0 16px;font-family:Hansa Lato,Arial,sans-serif;font-size:clamp(21px,1.8vw,28px);font-weight:800;line-height:1.16}.hansa-founder-article-content__section p{color:var(--hansa-black);letter-spacing:-.01em;text-align:left;margin:0 0 18px;font-family:Hansa Lato,Arial,sans-serif;font-size:15px;font-weight:500;line-height:1.74}.hansa-founder-article-content__section p:last-child{margin-bottom:0}.hansa-founder-article-content__actions{border-top:1px solid #00000024;justify-content:center;max-width:660px;margin:64px auto 0;padding-top:34px;display:flex}.hansa-founder-article-content__back{border:1px solid var(--hansa-black);min-height:40px;color:var(--hansa-black);text-transform:uppercase;letter-spacing:.13em;background:0 0;justify-content:center;align-items:center;padding:2px 22px 0;font-family:Hansa Lato,Arial,sans-serif;font-size:10px;font-weight:900;line-height:1;text-decoration:none;transition:background .14s,color .14s,transform .16s;display:inline-flex}.hansa-founder-article-content__back:hover{background:var(--hansa-black);color:var(--hansa-white);transform:translateY(-2px)}@media (width<=1024px){.hansa-founder-article-content{padding:68px 0 86px}.hansa-founder-article-content__top{text-align:left;align-items:center;max-width:430px;margin-bottom:48px}.hansa-founder-article-content__image-wrap{width:min(82%,234px);margin:0 auto 30px}.hansa-founder-article-content__intro{text-align:left;width:100%;max-width:430px}.hansa-founder-article-content__label{text-align:center;width:fit-content;margin:0 auto 14px;font-size:10px;display:block}.hansa-founder-article-content__intro h2{letter-spacing:-.03em;text-align:left;font-size:clamp(24px,7vw,32px);font-weight:800;line-height:1.12}.hansa-founder-article-content__intro p{text-align:left;margin-top:20px;font-size:14px;line-height:1.68}.hansa-founder-article-content__body{text-align:left;max-width:none}.hansa-founder-article-content__section{text-align:left;margin-top:38px}.hansa-founder-article-content__section h3{letter-spacing:-.03em;text-align:left;margin-bottom:15px;font-size:clamp(21px,6.5vw,29px);font-weight:800;line-height:1.15}.hansa-founder-article-content__section p{text-align:left;margin-bottom:17px;font-size:14px;line-height:1.68}.hansa-founder-article-content__actions{margin-top:52px;padding-top:30px}.hansa-founder-article-content__back{width:100%;min-height:40px;padding:1px 18px 0;font-size:10px}}.hansa-current-openings-hero{min-height:280px;color:var(--hansa-white);background:radial-gradient(circle at 18% 18%,#0b77d9 0%,#07579f 36%,#06345f 70%,#031a32 100%);font-family:Hansa Lato,Arial,sans-serif;position:relative;overflow:hidden}.hansa-current-openings-hero__inner{z-index:2;align-items:flex-end;min-height:280px;padding-top:140px;padding-bottom:44px;display:flex;position:relative}.hansa-current-openings-hero__content{max-width:760px}.hansa-current-openings-hero h1{color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;text-shadow:0 8px 24px #00143c52;margin:0;font-family:Hansa Lato,Arial,sans-serif;font-size:clamp(34px,4vw,56px);font-weight:900;line-height:.98}.hansa-current-openings-hero p{max-width:620px;color:var(--hansa-white);letter-spacing:-.01em;text-shadow:0 8px 24px #00143c52;margin:20px 0 0;font-family:Hansa Lato,Arial,sans-serif;font-size:clamp(17px,1.05vw,20px);font-weight:700;line-height:1.5}@media (width<=1024px){.hansa-current-openings-hero{min-height:240px}.hansa-current-openings-hero__inner{min-height:240px;padding-top:126px;padding-bottom:36px}.hansa-current-openings-hero h1{font-size:clamp(30px,8vw,44px);line-height:1}.hansa-current-openings-hero p{margin-top:16px;font-size:16px;line-height:1.45}}.hansa-openings{background:var(--hansa-white);color:var(--hansa-black);padding:112px 0;font-family:Hansa Lato,Arial,sans-serif;overflow:hidden}.hansa-openings__wrap{grid-template-columns:minmax(0,1fr) 360px;align-items:flex-start;gap:72px;display:grid}.hansa-openings__left{min-width:0}.hansa-openings .hansa-section-label{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;margin:0 0 18px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-openings h2{max-width:720px;color:var(--hansa-black);text-transform:uppercase;letter-spacing:-.045em;margin:0;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-openings__lead{max-width:640px;color:var(--hansa-black);letter-spacing:-.01em;margin:22px 0 0;font-size:18px;font-weight:500;line-height:1.7}.hansa-openings__filter{width:min(100%,320px);margin-top:34px;position:relative}.hansa-openings__filter select{border:1px solid var(--hansa-black);background:var(--hansa-white);width:100%;min-height:42px;color:var(--hansa-black);appearance:none;outline:none;padding:0 44px 0 14px;font-family:Hansa Lato,Arial,sans-serif;font-size:12px;font-weight:800;line-height:1}.hansa-openings__filter:after{content:"";border-right:2px solid var(--hansa-black);border-bottom:2px solid var(--hansa-black);pointer-events:none;width:9px;height:9px;position:absolute;top:48%;right:16px;transform:translateY(-50%)rotate(45deg)}.hansa-openings__table-wrap{width:100%;margin-top:26px;overflow-x:auto}.hansa-openings-table{border-collapse:collapse;border:1px solid #00000024;width:100%}.hansa-openings-table thead tr{background:var(--hansa-blue)}.hansa-openings-table th{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.12em;text-align:left;padding:13px 14px;font-size:11px;font-weight:900;line-height:1}.hansa-openings-table th:last-child{text-align:right}.hansa-openings-table td{color:var(--hansa-black);letter-spacing:-.01em;border-bottom:1px solid #0000001f;padding:15px 14px;font-size:14px;font-weight:800;line-height:1.35;transition:background .12s,color .12s}.hansa-openings-table td:last-child{color:var(--hansa-black);text-align:right;font-size:12px;font-weight:700}.hansa-openings-table tr:hover td{cursor:pointer;background:#0077dc14}.hansa-openings__right{flex-direction:column;align-items:center;display:flex}.hansa-phone-mockup{perspective:880px;perspective-origin:50% 35%;width:100%;max-width:340px;transform-style:preserve-3d;z-index:2;position:relative}.hansa-phone-mockup:after{content:"";filter:blur(9px);opacity:.75;pointer-events:none;background:radial-gradient(#00000047,#0000 70%);height:22px;position:absolute;bottom:-18px;left:10%;right:10%}.hansa-phone-mockup__image{filter:drop-shadow(0 28px 42px #0000003d);width:100%;height:auto;display:block}.hansa-phone-mockup__overlay{text-align:center;flex-direction:column;align-items:center;gap:24px;padding:0 15%;display:flex;position:absolute;top:30%;left:0;right:0}.hansa-phone-mockup__icon{color:var(--hansa-black);filter:drop-shadow(0 8px 14px #0000002e);font-size:36px;line-height:1}.hansa-phone-mockup__overlay p{color:var(--hansa-black);letter-spacing:-.02em;margin:0;font-size:19px;font-weight:800;line-height:1.2}.hansa-phone-mockup__overlay span{color:#1877f2}.hansa-openings__follow{min-height:42px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.12em;background:#1877f2;border-radius:999px;justify-content:center;align-items:center;margin-top:26px;padding:0 46px;font-size:13px;font-weight:900;line-height:1;text-decoration:none;transition:background .12s,transform .16s;display:inline-flex;box-shadow:0 16px 34px #0000002e}.hansa-openings__follow:hover{background:#0355c2;transform:translateY(-2px)}.hansa-openings-whatsapp{flex-direction:column;align-items:center;margin-top:58px;display:flex}.hansa-openings-whatsapp__image-wrap{justify-content:center;display:flex}.hansa-openings-whatsapp__image{background:var(--hansa-white);border:5px solid #25d366;border-radius:34px;width:250px;max-width:92%;height:auto;display:block;box-shadow:0 22px 48px #00000038,0 10px 21px #00000024}.hansa-openings-whatsapp__button{min-height:42px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.12em;background:#25d366;border-radius:999px;justify-content:center;align-items:center;margin-top:24px;padding:0 28px;font-size:12px;font-weight:900;line-height:1;text-decoration:none;transition:background .12s,transform .16s;display:inline-flex;box-shadow:0 13px 29px #00000038}.hansa-openings-whatsapp__button:hover{background:#1ebe5d;transform:translateY(-2px)}.hansa-job-modal{z-index:9999;background:#000000d1;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.hansa-job-modal__window{background:var(--hansa-white);width:min(100%,520px);max-height:calc(100vh - 36px);color:var(--hansa-black);border:1px solid var(--hansa-black);padding:46px 38px 38px;position:relative;overflow:auto}.hansa-job-modal__close{color:var(--hansa-black);cursor:pointer;background:0 0;border:none;font-size:36px;line-height:1;position:absolute;top:8px;right:18px}.hansa-job-modal h3{color:var(--hansa-black);letter-spacing:-.035em;margin:0;font-size:clamp(24px,2vw,32px);font-weight:900;line-height:1.1}.hansa-job-modal__location{color:var(--hansa-black);margin:14px 0 0;font-size:14px;font-weight:700;line-height:1.5}.hansa-job-modal__divider{background:#00000024;height:1px;margin:20px 0}.hansa-job-modal__description p{color:var(--hansa-black);margin:0 0 13px;font-size:14px;font-weight:500;line-height:1.65}.hansa-job-modal__description ul{margin:8px 0 20px;padding-left:18px}.hansa-job-modal__description li{color:var(--hansa-black);margin-bottom:8px;font-size:14px;font-weight:500;line-height:1.55}.hansa-job-modal__note{background:#0077dc14;padding:14px;font-style:italic;margin-top:18px!important;font-weight:700!important}.hansa-job-modal__apply{background:var(--hansa-blue);width:100%;min-height:42px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.13em;justify-content:center;align-items:center;margin-top:24px;font-size:11px;font-weight:900;line-height:1;text-decoration:none;transition:background .12s,transform .16s;display:inline-flex}.hansa-job-modal__apply:hover{background:var(--hansa-black);transform:translateY(-2px)}@media (prefers-reduced-motion:no-preference){.hansa-phone-mockup{animation:3.4s ease-in-out infinite hansaPhoneFloat}.hansa-phone-mockup__icon{animation:2s ease-in-out infinite hansaIconBob}.hansa-openings__follow,.hansa-openings-whatsapp__button{animation:3.1s ease-in-out infinite hansaButtonFloat}.hansa-openings-whatsapp__image-wrap{animation:6s ease-in-out infinite hansaWhatsappFloat}}@keyframes hansaPhoneFloat{0%{transform:translateY(0)rotate(-.4deg)}35%{transform:translateY(-11px)rotate(.6deg)}70%{transform:translateY(-5px)rotate(-.2deg)}to{transform:translateY(0)rotate(-.4deg)}}@keyframes hansaButtonFloat{0%{transform:translateY(0)}50%{transform:translateY(-7px)}to{transform:translateY(0)}}@keyframes hansaWhatsappFloat{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes hansaIconBob{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@media (width<=1024px){.hansa-openings{padding:84px 0}.hansa-openings__wrap{grid-template-columns:1fr;gap:54px}.hansa-openings .hansa-section-label{margin-bottom:16px;font-size:11px}.hansa-openings h2{letter-spacing:-.04em;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-openings__lead{font-size:16px;line-height:1.62}.hansa-openings__filter{width:100%}.hansa-openings-table th{padding:12px;font-size:10px}.hansa-openings-table td{padding:14px 12px;font-size:13px}.hansa-openings-table td:last-child{font-size:11px}.hansa-openings__right{padding-bottom:40px}.hansa-phone-mockup{max-width:310px}.hansa-phone-mockup__overlay p{font-size:15px}.hansa-phone-mockup__icon{font-size:30px}.hansa-openings__follow{min-height:40px;padding:0 42px;font-size:11px}.hansa-openings-whatsapp{margin-top:48px}.hansa-openings-whatsapp__image{width:235px}.hansa-openings-whatsapp__button{min-height:40px;font-size:11px}.hansa-job-modal{padding:12px}.hansa-job-modal__window{max-height:calc(100vh - 24px);padding:46px 18px 22px}.hansa-job-modal h3{font-size:22px}.hansa-job-modal__description p,.hansa-job-modal__description li{font-size:13px}}.hansa-employers-hero{min-height:280px;color:var(--hansa-white);background:radial-gradient(circle at 18% 18%,#d49a27 0%,#a96f13 36%,#68410b 70%,#241602 100%);font-family:Hansa Lato,Arial,sans-serif;position:relative;overflow:hidden}.hansa-employers-hero__inner{z-index:2;align-items:flex-end;min-height:280px;padding-top:140px;padding-bottom:44px;display:flex;position:relative}.hansa-employers-hero__content{max-width:760px}.hansa-employers-hero h1{color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;text-shadow:0 8px 24px #3c230052;margin:0;font-family:Hansa Lato,Arial,sans-serif;font-size:clamp(34px,4vw,56px);font-weight:900;line-height:.98}.hansa-employers-hero p{max-width:650px;color:var(--hansa-white);letter-spacing:-.01em;text-shadow:0 8px 24px #3c230052;margin:20px 0 0;font-family:Hansa Lato,Arial,sans-serif;font-size:clamp(17px,1.05vw,20px);font-weight:700;line-height:1.5}.hansa-european-recruitment{background:var(--hansa-white);color:var(--hansa-black);padding:112px 0;font-family:Hansa Lato,Arial,sans-serif;overflow:hidden}.hansa-european-recruitment__grid{grid-template-columns:.92fr 1.08fr;align-items:start;gap:76px;display:grid}.hansa-european-recruitment__left{max-width:520px}.hansa-european-recruitment .hansa-section-label{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;margin:0 0 18px;font-family:Hansa Lato,Arial,sans-serif;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-european-recruitment h2{color:var(--hansa-black);text-transform:uppercase;letter-spacing:-.045em;margin:0;font-family:Hansa Lato,Arial,sans-serif;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-european-recruitment__right{max-width:690px}.hansa-european-recruitment__lead{color:var(--hansa-black);letter-spacing:-.025em;margin-top:0!important;font-size:clamp(18px,1.1vw,22px)!important;font-weight:900!important;line-height:1.35!important}.hansa-european-recruitment__right p{color:var(--hansa-black);letter-spacing:-.01em;margin:24px 0 0;font-family:Hansa Lato,Arial,sans-serif;font-size:17px;font-weight:500;line-height:1.72}.hansa-european-recruitment__actions{flex-wrap:wrap;gap:12px;margin-top:36px;display:flex}.hansa-european-recruitment__button{background:var(--hansa-blue);border:1px solid var(--hansa-blue);min-height:40px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.13em;border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-family:Hansa Lato,Arial,sans-serif;font-size:11px;font-weight:900;line-height:1;text-decoration:none;transition:background .12s,border-color .12s,color .12s,transform .16s;display:inline-flex}.hansa-european-recruitment__button:hover{background:var(--hansa-black);border-color:var(--hansa-black);color:var(--hansa-white);transform:translateY(-2px)}.hansa-european-recruitment__button--secondary{border-color:var(--hansa-black);color:var(--hansa-black);background:0 0}.hansa-european-recruitment__button--secondary:hover{background:var(--hansa-black);border-color:var(--hansa-black);color:var(--hansa-white)}@media (width<=1024px){.hansa-employers-hero{min-height:240px}.hansa-employers-hero__inner{min-height:240px;padding-top:126px;padding-bottom:36px}.hansa-employers-hero h1{font-size:clamp(30px,8vw,44px);line-height:1}.hansa-employers-hero p{margin-top:16px;font-size:16px;line-height:1.45}.hansa-european-recruitment{padding:84px 0}.hansa-european-recruitment__grid{grid-template-columns:1fr;gap:36px}.hansa-european-recruitment__left,.hansa-european-recruitment__right{max-width:none}.hansa-european-recruitment .hansa-section-label{margin-bottom:16px;font-size:11px}.hansa-european-recruitment h2{letter-spacing:-.04em;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-european-recruitment__lead{font-size:18px!important;line-height:1.42!important}.hansa-european-recruitment__right p{margin-top:22px;font-size:16px;line-height:1.62}.hansa-european-recruitment__actions{flex-wrap:nowrap;gap:10px;margin-top:32px}.hansa-european-recruitment__button{letter-spacing:.1em;text-align:center;flex:1 1 0;min-width:0;min-height:38px;padding:0 14px;font-size:10px}}.hansa-employer-industries{background:var(--hansa-white);color:var(--hansa-black);font-family:Hansa Lato,Arial,sans-serif;overflow:hidden}.hansa-employer-industries__head{text-align:center;max-width:900px;margin:0 auto;padding:112px 0 68px}.hansa-employer-industries .hansa-section-label{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;text-align:center;margin:0 auto 18px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-employer-industries h2{max-width:840px;color:var(--hansa-black);text-transform:uppercase;letter-spacing:-.045em;text-align:center;margin:0 auto;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-employer-industries__lead{max-width:600px;color:var(--hansa-black);letter-spacing:-.025em;text-align:center;margin:22px auto 0;font-size:clamp(18px,1.1vw,22px);font-weight:900;line-height:1.35}.hansa-employer-industries__text{max-width:650px;color:var(--hansa-black);text-align:center;margin:58px auto 0;padding-bottom:112px}.hansa-employer-industries__text p{color:var(--hansa-black);letter-spacing:-.01em;margin:0;font-size:18px;font-weight:500;line-height:1.7}.hansa-employer-industries__text p+p{margin-top:22px}.hansa-employer-industries-mosaic{background:var(--hansa-white);width:100%;max-width:100%;color:var(--hansa-white);overflow:hidden}.hansa-employer-industries-mosaic__grid{grid-template-columns:repeat(5,minmax(0,1fr));width:100%;max-width:100%;display:grid}.hansa-employer-industries-mosaic__tile{min-width:0;height:clamp(190px,16vw,245px);position:relative;overflow:hidden}.hansa-employer-industries-mosaic__tile--color{justify-content:flex-start;align-items:flex-end;padding:clamp(20px,2.2vw,30px);display:flex}.hansa-employer-industries-mosaic__tile--red{background:#9b1f28}.hansa-employer-industries-mosaic__tile--blue{background:var(--hansa-blue)}.hansa-employer-industries-mosaic__tile--olive{background:#5f6f52}.hansa-employer-industries-mosaic__tile--purple{background:#5d3b8c}.hansa-employer-industries-mosaic__tile--gray{background:#5f6368}.hansa-employer-industries-mosaic__tile--image img{z-index:1;object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .24s;display:block;position:absolute;inset:0}.hansa-employer-industries-mosaic__tile--image:hover img{transform:scale(1.04)}.hansa-employer-industries-mosaic__overlay{z-index:2;background:linear-gradient(#0000000d 0%,#0000003d 44%,#000000c7 100%);justify-content:flex-start;align-items:flex-end;padding:clamp(20px,2.2vw,30px);display:flex;position:absolute;inset:0}.hansa-employer-industries-mosaic__content{width:100%;min-width:0;max-width:300px}.hansa-employer-industries-mosaic__content h3{color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.035em;overflow-wrap:anywhere;margin:0;font-size:clamp(20px,1.45vw,26px);font-weight:900;line-height:1.04}.hansa-employer-industries-mosaic__content p{max-width:300px;color:var(--hansa-white);letter-spacing:-.01em;overflow-wrap:anywhere;margin:12px 0 0;font-size:12px;font-weight:700;line-height:1.5}@media (width<=1024px){.hansa-employer-industries__head{text-align:center;max-width:none;padding:84px 0 52px}.hansa-employer-industries .hansa-section-label{margin-bottom:16px;font-size:11px}.hansa-employer-industries h2{letter-spacing:-.04em;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-employer-industries__lead{margin-top:22px;font-size:18px;line-height:1.42}.hansa-employer-industries__text{max-width:none;margin-top:42px;padding-bottom:84px}.hansa-employer-industries__text p{font-size:16px;line-height:1.62}.hansa-employer-industries__text p+p{margin-top:20px}.hansa-employer-industries-mosaic__grid{grid-template-columns:1fr}.hansa-employer-industries-mosaic__tile{width:100%;height:auto;min-height:230px}.hansa-employer-industries-mosaic__tile--color,.hansa-employer-industries-mosaic__overlay{align-items:flex-end;padding:34px 20px}.hansa-employer-industries-mosaic__content{max-width:340px}.hansa-employer-industries-mosaic__content h3{letter-spacing:-.04em;max-width:320px;font-size:clamp(25px,7vw,36px);line-height:1.04}.hansa-employer-industries-mosaic__content p{max-width:330px;margin-top:16px;font-size:15px;line-height:1.6}}.hansa-estonia-bridge{color:var(--hansa-white);background:radial-gradient(circle at 18% 18%,#0f8ee8 0%,#0077dc 34%,#064f91 68%,#061a33 100%);padding:88px 0;font-family:Hansa Lato,Arial,sans-serif;position:relative;overflow:hidden}.hansa-estonia-bridge:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff1f 0%,#ffffff08 42%,#00000029 100%);position:absolute;inset:0}.hansa-estonia-bridge__grid{z-index:2;grid-template-columns:minmax(0,1fr) minmax(360px,560px);align-items:center;gap:58px;display:grid;position:relative}.hansa-estonia-bridge__content{text-align:left;max-width:700px}.hansa-estonia-bridge__label{width:fit-content;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.17em;text-align:left;margin:0 0 18px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-estonia-bridge h2{max-width:680px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;text-align:left;margin:0;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-estonia-bridge__lead{color:var(--hansa-white);letter-spacing:-.02em;text-align:left;margin-top:24px!important;font-size:clamp(18px,1.1vw,22px)!important;font-weight:900!important;line-height:1.38!important}.hansa-estonia-bridge p{max-width:660px;color:var(--hansa-white);letter-spacing:-.01em;text-align:left;margin:22px 0 0;font-size:17px;font-weight:600;line-height:1.72}.hansa-estonia-bridge__map-wrap{flex-direction:column;justify-content:center;align-items:center;display:flex;transform:translateY(48px)}.hansa-estonia-bridge__map{width:min(100%,576px);height:auto;overflow:visible}.hansa-estonia-bridge__map-fill{fill:#ffffff24;stroke:none}.hansa-estonia-bridge__map-stroke{fill:none;stroke:#fff;stroke-width:.9px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:280;stroke-dashoffset:280px;filter:drop-shadow(0 0 10px #ffffff2e);animation:8.6s ease-in-out infinite hansaEstoniaOutline}.hansa-estonia-bridge__map-caption{color:#ffffffeb;text-transform:uppercase;letter-spacing:.14em;text-align:center;margin-top:20px;font-size:11px;font-weight:900;line-height:1.3}@keyframes hansaEstoniaOutline{0%{stroke-dashoffset:280px;opacity:.24}18%{opacity:1}48%{stroke-dashoffset:0;opacity:1}74%{stroke-dashoffset:0;opacity:.92}to{stroke-dashoffset:280px;opacity:.24}}@media (width<=1024px){.hansa-estonia-bridge__map-wrap{align-items:flex-start;transform:translateY(14px)}.hansa-estonia-bridge{padding:66px 0}.hansa-estonia-bridge__grid{grid-template-columns:1fr;gap:42px}.hansa-estonia-bridge__content{text-align:left;max-width:none}.hansa-estonia-bridge__label{margin-bottom:16px;font-size:11px}.hansa-estonia-bridge h2{letter-spacing:-.04em;max-width:none;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-estonia-bridge__lead{margin-top:22px!important;font-size:18px!important;line-height:1.42!important}.hansa-estonia-bridge p{max-width:none;margin-top:20px;font-size:16px;line-height:1.62}.hansa-estonia-bridge__map-wrap{align-items:flex-start}.hansa-estonia-bridge__map{width:min(100%,300px)}.hansa-estonia-bridge__map-caption{text-align:left;margin-top:16px;font-size:10px}}.hansa-employer-advantages{color:var(--hansa-white);background:radial-gradient(circle at 16% 14%,#ffffff1a 0%,#ffffff09 26%,#fff0 52%),linear-gradient(135deg,#260305 0%,#4b070b 46%,#180203 100%);padding:92px 0;font-family:Hansa Lato,Arial,sans-serif;position:relative;overflow:hidden}.hansa-employer-advantages:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff0b 0%,#fff0 42%,#ffffff0a 100%);position:absolute;inset:0}.hansa-employer-advantages .hansa-container{z-index:2;position:relative}.hansa-employer-advantages__intro{text-align:center;max-width:700px;margin:0 auto 56px}.hansa-employer-advantages__label{width:fit-content;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.17em;text-align:center;margin:0 auto 18px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-employer-advantages__intro h2{max-width:700px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;text-align:center;margin:0 auto;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-employer-advantages__intro p{max-width:600px;color:var(--hansa-white);letter-spacing:-.025em;text-align:center;margin:24px auto 0;font-size:clamp(18px,1.1vw,22px);font-weight:700;line-height:1.42}.hansa-employer-advantages__list{gap:0;display:grid}.hansa-employer-advantage{opacity:0;min-height:250px;transition:opacity .85s,transform .85s;transition-delay:var(--delay);border-top:1px solid #ffffff38;grid-template-columns:.62fr 1fr;align-items:center;gap:48px;padding:34px 0;display:grid;transform:translateY(32px)}.hansa-employer-advantage.is-visible{opacity:1;transform:translateY(0)}.hansa-employer-advantage--reverse{grid-template-columns:1fr .62fr;gap:30px}.hansa-employer-advantage--reverse .hansa-employer-advantage__media{order:2;justify-content:flex-start}.hansa-employer-advantage--reverse .hansa-employer-advantage__content{order:1}.hansa-employer-advantage__media{justify-content:center;align-items:center;width:100%;min-height:190px;display:flex}.hansa-employer-advantage__media img{object-fit:contain;filter:drop-shadow(0 20px 34px #00000052);width:min(100%,270px);height:auto;max-height:205px;transition:transform .22s,filter .22s;display:block}.hansa-employer-advantage:hover .hansa-employer-advantage__media img{filter:drop-shadow(0 24px 42px #00000061);transform:translateY(-4px)scale(1.015)}.hansa-employer-advantage__content{max-width:650px}.hansa-employer-advantage__number{color:#ffffff42;letter-spacing:-.08em;margin:0 0 18px;font-size:clamp(42px,4.4vw,76px);font-weight:900;line-height:.8;display:block}.hansa-employer-advantage__content h3{max-width:640px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.04em;margin:0;font-size:clamp(25px,2.3vw,38px);font-weight:900;line-height:1.04}.hansa-employer-advantage__content p{max-width:680px;color:var(--hansa-white);letter-spacing:-.01em;margin:22px 0 0;font-size:17px;font-weight:500;line-height:1.72}.hansa-employer-advantages__closing{text-align:center;border-top:none;max-width:500px;margin:46px auto 0;padding-top:0}.hansa-employer-advantages__closing p{max-width:660px;color:var(--hansa-white);letter-spacing:-.025em;text-align:center;margin:0 auto;font-size:clamp(18px,1.1vw,22px);font-weight:900;line-height:1.42}.hansa-employer-advantages__button{background:var(--hansa-white);border:1px solid var(--hansa-white);color:#4b070b;text-transform:uppercase;letter-spacing:.13em;border-radius:999px;justify-content:center;align-items:center;min-height:38px;margin-top:26px;padding:2px 22px 0;font-size:10px;font-weight:900;line-height:1;text-decoration:none;transition:transform .16s,background .12s,border-color .12s,color .12s;display:inline-flex}.hansa-employer-advantages__button:hover{border-color:var(--hansa-white);color:var(--hansa-white);background:0 0;transform:translateY(-2px)}@media (width<=1024px){.hansa-employer-advantages{padding:72px 0 78px}.hansa-employer-advantages__intro{text-align:left;max-width:none;margin-bottom:40px}.hansa-employer-advantages__label{text-align:left;margin:0 0 16px;font-size:11px}.hansa-employer-advantages__intro h2{letter-spacing:-.04em;text-align:left;margin:0;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-employer-advantages__intro p{text-align:left;margin:22px 0 0;font-size:18px;line-height:1.42}.hansa-employer-advantage,.hansa-employer-advantage--reverse{grid-template-columns:1fr;gap:18px;min-height:auto;padding:34px 0}.hansa-employer-advantage--reverse .hansa-employer-advantage__media,.hansa-employer-advantage--reverse .hansa-employer-advantage__content{order:initial}.hansa-employer-advantage__media{text-align:center;justify-content:center;min-height:150px}.hansa-employer-advantage__media img{width:min(100%,220px);max-height:175px;margin:0 auto}.hansa-employer-advantage__content{max-width:none}.hansa-employer-advantage__number{margin-bottom:16px;font-size:clamp(42px,14vw,66px)}.hansa-employer-advantage__content h3{letter-spacing:-.04em;font-size:clamp(25px,7vw,38px);line-height:1.04}.hansa-employer-advantage__content p{margin-top:18px;font-size:16px;line-height:1.62}.hansa-employer-advantages__closing{text-align:left;margin-top:38px;padding-top:0}.hansa-employer-advantages__closing p{text-align:left;margin:0;font-size:18px;line-height:1.42}.hansa-employer-advantages__button{letter-spacing:.1em;width:100%;min-height:36px;margin-top:24px;padding:2px 18px 0;font-size:10px}}@media (prefers-reduced-motion:reduce){.hansa-employer-advantage{opacity:1;transition:none;transform:none}.hansa-employer-advantage:hover .hansa-employer-advantage__media img{transform:none}}.hansa-employer-industries__actions{justify-content:center;margin-top:48px;margin-bottom:0;display:flex}.hansa-employer-industries__button{background:var(--hansa-blue);border:1px solid var(--hansa-blue);min-height:34px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.13em;border-radius:999px;justify-content:center;align-items:center;padding:3px 22px 0;font-size:10px;font-weight:900;line-height:1;text-decoration:none;transition:transform .16s,background .12s,border-color .12s,color .12s;display:inline-flex}.hansa-employer-industries{padding-bottom:14px}@media (width<=1024px){.hansa-employer-industries{padding-bottom:12px}.hansa-employer-industries__actions{margin-top:40px;margin-bottom:0}.hansa-employer-industries__button{letter-spacing:.1em;width:100%;min-height:34px;padding:0 18px 2px;font-size:10px}}.hansa-employer-industries{min-height:0!important;margin-bottom:0!important;padding-bottom:0!important}.hansa-employer-industries>.hansa-container:last-child{margin-bottom:0!important;padding-bottom:60px!important}.hansa-employer-industries__text{margin-bottom:0!important;padding-bottom:0!important}.hansa-employer-industries__actions{justify-content:center;display:flex;margin-top:48px!important;margin-bottom:0!important;padding-bottom:0!important}.hansa-employer-industries__button{background:var(--hansa-blue);border:1px solid var(--hansa-blue);min-height:34px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.13em;border-radius:999px;justify-content:center;align-items:center;padding:2.5px 22px 0;font-size:10px;font-weight:900;line-height:1;text-decoration:none;display:inline-flex}.hansa-employer-industries__button:hover{background:var(--hansa-black);border-color:var(--hansa-black);color:var(--hansa-white);transform:translateY(-2px)}@media (width<=1024px){.hansa-employer-industries{min-height:0!important;margin-bottom:0!important;padding-bottom:0!important}.hansa-employer-industries>.hansa-container:last-child{padding-bottom:50px!important}.hansa-employer-industries__actions{margin-top:40px!important;margin-bottom:0!important;padding-bottom:0!important}.hansa-employer-industries__button{letter-spacing:.1em;width:100%;min-height:34px;padding:0 18px 2px;font-size:10px}}.hansa-testimonials{background:var(--hansa-white);color:var(--hansa-black);padding:88px 0 84px;font-family:Hansa Lato,Arial,sans-serif;overflow:hidden}.hansa-testimonials__head{text-align:center;max-width:820px;margin:0 auto 46px}.hansa-testimonials .hansa-section-label{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;text-align:center;margin:0 auto 16px;font-size:11px;font-weight:900;line-height:1;display:block}.hansa-testimonials__head h2{max-width:760px;color:var(--hansa-black);text-transform:uppercase;letter-spacing:-.045em;text-align:center;margin:0 auto;font-size:clamp(30px,3vw,48px);font-weight:900;line-height:1.04}.hansa-testimonials__head p{max-width:650px;color:var(--hansa-black);letter-spacing:-.025em;text-align:center;margin:22px auto 0;font-size:clamp(18px,1.1vw,21px);font-weight:900;line-height:1.42}.hansa-testimonials__viewport{width:100%;padding:12px var(--hansa-space-x) 22px;overflow:hidden}.hansa-testimonials__track{will-change:transform;gap:18px;transition:transform 1.65s cubic-bezier(.16,1,.3,1);display:flex}.hansa-testimonial-card{min-height:325px;color:var(--hansa-black);background:#f7f9fb;border:1px solid #4e79d6f2;border-radius:22px;flex-direction:column;flex:0 0 clamp(330px,31vw,470px);justify-content:space-between;padding:30px 30px 28px;transition:border-color .16s,box-shadow .22s,background .16s;display:flex;box-shadow:0 0 #0000}.hansa-testimonial-card:hover{background:var(--hansa-white);border-color:#4e79d6f2;box-shadow:0 22px 58px #00000014}.hansa-testimonial-card__mark{height:42px;color:var(--hansa-blue);letter-spacing:-.08em;margin:0 0 18px;font-size:70px;font-weight:900;line-height:.72}.hansa-testimonial-card__text{color:var(--hansa-black);letter-spacing:-.01em;margin:0;font-size:16px;font-weight:500;line-height:1.68}.hansa-testimonial-card__author{border-top:1px solid #4e79d6f2;margin-top:30px;padding-top:20px}.hansa-testimonial-card__author h3{color:var(--hansa-black);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:14px;font-weight:900;line-height:1.1}.hansa-testimonial-card__author p{color:var(--hansa-black);letter-spacing:-.01em;margin:8px 0 0;font-size:13px;font-weight:700;line-height:1.45}.hansa-testimonials__controls{justify-content:space-between;align-items:center;gap:24px;margin-top:18px;display:flex}.hansa-testimonials__arrows{justify-content:flex-start;align-items:center;gap:22px;height:22px;display:flex}.hansa-testimonials__dots{justify-content:flex-end;align-items:center;gap:8px;height:22px;display:flex}.hansa-testimonials__arrows button,.hansa-testimonials__dots button{appearance:none;cursor:pointer;border:none;padding:0;font-family:Hansa Lato,Arial,sans-serif}.hansa-testimonials__arrows button{width:24px;height:22px;color:var(--hansa-black);background:0 0;border-radius:0;justify-content:center;align-items:center;font-size:25px;font-weight:900;line-height:1;transition:color .12s,transform .16s,opacity .12s;display:inline-flex;transform:translateY(0)}.hansa-testimonials__arrows button:hover{color:var(--hansa-blue);background:0 0;transform:translateY(-1px)}.hansa-testimonials__dots button{background:#0000001f;border-radius:999px;width:9px;height:9px;transition:width .22s,background .14s}.hansa-testimonials__dots button.is-active{background:var(--hansa-blue);width:22px}@media (width<=1024px){.hansa-testimonials{padding:68px 0 64px}.hansa-testimonials__head{text-align:left;max-width:none;margin-bottom:34px}.hansa-testimonials .hansa-section-label{text-align:left;margin:0 0 14px;font-size:11px}.hansa-testimonials__head h2{letter-spacing:-.04em;text-align:left;margin:0;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-testimonials__head p{text-align:left;margin:20px 0 0;font-size:18px;line-height:1.42}.hansa-testimonials__viewport{padding:8px var(--hansa-space-x) 16px}.hansa-testimonials__track{gap:14px;transition-duration:1.5s}.hansa-testimonial-card{border-radius:18px;flex-basis:min(82vw,360px);min-height:340px;padding:28px 24px 26px}.hansa-testimonial-card__mark{height:38px;margin-bottom:16px;font-size:62px}.hansa-testimonial-card__text{font-size:15px;line-height:1.62}.hansa-testimonial-card__author{margin-top:28px;padding-top:18px}.hansa-testimonial-card__author h3,.hansa-testimonial-card__author p{font-size:13px}.hansa-testimonials__controls{flex-direction:column;justify-content:center;align-items:center;gap:18px;margin-top:20px;display:flex}.hansa-testimonials__dots{order:1;justify-content:center;height:18px}.hansa-testimonials__arrows{order:2;justify-content:center;gap:28px;height:24px}.hansa-testimonials__arrows button{width:26px;height:24px;font-size:24px}}.hansa-employer-final-cta{color:var(--hansa-white);background:radial-gradient(circle at 50% 0,#ffffff29 0%,#ffffff0f 28%,#fff0 56%),linear-gradient(135deg,#0077dc 0%,#256fd6 50%,#0b57bd 100%);padding:82px 0;font-family:Hansa Lato,Arial,sans-serif;position:relative;overflow:hidden}.hansa-employer-final-cta:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff0f 0%,#fff0 42%,#ffffff14 100%);position:absolute;inset:0}.hansa-employer-final-cta .hansa-container{z-index:2;position:relative}.hansa-employer-final-cta__content{text-align:center;max-width:660px;margin:0 auto}.hansa-employer-final-cta__label{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.17em;text-align:center;margin:10px 0 25px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-employer-final-cta h2{max-width:620px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;text-align:center;margin:0 auto;font-size:clamp(30px,2.7vw,44px);font-weight:900;line-height:1.04}.hansa-employer-final-cta p{max-width:600px;color:var(--hansa-white);letter-spacing:-.02em;text-align:center;margin:20px auto 0;font-size:clamp(16px,.95vw,19px);font-weight:700;line-height:1.5}.hansa-employer-final-cta__button{border:1px solid var(--hansa-white);min-height:40px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.13em;background:0 0;border-radius:999px;justify-content:center;align-items:center;margin-top:32px;padding:0 28px;font-size:11px;font-weight:900;line-height:1;text-decoration:none;transition:transform .16s,background .12s,border-color .12s,color .12s;display:inline-flex}.hansa-employer-final-cta__button:hover{background:var(--hansa-white);border-color:var(--hansa-white);color:var(--hansa-blue);transform:translateY(-2px)}@media (width<=1024px){.hansa-employer-final-cta{padding:70px 0}.hansa-employer-final-cta__content{max-width:none}.hansa-employer-final-cta__icon{width:44px;height:44px;margin-bottom:22px;font-size:20px}.hansa-employer-final-cta__label{margin-bottom:14px;font-size:11px}.hansa-employer-final-cta h2{letter-spacing:-.04em;max-width:none;font-size:clamp(27px,7vw,40px);line-height:1.04}.hansa-employer-final-cta p{max-width:none;margin-top:20px;font-size:16px;line-height:1.5}.hansa-employer-final-cta__button{letter-spacing:.1em;width:100%;min-height:38px;margin-top:30px;padding:0 18px;font-size:10px}}.hansa-industries{background:var(--hansa-white);color:var(--hansa-black);padding:112px 0;overflow:hidden}.hansa-industries__head{text-align:center;max-width:900px;margin:0 auto}.hansa-industries .hansa-section-label{width:fit-content;color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.17em;text-align:center;margin:0 auto 18px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-industries h2{max-width:840px;color:var(--hansa-black);text-align:center;margin:0 auto}.hansa-industries__head>p{max-width:520px;color:var(--hansa-black);letter-spacing:-.025em;text-align:center;margin:22px auto 0;font-size:clamp(18px,1.1vw,22px);font-weight:900;line-height:1.35}.hansa-industries__grid{grid-template-columns:repeat(5,1fr);gap:34px 18px;margin-top:56px;display:grid}.hansa-industry-card{min-height:194px;color:var(--hansa-black);opacity:0;transition:opacity .72s,transform .72s;transition-delay:var(--delay);background:0 0;flex-direction:column;justify-content:flex-start;align-items:center;padding:10px 8px;display:flex;transform:translateY(28px)}.hansa-industry-card.is-visible{opacity:1;transform:translateY(0)}.hansa-industry-card:hover{transition:transform .16s;transform:translateY(-4px)}.hansa-industry-card__image-wrap{background:0 0;border-radius:0;justify-content:center;align-items:flex-end;width:142px;height:125px;margin-bottom:20px;display:flex;overflow:visible}.hansa-industry-card__image{object-fit:contain;object-position:center bottom;width:100%;height:100%;transform:translateY(var(--image-offset)) scale(1);transition:transform .18s,filter .18s;display:block}.hansa-industry-card:hover .hansa-industry-card__image{transform:translateY(var(--image-offset)) scale(1.08)}.hansa-industry-card h3,.hansa-industry-card__name{color:var(--hansa-black);text-align:center;letter-spacing:-.015em;margin:0;font-size:18px;font-weight:900;line-height:1.22;transition:color .12s}.hansa-industry-card:hover h3,.hansa-industry-card:hover .hansa-industry-card__name{color:var(--hansa-blue)}.hansa-industries__footer{max-width:750px;color:var(--hansa-black);letter-spacing:-.01em;text-align:center;border-top:1px solid #8ee6b4;margin:46px auto 0;padding-top:30px;font-size:20px;font-weight:500;line-height:1.68}.hansa-industries__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:34px;display:flex}.hansa-industries__button{text-transform:uppercase;letter-spacing:.13em;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 22px;font-size:11px;font-weight:900;line-height:1;text-decoration:none;transition:background .12s,border-color .12s,color .12s,transform .16s;display:inline-flex}.hansa-industries__button:hover{transform:translateY(-2px)}.hansa-industries__button--primary{background:var(--hansa-blue);border:1px solid var(--hansa-blue);color:var(--hansa-white)}.hansa-industries__button--primary:hover{background:var(--hansa-black);border-color:var(--hansa-black);color:var(--hansa-white)}.hansa-industries__button--secondary{border:1px solid var(--hansa-black);color:var(--hansa-black);background:0 0}.hansa-industries__button--secondary:hover{background:var(--hansa-black);border-color:var(--hansa-black);color:var(--hansa-white)}@media (width<=1024px){.hansa-industries{padding:84px 0}.hansa-industries__head,.hansa-industries .hansa-section-label,.hansa-industries h2,.hansa-industries__head>p{text-align:center}.hansa-industries .hansa-section-label{margin-bottom:16px;font-size:11px}.hansa-industries h2{letter-spacing:-.04em;font-size:clamp(28px,7vw,42px);line-height:1.04}.hansa-industries__head>p{margin-top:22px;font-size:18px;line-height:1.42}.hansa-industries__grid{grid-template-columns:repeat(2,1fr);gap:26px 14px;margin-top:40px}.hansa-industry-card{min-height:150px;padding:8px 6px}.hansa-industry-card__image-wrap{border-radius:0;width:104px;height:92px;margin-bottom:14px;overflow:visible}.hansa-industry-card h3,.hansa-industry-card__name{font-size:13px}.hansa-industries__footer{margin-top:34px;padding-top:24px;font-size:16px;line-height:1.62}.hansa-industries__actions{flex-wrap:nowrap;gap:10px}.hansa-industries__button{letter-spacing:.1em;flex:1 1 0;min-width:0;min-height:38px;padding:0 14px;font-size:10px}}.hansa-legal-hero{background:linear-gradient(180deg, #000000f5 0%, #000000e6 54%, #000 100%), var(--hansa-black);min-height:360px;color:var(--hansa-white);position:relative;overflow:hidden}.hansa-legal-hero__inner{z-index:2;align-items:flex-end;min-height:360px;padding-top:148px;padding-bottom:58px;display:flex;position:relative}.hansa-legal-hero__content{max-width:780px}.hansa-legal-hero__label{color:var(--hansa-white);text-transform:uppercase;letter-spacing:.17em;margin:0 0 16px;font-size:12px;font-weight:900;line-height:1;display:block}.hansa-legal-hero h1{color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;margin:0;font-size:clamp(34px,4vw,56px);font-weight:900;line-height:.98}.hansa-legal-hero p{max-width:660px;color:var(--hansa-white);letter-spacing:-.01em;margin:20px 0 0;font-size:clamp(17px,1.05vw,20px);font-weight:700;line-height:1.5}.hansa-legal-content{background:var(--hansa-white);color:var(--hansa-black);padding:86px 0 108px}.hansa-legal-content__inner{justify-content:center;display:flex}.hansa-legal-document{width:min(100%,960px);color:var(--hansa-black);font-family:Hansa Lato,Arial,sans-serif}.hansa-legal-toc{background:var(--hansa-white);border:1px solid #00000024;padding:32px 34px}.hansa-legal-toc h2{color:var(--hansa-black);text-transform:uppercase;letter-spacing:-.03em;margin:0 0 24px;font-size:20px;font-weight:900;line-height:1.1}.hansa-legal-toc ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 34px;margin:0;padding:0;list-style:none;display:grid}.hansa-legal-toc li{margin:0;padding:0}.hansa-legal-toc a{color:var(--hansa-black);letter-spacing:-.01em;font-size:13px;font-weight:700;line-height:1.42;text-decoration:none;transition:color .12s,opacity .12s}.hansa-legal-toc a:hover{color:var(--hansa-blue)}.hansa-legal-document__updated{color:var(--hansa-black);text-transform:uppercase;letter-spacing:.08em;margin:32px 0 0;font-size:12px;font-weight:900;line-height:1.5}.hansa-legal-section{padding-top:50px;scroll-margin-top:120px}.hansa-legal-section h2{color:var(--hansa-black);text-transform:uppercase;letter-spacing:-.04em;margin:0 0 24px;font-size:clamp(24px,2vw,34px);font-weight:900;line-height:1.08}.hansa-legal-section p{color:var(--hansa-black);letter-spacing:-.01em;margin:0;font-size:15px;font-weight:500;line-height:1.7}.hansa-legal-section p+p{margin-top:18px}.hansa-legal-section strong{font-weight:900}.hansa-legal-section ul{color:var(--hansa-black);margin:16px 0 0;padding-left:21px}.hansa-legal-section ul+p{margin-top:18px}.hansa-legal-section li{color:var(--hansa-black);letter-spacing:-.01em;margin:0;font-size:15px;font-weight:500;line-height:1.66}.hansa-legal-section li+li{margin-top:6px}.hansa-legal-section a{color:var(--hansa-blue);font-weight:900;text-decoration:none}.hansa-legal-section a:hover{text-decoration:underline}.hansa-legal-company-box{text-align:center;background:#f7f9fb;border:1px solid #00000024;margin:20px 0;padding:24px 26px}.hansa-legal-company-box p{margin:0;font-size:14px;font-weight:800;line-height:1.62}@media (width<=1024px){.hansa-legal-hero{min-height:330px}.hansa-legal-hero__inner{min-height:330px;padding-top:132px;padding-bottom:44px}.hansa-legal-hero__label{margin-bottom:14px;font-size:11px}.hansa-legal-hero h1{letter-spacing:-.045em;font-size:clamp(32px,9vw,48px);line-height:1}.hansa-legal-hero p{margin-top:18px;font-size:16px;line-height:1.48}.hansa-legal-content{padding:68px 0 86px}.hansa-legal-document{width:100%}.hansa-legal-toc{padding:26px 22px}.hansa-legal-toc h2{margin-bottom:20px;font-size:19px}.hansa-legal-toc ul{grid-template-columns:1fr;gap:9px}.hansa-legal-toc a{font-size:13px;line-height:1.42}.hansa-legal-document__updated{margin-top:28px;font-size:11px;line-height:1.5}.hansa-legal-section{padding-top:42px;scroll-margin-top:96px}.hansa-legal-section h2{margin-bottom:22px;font-size:clamp(24px,7vw,34px);line-height:1.08}.hansa-legal-section p,.hansa-legal-section li{font-size:14px;line-height:1.64}.hansa-legal-section p+p{margin-top:18px}.hansa-legal-section ul{margin-top:15px;padding-left:20px}.hansa-legal-section ul+p{margin-top:18px}.hansa-legal-company-box{padding:22px 20px}.hansa-legal-company-box p{font-size:14px;line-height:1.58}}@media (width<=1024px){.hansa-contact-hero{min-height:330px}.hansa-contact-hero__inner{min-height:330px;padding-top:132px;padding-bottom:44px}.hansa-contact-hero h1{letter-spacing:-.05em;font-size:clamp(36px,11vw,56px);line-height:.98}.hansa-contact-hero p{margin-top:18px;font-size:16px;line-height:1.48}.hansa-contact-section{min-height:auto;padding:68px 0}.hansa-contact-section__shade{background:#0000006b}.hansa-contact-panel{grid-template-columns:1fr;gap:34px;width:100%;padding:22px 18px}.hansa-contact-panel__label{margin-bottom:11px;font-size:9px}.hansa-contact-panel h2,.hansa-contact-form__head h2{font-size:clamp(25px,8vw,38px);line-height:1.04}.hansa-contact-panel__lead,.hansa-contact-form__head p{margin-top:14px;font-size:13px;line-height:1.55}.hansa-contact-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 14px;margin-top:24px}.hansa-contact-details__item p{font-size:12px;line-height:1.48}.hansa-contact-form{gap:14px}.hansa-contact-form__grid{grid-template-columns:1fr;gap:12px}.hansa-contact-field input,.hansa-contact-field select{height:38px}.hansa-contact-field textarea{min-height:104px}.hansa-contact-check{padding:10px 11px}.hansa-contact-check span{font-size:11px;line-height:1.46}.hansa-contact-turnstile{transform-origin:0;min-height:60px;overflow-x:auto;transform:scale(.86)}.hansa-contact-submit{width:100%;min-height:38px;padding:0 18px;font-size:9px}}.hansa-contact-hero{min-height:280px;color:var(--hansa-white);background:radial-gradient(circle at 18% 18%,#ff9f2f 0%,#df741d 38%,#a24612 72%,#2b0d03 100%);position:relative;overflow:hidden}.hansa-contact-hero__inner{z-index:2;align-items:flex-end;min-height:280px;padding-top:140px;padding-bottom:44px;display:flex;position:relative}.hansa-contact-hero__content{max-width:760px}.hansa-contact-hero h1{color:var(--hansa-white);text-transform:uppercase;letter-spacing:-.045em;text-shadow:0 8px 24px #501c004d;margin:0;font-size:clamp(34px,4vw,56px);font-weight:900;line-height:.98}.hansa-contact-hero p{max-width:620px;color:var(--hansa-white);letter-spacing:-.01em;text-shadow:0 8px 24px #501c004d;margin:20px 0 0;font-size:clamp(17px,1.05vw,20px);font-weight:700;line-height:1.5}.hansa-contact-section{background:var(--hansa-black);min-height:720px;color:var(--hansa-black);padding:78px 0;position:relative;overflow:hidden}.hansa-contact-section__image{z-index:1;object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.hansa-contact-section__shade{z-index:2;background:linear-gradient(90deg,#0000008a 0%,#00000038 48%,#0000007a 100%),#0000001a;position:absolute;inset:0}.hansa-contact-section__inner{z-index:3;position:relative}.hansa-contact-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #ffffff57;grid-template-columns:.92fr 1.08fr;align-items:start;gap:42px;width:min(100%,1080px);margin:0 auto;padding:30px;display:grid;box-shadow:0 30px 80px #00000038}.hansa-contact-panel__info,.hansa-contact-form{min-width:0}.hansa-contact-panel__label{color:var(--hansa-blue);text-transform:uppercase;letter-spacing:.16em;margin:0 0 12px;font-size:9px;font-weight:900;line-height:1;display:block}.hansa-contact-panel h2,.hansa-contact-form__head h2{color:var(--hansa-black);text-transform:uppercase;letter-spacing:-.045em;margin:0;font-size:clamp(24px,2.2vw,36px);font-weight:900;line-height:1.04}.hansa-contact-panel__lead,.hansa-contact-form__head p{color:var(--hansa-black);letter-spacing:-.01em;margin:13px 0 0;font-size:13px;font-weight:600;line-height:1.55}.hansa-contact-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin-top:24px;display:grid}.hansa-contact-details__item{border-top:1px solid #00000024;min-width:0;padding-top:12px}.hansa-contact-details__item--wide{grid-column:1/-1}.hansa-contact-details__item span{color:var(--hansa-black);text-transform:uppercase;letter-spacing:.13em;opacity:.62;margin:0 0 6px;font-size:8px;font-weight:900;line-height:1;display:block}.hansa-contact-details__item p{color:var(--hansa-black);letter-spacing:-.01em;overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:800;line-height:1.48}.hansa-contact-details__item a{color:var(--hansa-black);text-decoration:none}.hansa-contact-details__item a:hover{color:var(--hansa-blue)}.hansa-contact-form{gap:14px;display:grid}.hansa-contact-form__head{margin-bottom:4px}.hansa-contact-form__grid{grid-template-columns:repeat(2,1fr);gap:11px;display:grid}.hansa-contact-field{gap:7px;display:grid}.hansa-contact-field--full{width:100%}.hansa-contact-field span{color:var(--hansa-black);text-transform:uppercase;letter-spacing:.13em;font-size:8px;font-weight:900;line-height:1}.hansa-contact-field input,.hansa-contact-field select,.hansa-contact-field textarea{width:100%;color:var(--hansa-black);background:#ffffffe0;border:1px solid #0000002e;border-radius:0;outline:none;font-family:Hansa Lato,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.25;transition:border-color .12s,background .12s,box-shadow .12s}.hansa-contact-field input,.hansa-contact-field select{height:36px;padding:0 11px}.hansa-contact-field textarea{resize:vertical;min-height:94px;padding:10px 11px}.hansa-contact-field input:focus,.hansa-contact-field select:focus,.hansa-contact-field textarea:focus{border-color:var(--hansa-blue);background:var(--hansa-white);box-shadow:0 0 0 3px #0077dc1a}.hansa-contact-field select{appearance:none}.hansa-contact-checks{gap:8px;display:grid}.hansa-contact-check{cursor:pointer;background:#ffffffb8;border:1px solid #00000026;grid-template-columns:15px 1fr;align-items:start;gap:9px;padding:10px 11px;display:grid}.hansa-contact-check input{width:15px;height:15px;accent-color:var(--hansa-blue);cursor:pointer;margin:1px 0 0}.hansa-contact-check span{color:var(--hansa-black);letter-spacing:-.01em;font-size:11px;font-weight:600;line-height:1.46}.hansa-contact-check a{color:var(--hansa-blue);font-weight:900;text-decoration:none}.hansa-contact-check a:hover{text-decoration:underline}.hansa-contact-turnstile{transform-origin:0;justify-content:flex-start;align-items:center;min-height:54px;display:flex;transform:scale(.86)}.hansa-contact-submit{border:1px solid var(--hansa-blue);background:var(--hansa-blue);width:fit-content;min-height:36px;color:var(--hansa-white);text-transform:uppercase;letter-spacing:.13em;cursor:pointer;border-radius:999px;padding:0 21px;font-family:Hansa Lato,Arial,sans-serif;font-size:9px;font-weight:900;line-height:1;transition:transform .16s,background .12s,border-color .12s,color .12s}.hansa-contact-submit:hover{background:var(--hansa-black);border-color:var(--hansa-black);color:var(--hansa-white);transform:translateY(-2px)}@media (width<=1024px){.hansa-contact-hero{min-height:240px}.hansa-contact-hero__inner{min-height:240px;padding-top:126px;padding-bottom:36px}.hansa-contact-hero h1{letter-spacing:-.045em;font-size:clamp(30px,8vw,44px);line-height:1}.hansa-contact-hero p{margin-top:16px;font-size:16px;line-height:1.45}.hansa-contact-section{min-height:auto;padding:64px 0}.hansa-contact-section__shade{background:#0000006b}.hansa-contact-panel{grid-template-columns:1fr;gap:34px;width:100%;padding:22px 18px}.hansa-contact-panel__label{margin-bottom:11px;font-size:9px}.hansa-contact-panel h2,.hansa-contact-form__head h2{font-size:clamp(25px,8vw,38px);line-height:1.04}.hansa-contact-panel__lead,.hansa-contact-form__head p{margin-top:14px;font-size:13px;line-height:1.55}.hansa-contact-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 14px;margin-top:24px}.hansa-contact-details__item p{font-size:12px;line-height:1.48}.hansa-contact-form{gap:14px}.hansa-contact-form__grid{grid-template-columns:1fr;gap:12px}.hansa-contact-field input,.hansa-contact-field select{height:38px}.hansa-contact-field textarea{min-height:104px}.hansa-contact-check{padding:10px 11px}.hansa-contact-check span{font-size:11px;line-height:1.46}.hansa-contact-turnstile{transform-origin:0;min-height:60px;overflow-x:auto;transform:scale(.86)}.hansa-contact-submit{width:100%;min-height:38px;padding:0 18px;font-size:9px}}.hansa-scroll-top{z-index:120;width:44px;height:44px;color:var(--hansa-white);cursor:pointer;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000b8;border:1px solid #ffffff57;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:opacity .18s,visibility .18s,transform .18s,background .12s,border-color .12s;display:inline-flex;position:fixed;bottom:26px;right:26px;transform:translateY(12px);box-shadow:0 18px 44px #00000047}.hansa-scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.hansa-scroll-top:hover{background:var(--hansa-blue);border-color:var(--hansa-blue);transform:translateY(-2px)}.hansa-scroll-top svg{fill:currentColor;width:22px;height:22px;display:block}@media (width<=1024px){.hansa-scroll-top{width:40px;height:40px;bottom:18px;right:18px}.hansa-scroll-top svg{width:20px;height:20px}}.hansa-contact-submit{letter-spacing:.13em;font-size:10.5px}@media (width>=1025px){.hansa-scroll-top svg,.hansa-scroll-top i{transform:translate(.5px)}}.hansa-industries .hansa-industry-card h3,.hansa-industries .hansa-industry-card__name,.hansa-industries .hansa-industry-card:hover h3,.hansa-industries .hansa-industry-card:hover .hansa-industry-card__name{color:var(--hansa-blue)!important}@media (width>=1025px){.hansa-industries .hansa-industry-card{min-height:235px}.hansa-industries .hansa-industry-card__image-wrap{width:180px;height:158px;margin-bottom:24px}.hansa-industries .hansa-industry-card__image{transform:translateY(var(--image-offset)) scale(1.04)}.hansa-industries .hansa-industry-card:hover .hansa-industry-card__image{transform:translateY(var(--image-offset)) scale(1.1)}}.hansa-employer-advantages{scroll-margin-top:-30px}.hansa-founder-article-content__signature{justify-content:flex-start;max-width:760px;margin:54px auto 0 270px;display:flex}.hansa-founder-article-content__signature img{width:210px;max-width:58%;height:auto;display:block}@media (width<=1024px){.hansa-founder-article-content__signature{margin-top:42px;margin-left:1px}.hansa-founder-article-content__signature img{width:170px;max-width:65%}}.hansa-contact-bar{color:var(--hansa-white);background:radial-gradient(circle at 12% 20%,#0077dc4d 0%,#061a33fa 38%,#031326 100%);padding:42px 0;position:relative;overflow:hidden}.hansa-contact-bar:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff14 0%,#ffffff04 45%,#ffffff0f 100%);position:absolute;inset:0}.hansa-contact-bar__grid{z-index:2;grid-template-columns:repeat(4,1fr);align-items:start;gap:28px;display:grid;position:relative}.hansa-contact-bar__item{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;min-width:0;display:flex}.hansa-contact-bar__icon{color:var(--hansa-white);opacity:.96;text-shadow:0 0 18px #ffffff2e,0 0 28px #0077dc47;justify-content:center;align-items:center;margin:0 0 16px;line-height:1;transition:color .16s,opacity .16s,transform .18s,text-shadow .18s;display:flex}.hansa-contact-bar__icon i{font-size:26px;line-height:1}.hansa-contact-bar__item:hover .hansa-contact-bar__icon{color:#d6a13a;opacity:1;text-shadow:0 0 18px #d6a13a3d,0 0 34px #d6a13a2e;transform:translateY(-3px)}.hansa-contact-bar__value{color:var(--hansa-white);letter-spacing:-.01em;overflow-wrap:anywhere;font-size:14px;font-weight:800;line-height:1.5;text-decoration:none}a.hansa-contact-bar__value:hover{text-decoration:underline}@media (width<=1024px){.hansa-contact-bar{padding:38px 0}.hansa-contact-bar__grid{grid-template-columns:1fr;gap:30px}.hansa-contact-bar__icon{margin-bottom:13px}.hansa-contact-bar__icon i{font-size:24px}.hansa-contact-bar__value{font-size:14px;line-height:1.5}}.hansa-contact-form__notice{color:var(--hansa-white);text-align:center;border-radius:14px;margin-top:16px;padding:14px 16px;font-size:13px;font-weight:800;line-height:1.5}.hansa-contact-form__notice--success{background:#0077dceb}.hansa-contact-form__notice--error{background:#a02020eb}.hansa-contact-submit:disabled{cursor:not-allowed;opacity:.72}.hansa-hero{height:100vh;min-height:100vh;overflow:hidden}.hansa-hero__inner{min-height:100vh}.hansa-hero__video{object-fit:cover;object-position:center;will-change:auto;width:100%;height:100%;min-height:100%;transform:none!important}@supports (height:100svh){.hansa-hero{height:100svh;min-height:100svh}.hansa-hero__inner{min-height:100svh}}@media (width<=1024px){.hansa-hero{height:100svh;min-height:100svh}.hansa-hero__inner{min-height:100svh}.hansa-hero__video{object-fit:cover;height:100%;min-height:100%}}@font-face{font-display:block;font-family:bootstrap-icons;src:url(/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a)format("woff2"),url(/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a)format("woff")}.bi:before,[class^=bi-]:before,[class*=\ bi-]:before{font-variant:normal;text-transform:none;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;line-height:1;display:inline-block;font-family:bootstrap-icons!important;font-weight:400!important}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}.bi-bluesky:before{content:""}.bi-tux:before{content:"滑"}.bi-beaker-fill:before{content:"串"}.bi-beaker:before{content:"句"}.bi-flask-fill:before{content:"龜"}.bi-flask-florence-fill:before{content:"龜"}.bi-flask-florence:before{content:"契"}.bi-flask:before{content:"金"}.bi-leaf-fill:before{content:"喇"}.bi-leaf:before{content:"奈"}.bi-measuring-cup-fill:before{content:"懶"}.bi-measuring-cup:before{content:"癩"}.bi-unlock2-fill:before{content:"羅"}.bi-unlock2:before{content:"蘿"}.bi-battery-low:before{content:"螺"}.bi-anthropic:before{content:"裸"}.bi-apple-music:before{content:"邏"}.bi-claude:before{content:"樂"}.bi-openai:before{content:"洛"}.bi-perplexity:before{content:"烙"}.bi-css:before{content:"珞"}.bi-javascript:before{content:"落"}.bi-typescript:before{content:"酪"}.bi-fork-knife:before{content:"駱"}.bi-globe-americas-fill:before{content:"亂"}.bi-globe-asia-australia-fill:before{content:"卵"}.bi-globe-central-south-asia-fill:before{content:"欄"}.bi-globe-europe-africa-fill:before{content:"爛"}
