:root{--navy:#071a3d;--navy2:#0d2855;--gold:#c9972d;--gold2:#f1d48d;--ink:#172033;--muted:#667085;--line:#e5e9f0;--wash:#f5f7fa;--white:#fff;--green:#16875c;--red:#c83f49;--shadow:0 16px 45px rgba(7,26,61,.09);font-family:DM Sans,sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.wrap{width:min(1320px,calc(100% - 40px));margin-inline:auto}.mini{height:30px;background:var(--navy);color:#d9e1ef;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - 1320px)/2));font-size:12px}.head{height:78px;display:flex;align-items:center;gap:38px}.brand{display:flex;align-items:center;gap:10px;flex:none}.brand img{width:49px;height:49px;object-fit:cover;object-position:50% 27%;border-radius:50%}.brand span{display:grid;line-height:.96;letter-spacing:2px;font-family:Manrope}.brand b{font-size:17px;color:var(--navy)}.brand em{font-style:normal;font-size:14px;color:var(--gold);letter-spacing:4px}.search{height:44px;border:1px solid #d6dce6;border-radius:9px;display:flex;flex:1;max-width:690px;background:#f9fafb;overflow:hidden}.search input{border:0;background:transparent;padding:0 17px;flex:1;min-width:0;outline:none}.search button{border:0;background:var(--navy);color:#fff;padding:0 20px;display:flex;gap:8px;align-items:center;cursor:pointer}.actions{display:flex;margin-left:auto;gap:23px}.actions a{position:relative;display:grid;justify-items:center;gap:3px;font-size:18px}.actions small{font-size:11px}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--gold);color:#fff;min-width:18px;height:18px;border-radius:9px;display:grid;place-items:center;font:700 10px DM Sans}.nav{border-block:1px solid var(--line);height:44px}.nav .wrap{display:flex;height:100%;align-items:center;gap:32px;overflow:auto;scrollbar-width:none}.nav a{font-size:13px;font-weight:600;white-space:nowrap}.nav a:hover{color:var(--gold)}.menu,.drawer,.scrim,.bottom{display:none}.hero{background:linear-gradient(120deg,#f7f4ea,#eef3fa 54%,#e4ebf6);overflow:hidden}.hero-grid{min-height:520px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.eyebrow{text-transform:uppercase;color:var(--gold);font-weight:800;font-size:12px;letter-spacing:2.2px}.hero h1{font:800 clamp(44px,5.5vw,74px)/1.02 Manrope;margin:15px 0;color:var(--navy);letter-spacing:-3px}.hero h1 i{color:var(--gold);font-style:normal}.hero p{font-size:18px;line-height:1.65;color:#4e5c72;max-width:610px}.hero-buttons{display:flex;gap:12px;margin:30px 0}.btn{min-height:44px;border:0;border-radius:8px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;cursor:pointer}.btn.primary{background:var(--navy);color:#fff;box-shadow:0 8px 20px #071a3d2e}.btn.primary:hover{background:var(--navy2)}.btn.ghost{background:#fff;border:1px solid #d9dee7;color:var(--navy)}.trust{display:flex;gap:25px;color:#58667a;font-size:13px}.trust i{color:var(--gold);margin-right:5px}.hero-art{height:100%;position:relative;display:grid;place-items:center}.crest{width:400px;height:400px;border-radius:50%;background:#ffffffbd;box-shadow:0 30px 90px #071a3d24;overflow:hidden}.crest img{width:100%;height:100%;object-fit:cover}.hero-note{position:absolute;right:0;bottom:70px;background:var(--navy);color:#fff;border-radius:12px;padding:16px 22px;display:grid;box-shadow:var(--shadow)}.hero-note span{color:var(--gold2)}.school-finder{transform:translateY(-24px);background:#fff;border-radius:14px;box-shadow:var(--shadow);padding:25px 30px;display:flex;align-items:center;justify-content:space-between;gap:30px}.school-finder h2{font:800 24px Manrope;margin:4px 0}.school-finder form{display:flex;gap:10px;flex:1;max-width:620px}.school-finder form div{height:48px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 15px;flex:1}.school-finder input{border:0;outline:0;flex:1}.section{padding:68px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:27px}.section-head h2{font:800 32px Manrope;color:var(--navy);margin:5px 0}.section-head>a{font-weight:700;color:var(--navy)}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.categories>a{min-height:166px;border:1px solid var(--line);border-radius:12px;padding:22px;display:flex;flex-direction:column;transition:.2s}.categories>a:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d8c28a}.categories span{font-size:27px;color:var(--gold);margin-bottom:auto}.categories b{font:700 15px Manrope;color:var(--navy)}.categories small{color:var(--muted);margin-top:5px}.products-section{background:var(--wash)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.2s;min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-img{height:280px;background:#f1f3f6;display:grid;place-items:center;position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover img{transform:scale(1.025)}.product-img>span{font-size:58px;color:#ccd3dd}.pill{position:absolute;top:12px;left:12px;background:var(--gold);color:#fff;padding:5px 9px;border-radius:20px;font-size:10px;text-transform:uppercase}.product-body{padding:16px}.product-body>small{color:var(--muted);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-name{font:700 16px/1.35 Manrope;color:var(--navy);display:block;margin:5px 0;min-height:43px}.price{display:flex;gap:9px;align-items:center}.price b{font-size:18px;color:var(--navy)}.price del{color:#98a2b3;font-size:13px}.stock{font-size:11px;margin:7px 0 12px}.stock.in{color:var(--green)}.stock.out{color:var(--red)}.product-card .add{width:100%;background:#eef2f7;color:var(--navy);box-shadow:none}.promise{display:grid;grid-template-columns:repeat(4,1fr);padding-block:65px;gap:36px}.promise>div{display:grid;grid-template-columns:45px 1fr}.promise span{grid-row:1/3;font-size:24px;color:var(--gold)}.promise b{color:var(--navy)}.promise p{color:var(--muted);font-size:13px;margin:5px 0;line-height:1.5}.empty{padding:35px;text-align:center;color:var(--muted)}.wide{grid-column:1/-1;background:#fff;border:1px dashed #ccd3df;border-radius:12px}.foot{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:60px;padding-block:55px}footer{background:var(--navy);color:#d0d8e7}.foot .brand b{color:#fff}.foot .brand img{border:2px solid rgba(255,255,255,.4)}.foot p{max-width:360px;color:#9fadc4;line-height:1.6}.foot h4{color:#fff;margin:5px 0 15px}.foot>div:not(:first-child){display:flex;flex-direction:column;gap:10px;font-size:13px;color:#afbad0}.copyright{border-top:1px solid rgba(255,255,255,.12);min-height:60px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#8292ad}.crumb{font-size:12px;color:var(--muted);padding:24px 0}.shop-page{padding-bottom:70px}.shop-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.shop-title h1,.cart-page h1,.details h1,.checkout h1,.account h1{font:800 38px Manrope;color:var(--navy);margin:5px 0}.shop-title p{margin:0;color:var(--muted)}.filter-toggle{display:none}.shop-grid{display:grid;grid-template-columns:230px 1fr;gap:28px}.filters{border:1px solid var(--line);border-radius:12px;padding:20px;height:max-content}.filters h3{margin:0 0 20px}.filters form{display:grid;gap:18px}.filters label,.details label,.form-grid label,.method-fields label{display:grid;gap:7px;font-size:12px;font-weight:700;color:#4d596b}.filters input,.filters select,.details select,.form-grid input,.form-grid select,.form-grid textarea,.method-fields input,.method-fields textarea{height:44px;border:1px solid #d7dde7;border-radius:7px;padding:0 12px;background:#fff;outline:0}.filters input:focus,.filters select:focus,.details select:focus,input:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9972d1f}.product-page{padding-bottom:70px}.product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px}.main-photo{height:590px;background:var(--wash);border-radius:14px;display:grid;place-items:center;overflow:hidden}.main-photo img{width:100%;height:100%;object-fit:contain}.main-photo>span{font-size:100px;color:#c7cfdb}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs button{width:74px;height:74px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.thumbs img{width:100%;height:100%;object-fit:cover}.details{padding-top:25px}.details h1{font-size:42px;line-height:1.15}.sku{color:var(--muted);font-size:12px}.detail-price{font:800 27px Manrope;color:var(--navy);margin:22px 0}.detail-price del{font-size:16px;color:#98a2b3;margin-left:8px}.details>p{line-height:1.7;color:#5f6d81}.details form{border-block:1px solid var(--line);padding:22px 0;margin:22px 0}.buy-row{display:flex;gap:10px;margin-top:16px}.buy-row input{width:70px;border:1px solid var(--line);border-radius:8px;text-align:center}.buy-row .btn{flex:1}.share{display:flex;align-items:center;justify-content:space-between}.share button{border:0;background:none;color:var(--navy);font-weight:700}.assurances{margin-top:25px;background:var(--wash);border-radius:10px;padding:17px;display:grid;gap:14px}.assurances>div{display:flex;gap:13px}.assurances i{color:var(--gold);margin-top:3px}.assurances span{display:grid}.assurances small{color:var(--muted);margin-top:3px}.description{margin-top:50px;border-top:1px solid var(--line);padding-top:30px;max-width:850px}.description p{line-height:1.8;color:#5c687a}.cart-page{padding-bottom:80px}.cart-grid{display:grid;grid-template-columns:1fr 380px;gap:32px}.cart-items{display:grid;gap:12px}.cart-items article{border:1px solid var(--line);border-radius:12px;padding:14px;display:grid;grid-template-columns:105px 1fr auto auto;gap:17px;align-items:center}.cart-img{height:95px;background:var(--wash);border-radius:8px;display:grid;place-items:center;overflow:hidden;color:#b3bdca;font-size:28px}.cart-img img{width:100%;height:100%;object-fit:cover}.cart-items article>div:nth-child(2){display:grid;gap:5px}.cart-items small{color:var(--muted)}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:7px}.qty button{width:34px;height:34px;border:0;background:#fff}.remove{border:0;background:none;color:var(--red)}.summary{border:1px solid var(--line);border-radius:12px;padding:24px;height:max-content;display:grid;gap:16px;box-shadow:var(--shadow)}.summary h2{font:800 21px Manrope;color:var(--navy);margin:0}.summary>div{display:flex;justify-content:space-between;gap:15px;font-size:14px}.summary hr{width:100%;border:0;border-top:1px solid var(--line)}.summary .total{font-size:18px}.summary>a{text-align:center;font-size:13px}.empty-cart,.success-page,.not-found{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-cart>i,.success-page>i{font-size:55px;color:var(--gold)}.checkout{padding-bottom:80px}.checkout-head span{color:var(--green);font-size:13px}.checkout form{display:grid;grid-template-columns:1fr 390px;gap:35px}.checkout form>section{border:1px solid var(--line);border-radius:12px;padding:28px}.checkout h2{font:800 19px Manrope;color:var(--navy);margin:28px 0 18px}.checkout h2:first-child{margin-top:0}.checkout h2>b{width:27px;height:27px;border-radius:50%;background:var(--navy);color:#fff;display:inline-grid;place-items:center;margin-right:8px;font-size:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid .full{grid-column:1/-1}.form-grid textarea,.method-fields textarea{height:80px;padding:10px;resize:vertical}.methods{display:grid;gap:10px}.methods label>input{position:absolute;opacity:0}.methods label>span{border:1px solid var(--line);border-radius:9px;padding:15px;display:grid;grid-template-columns:28px 1fr;cursor:pointer}.methods label>span>i{grid-row:1/3;color:var(--gold);font-size:19px}.methods small{color:var(--muted);margin-top:3px}.methods input:checked+span{border-color:var(--gold);box-shadow:0 0 0 3px #c9972d1f}.auth-page{min-height:680px;display:grid;grid-template-columns:1fr 1fr}.auth-page>section{width:min(460px,calc(100% - 40px));margin:auto;padding:50px 0}.auth-page>section>.brand{margin-bottom:55px}.auth-page h1{font:800 36px Manrope;color:var(--navy);margin:10px 0}.auth-page p{color:var(--muted)}.auth-page form{display:grid;gap:17px;margin:28px 0}.auth-page label{display:grid;gap:7px;font-size:13px;font-weight:700}.auth-page input{height:47px;border:1px solid #d7dde7;border-radius:8px;padding:0 13px}.auth-page aside{background:linear-gradient(145deg,var(--navy),#173e73);display:grid;place-content:center;text-align:center;color:#fff;overflow:hidden}.auth-page aside img{width:330px;height:330px;border-radius:50%;object-fit:cover;margin:auto;box-shadow:0 30px 80px #00000040}.auth-page aside h2{font:800 34px Manrope}.account{display:grid;grid-template-columns:250px 1fr;gap:38px;padding-block:50px 90px}.account>aside{border:1px solid var(--line);border-radius:12px;padding:24px;height:max-content;display:flex;flex-direction:column}.avatar{width:40px;height:40px;border-radius:50%;background:var(--gold);color:#fff;display:grid;place-items:center;font-weight:800}.account aside h3{margin:14px 0 3px}.account aside>span{font-size:12px;color:var(--muted)}.account aside a{margin-top:25px;background:var(--wash);padding:12px;border-radius:7px;color:var(--navy);font-weight:700}.account aside button{border:0;background:none;text-align:left;padding:12px;color:var(--red);margin-top:5px}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse;font-size:13px}.table-wrap th{text-align:left;color:#6b7585;font-size:11px;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fb;padding:13px}.table-wrap td{padding:15px 13px;border-bottom:1px solid var(--line);white-space:nowrap}.table-wrap td small{display:block;color:var(--muted);margin-top:3px}.status{background:#edf2f7;border-radius:20px;padding:5px 9px;font-size:10px;text-transform:capitalize;font-weight:700}.status.paid,.status.active{background:#e4f6ee;color:var(--green)}.status.pending{background:#fff4d8;color:#926b10}.admin-shell{min-height:100vh;background:#f3f5f8;display:grid;grid-template-columns:245px 1fr}.admin-side{background:#081a38;color:#a9b7cc;padding:18px 13px;display:flex;flex-direction:column;gap:4px;position:fixed;inset:0 auto 0 0;width:245px}.admin-brand{display:flex;gap:11px;align-items:center;padding:0 8px 26px;color:#fff}.admin-brand img{width:42px;height:42px;object-fit:cover;border-radius:9px}.admin-brand span{display:grid}.admin-brand small{color:#8392aa!important;margin:2px 0!important}.admin-side>small{font-size:9px;font-weight:800;letter-spacing:1.5px;margin:18px 12px 7px;color:#61728d}.admin-side>a:not(.admin-brand){padding:11px 13px;border-radius:7px;font-size:13px;display:flex;gap:12px;align-items:center}.admin-side>a.active,.admin-side>a:hover{background:#183359;color:#fff}.admin-side i{width:16px}.admin-shell>main{grid-column:2}.admin-top{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:5}.admin-top>div{display:flex;align-items:center;gap:8px}.admin-top>div:first-of-type{display:grid}.admin-top small{font-size:10px;color:var(--muted);text-transform:capitalize}.admin-top button,.admin-menu{border:0;background:none}.admin-menu{display:none}.admin-content{padding:30px;max-width:1500px;margin:auto}.admin-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.admin-heading h1{font:800 28px Manrope;color:var(--navy);margin:0}.admin-heading p{color:var(--muted);margin:5px 0;font-size:13px}.admin-heading>span{background:#fff;border:1px solid var(--line);padding:9px 12px;border-radius:7px;font-size:12px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.stat-grid article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;display:grid;grid-template-columns:45px 1fr;box-shadow:0 4px 14px #071a3d08}.stat-grid article>span{grid-row:1/3;width:38px;height:38px;border-radius:8px;background:#edf2f8;color:var(--navy);display:grid;place-items:center}.stat-grid small{color:var(--muted)}.stat-grid b{font:800 23px Manrope;color:var(--navy)}.admin-panels{display:grid;grid-template-columns:2fr 1fr;gap:17px;margin:17px 0}.chart-card,.quick,.data-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px}.chart-card{height:330px}.chart-card h3,.quick h3,.data-card h3{margin:0;color:var(--navy)}.chart-card small,.data-card small{color:var(--muted)}.chart-card canvas{height:235px!important;margin-top:20px}.quick{display:grid;align-content:start;gap:10px}.quick>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:15px 2px;font-size:13px}.quick i{color:var(--gold);width:20px}.data-card{padding:0;overflow:hidden}.data-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px}.data-head label{border:1px solid var(--line);border-radius:7px;height:38px;padding:0 10px;display:flex;align-items:center;color:#97a2b2}.data-head input{border:0;outline:0;padding:0 8px}.data-card th{background:#f8f9fb}.checkout-admin{display:grid;gap:14px}.checkout-admin>form{background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px;display:grid;grid-template-columns:55px 1fr auto;gap:18px}.method-icon{width:48px;height:48px;border-radius:10px;background:#edf2f7;color:var(--navy);display:grid;place-items:center;font-size:20px}.method-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.method-fields label:nth-last-child(-n+2){grid-column:1/-1}.switch{display:flex!important;align-items:center;gap:8px!important}.switch input{display:none}.switch span{width:38px;height:22px;border-radius:12px;background:#cdd4de;position:relative}.switch span:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.2s}.switch input:checked+span{background:var(--green)}.switch input:checked+span:after{left:19px}.boot{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:15px;color:var(--muted)}.boot img{width:85px;height:85px;border-radius:50%;object-fit:cover}#toast{position:fixed;z-index:100;right:22px;bottom:22px;background:#163725;color:#fff;padding:13px 18px;border-radius:8px;box-shadow:var(--shadow);transform:translateY(130px);transition:.25s}#toast.success,#toast.error{transform:none}#toast.error{background:#8e2630}@media(max-width:1000px){.categories,.products{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr 400px}.crest{width:330px;height:330px}.admin-shell{grid-template-columns:80px 1fr}.admin-side{width:80px}.admin-side span,.admin-side>small,.admin-side>a:not(.admin-brand){font-size:0}.admin-side>a i{font-size:16px}.admin-brand img{width:45px}.admin-shell>main{grid-column:2}.stat-grid{grid-template-columns:1fr 1fr}.checkout form{grid-template-columns:1fr 330px}}@media(max-width:760px){body{padding-bottom:62px}.wrap{width:min(100% - 28px,1320px)}.mini,.nav{display:none}.head{height:auto;min-height:66px;display:grid;grid-template-columns:38px 1fr 74px;gap:6px;padding-block:8px}.menu{display:block;border:0;background:none;color:var(--navy);font-size:20px}.head .brand{justify-self:center}.head .brand img{width:40px;height:40px}.head .brand span{display:none}.actions{margin:0;gap:17px}.actions a:first-child,.actions small{display:none}.search{grid-column:1/-1;grid-row:2;height:42px;max-width:none}.search button span{display:none}.search button{padding:0 16px}.drawer{display:flex;position:fixed;z-index:30;background:#fff;inset:0 auto 0 0;width:min(82vw,330px);flex-direction:column;padding:75px 25px;gap:20px;transform:translate(-105%);transition:.25s}.drawer-close{position:absolute;top:20px;right:20px;border:0;background:none;font-size:22px}.scrim{display:block;position:fixed;z-index:29;inset:0;background:#030d1e80;opacity:0;pointer-events:none;transition:.25s}.menu-open .drawer{transform:none}.menu-open .scrim{opacity:1;pointer-events:auto}.bottom{display:flex;position:fixed;z-index:20;inset:auto 0 0;background:#fff;border-top:1px solid var(--line);height:62px;justify-content:space-around;padding-bottom:env(safe-area-inset-bottom)}.bottom a{position:relative;display:grid;place-items:center;align-content:center;gap:3px;color:#526075;font-size:17px}.bottom span{font-size:10px}.hero-grid{min-height:auto;display:block;padding-block:48px}.hero h1{font-size:42px;letter-spacing:-2px}.hero p{font-size:15px}.hero-buttons{display:grid}.trust{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:11px}.hero-art{display:none}.school-finder{transform:none;margin-top:14px;display:block;padding:22px}.school-finder form{display:grid;margin-top:16px}.section{padding:48px 0}.section-head h2{font-size:25px}.section-head>a{font-size:12px}.categories{grid-template-columns:1fr 1fr;gap:10px}.categories>a{min-height:140px;padding:16px}.products{grid-template-columns:1fr 1fr;gap:9px}.product-img{height:190px}.product-body{padding:11px}.product-name{font-size:13px;min-height:36px}.price b{font-size:15px}.product-card .add{font-size:11px;padding:0 8px}.promise{grid-template-columns:1fr 1fr;gap:25px;padding-block:45px}.foot{grid-template-columns:1fr 1fr;gap:35px;padding-block:40px}.foot-brand{grid-column:1/-1}.copyright{display:grid;justify-content:start;padding-block:18px;gap:7px}.shop-title h1,.cart-page h1,.details h1,.checkout h1,.account h1{font-size:30px}.filter-toggle{display:block;border:1px solid var(--line);background:#fff;border-radius:7px;padding:9px}.shop-grid{display:block}.filters{display:none}.product-grid{display:block}.main-photo{height:390px}.details{padding-top:30px}.details h1{font-size:31px}.cart-grid{display:block}.cart-items article{grid-template-columns:72px 1fr auto;padding:10px;gap:10px}.cart-img{height:72px}.cart-items .qty{grid-column:2}.remove{grid-column:3;grid-row:1}.summary{margin-top:18px}.checkout form{display:block}.checkout form>section{padding:18px}.form-grid{display:block}.form-grid label{margin-bottom:13px}.checkout .summary{margin-top:20px}.auth-page{display:block;min-height:auto}.auth-page>section{padding:45px 0}.auth-page>section>.brand{margin-bottom:40px}.auth-page aside{display:none}.account{display:block;padding-block:30px}.account>aside{margin-bottom:25px}.admin-shell{display:block}.admin-side{width:245px;transform:translate(-100%);z-index:20}.admin-shell>main{margin:0}.admin-top{padding:0 14px}.admin-menu{display:block}.admin-content{padding:20px 13px}.admin-heading>span{display:none}.stat-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-grid article{grid-template-columns:36px 1fr;padding:13px}.stat-grid b{font-size:18px}.admin-panels{display:block}.quick{margin-top:10px}.data-head label{display:none}.checkout-admin>form{grid-template-columns:45px 1fr}.checkout-admin>form>.btn{grid-column:1/-1}.method-fields{display:block}.method-fields label{margin-bottom:12px}.chart-card{height:300px}}@media(max-width:390px){.products{grid-template-columns:1fr 1fr}.product-img{height:160px}.categories{grid-template-columns:1fr 1fr}.promise,.stat-grid{grid-template-columns:1fr}}.product-form{padding:24px}.product-form .form-grid{max-width:900px}.product-form input[type=checkbox]{width:18px;height:18px}.form-actions{border-top:1px solid var(--line);margin-top:25px;padding-top:20px}.checkout-admin>form{align-items:start}.checkout-admin>form>.btn{align-self:center;min-width:132px;white-space:nowrap}.default-choice{display:flex!important;align-items:center;gap:8px!important;padding:9px 11px;border:1px solid var(--line);border-radius:7px;background:#fafbfd}.default-choice input{width:16px!important;height:16px!important}.default-choice:has(input:checked){border-color:var(--gold);background:#fff8e9}.share button{cursor:pointer;border-radius:7px;padding:8px 10px}.share button:hover{background:#f1f4f8}@media(max-width:760px){.checkout-admin>form>.btn{width:100%}.checkout-admin>form{padding:16px}}.hero-photo{position:relative;background-image:linear-gradient(90deg,#f6f7f4fa,#f6f7f4eb 45%,#071a3d47),var(--hero-image);background-size:cover;background-position:center}.hero-photo .hero-copy{position:relative;z-index:2}.hero-product-promo{position:absolute;right:0;bottom:28px;width:170px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 18px 38px #071a3d33;font-size:11px;font-weight:700}.hero-product-promo img{width:100%;height:112px;object-fit:cover;display:block}.hero-product-promo span{display:flex;padding:9px;justify-content:space-between}.marketing-band{background:var(--navy);color:#fff}.marketing-band .wrap{padding:50px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}.marketing-band h2{font:800 32px Manrope;margin:6px 0}.marketing-band p{color:#b7c4d8;margin:0;max-width:600px}.product-card{border:1px solid #d9e0ea}.product-card .add{transition:.2s}.product-card:hover .add{background:var(--navy);color:#fff}.option-boxes{display:flex;flex-wrap:wrap;gap:9px}.option-box{border:1px solid #d7dfe9;background:#fff;border-radius:7px;padding:10px 13px;font-weight:700;color:var(--navy);cursor:pointer}.option-box:hover,.option-box.selected{border-color:var(--gold);background:#fff7e6;box-shadow:0 0 0 2px #c9972d21}.details fieldset{border:0;padding:0;margin:20px 0}.details legend{font-weight:800;color:var(--navy);margin-bottom:10px}.details legend small{font-weight:400;color:var(--muted);margin-left:6px}.selected-options{font-size:13px;color:var(--muted);background:#f7f9fb;border-radius:7px;padding:10px 12px;margin-top:18px}.product-helper{position:fixed;z-index:22;right:20px;bottom:78px}.helper-toggle{width:52px;height:52px;border:0;border-radius:50%;background:#1b9b62;color:#fff;box-shadow:0 10px 28px #071a3d47;font-size:20px;cursor:pointer}.helper-panel{display:none;position:absolute;right:0;bottom:64px;width:min(340px,calc(100vw - 28px));padding:17px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow)}.product-helper.open .helper-panel{display:block}.helper-panel>div:first-child{display:flex;justify-content:space-between}.helper-panel>div:first-child button{border:0;background:none}.helper-panel p{font-size:13px;color:var(--muted);line-height:1.5}.helper-panel form{display:flex;border:1px solid var(--line);border-radius:7px;overflow:hidden}.helper-panel input{border:0;padding:10px;outline:0;flex:1;min-width:0}.helper-panel form button{border:0;background:var(--navy);color:#fff;padding:0 13px}.helper-results{display:grid;gap:7px;margin-top:12px}.helper-results a{display:flex;align-items:center;gap:8px;font-size:12px}.helper-results img{width:38px;height:38px;border-radius:5px;object-fit:cover}.helper-results span{display:grid}.helper-results small{color:var(--gold)}.quick-form{display:flex;gap:10px;padding:18px;margin-bottom:18px;background:#fff;border:1px solid var(--line);border-radius:10px}.quick-form input,.quick-form select{height:42px;border:1px solid var(--line);border-radius:7px;padding:0 11px;min-width:0;flex:1}.account-lead{color:var(--muted);margin-bottom:22px}.account-products{grid-template-columns:repeat(3,1fr)}.product-form label small{display:block;color:var(--muted);font-weight:400;margin-top:2px}.product-form input[type=file]{height:auto;padding:10px}.pos-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pos-products,.pos-cart{min-height:470px}.pos-product-list{display:grid;gap:7px;padding:15px;max-height:520px;overflow:auto}.pos-product{border:1px solid var(--line);background:#fff;text-align:left;padding:13px;border-radius:8px;display:grid;gap:4px;cursor:pointer}.pos-product:hover{border-color:var(--gold);background:#fffaf0}.pos-product span{font-size:12px;color:var(--muted)}.walkin-items{min-height:175px;padding:0 18px}.walkin-line{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.walkin-line small{display:block;color:var(--muted);margin-top:3px}.pos-qty{display:flex;border:1px solid var(--line);border-radius:6px;overflow:hidden}.pos-qty button{border:0;background:#fff;width:28px;height:28px}.pos-qty b{min-width:26px;display:grid;place-items:center}.pos-cart .form-grid{padding:18px}.pos-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:18px;font-size:20px}.pos-cart form>.btn{margin:0 18px 18px;width:calc(100% - 36px)}.print-page{max-width:1000px;margin:28px auto;padding:0 20px}.print-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.invoice{background:#fff;padding:55px;box-shadow:var(--shadow);border:1px solid var(--line)}.invoice header{display:flex;justify-content:space-between;align-items:start;padding-bottom:25px;border-bottom:2px solid var(--navy)}.invoice header>div:last-child{display:grid;text-align:right}.invoice h1{font:800 30px Manrope;color:var(--navy);margin:0}.invoice header small,.invoice td small{display:block;color:var(--muted);margin-top:5px}.invoice-meta{display:flex;justify-content:space-between;gap:30px;padding:25px 0}.invoice-meta div{display:grid;gap:4px;font-size:13px}.invoice table{width:100%;border-collapse:collapse}.invoice th{text-align:left;background:#f3f6fa;padding:12px;font-size:11px;text-transform:uppercase}.invoice td{padding:13px 12px;border-bottom:1px solid var(--line);font-size:13px}.invoice td:nth-child(n+2),.invoice th:nth-child(n+2){text-align:right}.invoice-total{width:310px;margin:24px 0 0 auto;display:grid;grid-template-columns:1fr auto;gap:9px;font-size:13px}.invoice-total strong{font-size:18px;color:var(--navy);border-top:2px solid var(--navy);padding-top:10px}.invoice footer{margin-top:45px;padding-top:16px;border-top:1px solid var(--line);text-align:center;color:var(--muted);font-size:12px;background:none}.landing-hero{height:min(590px,calc(100vh - 122px));min-height:460px;position:relative;overflow:hidden;background:#081a38;color:#fff}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;background-size:cover;background-position:center;transition:opacity 1s ease}.hero-slide.show{opacity:1}.hero-empty{background:linear-gradient(120deg,#071a3d,#153d75)}.landing-overlay{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.landing-brand{display:flex;align-items:center;gap:13px;margin-bottom:26px}.landing-brand img{width:70px;height:70px;border-radius:50%;object-fit:cover;box-shadow:0 6px 22px #00000059}.landing-brand div{display:grid}.landing-brand b{font:800 25px Manrope;letter-spacing:1px;text-shadow:0 2px 15px #000}.landing-brand span{font-size:10px;letter-spacing:2px;color:#f7d987;font-weight:800}.landing-overlay h1{font:800 clamp(38px,5.2vw,68px)/1.04 Manrope;margin:0;max-width:720px;text-shadow:0 2px 18px rgba(0,0,0,.6)}.landing-overlay h1 i{color:#f3cb65;font-style:normal}.landing-overlay p{font-size:17px;max-width:570px;line-height:1.6;color:#f0f4fb;text-shadow:0 1px 8px #000}.hero-outline{background:#ffffff24;border:1px solid rgba(255,255,255,.8);color:#fff}.hero-dots{position:absolute;z-index:3;bottom:24px;right:max(20px,calc((100vw - 1320px)/2));display:flex;gap:8px}.hero-dots button{width:8px;height:8px;border-radius:50%;border:1px solid white;background:transparent;padding:0}.hero-dots button.active{background:#fff;width:22px;border-radius:6px}.mobile-trust{display:none}.landing-categories,.landing-products{padding:42px 0}.category-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.category-strip a{border:1px solid var(--line);border-radius:11px;padding:18px 13px;display:grid;gap:10px;min-height:115px;transition:.2s}.category-strip a:hover{border-color:var(--gold);box-shadow:var(--shadow);transform:translateY(-2px)}.category-strip span{color:var(--gold);font-size:22px}.category-strip b{color:var(--navy);font-size:13px}.storefront-card{box-shadow:none}.storefront-card .product-img{height:255px}.card-image-track{height:100%;display:flex;overflow:hidden}.card-image-track img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;transition:transform .45s}.storefront-card:hover .card-image-track img:not(:first-child){transform:translate(-100%)}.image-count{position:absolute;right:10px;bottom:10px;background:#071a3dc7;color:#fff;border-radius:15px;padding:5px 8px;font-size:10px}.product-showcase{grid-template-columns:repeat(4,1fr)}@media(max-width:1000px){.landing-hero{height:500px;min-height:0}.product-showcase{grid-template-columns:repeat(3,1fr)}.storefront-card .product-img{height:210px}.category-strip{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.landing-hero{height:390px}.landing-overlay{justify-content:center;padding-bottom:15px}.landing-brand{margin-bottom:13px}.landing-brand img{width:46px;height:46px}.landing-brand b{font-size:16px}.landing-brand span{font-size:6px;letter-spacing:1px}.landing-overlay h1{font-size:34px}.landing-overlay p{display:none}.landing-overlay .hero-buttons{margin:18px 0 0;display:flex;gap:8px}.landing-overlay .btn{min-height:39px;padding:0 12px;font-size:12px}.hero-dots{bottom:14px;right:14px}.mobile-trust{display:flex;justify-content:space-around;padding:11px 0;color:var(--navy);font-size:11px;font-weight:700}.mobile-trust i{color:var(--gold);margin-right:3px}.landing-categories{padding:18px 0}.landing-categories .section-head{margin-bottom:10px}.landing-categories h2{font-size:20px}.landing-categories .eyebrow{display:none}.category-strip{display:flex;overflow:auto;gap:8px;padding-bottom:3px}.category-strip a{min-width:68px;min-height:61px;padding:9px;place-items:center;text-align:center}.category-strip span{font-size:19px}.category-strip b{font-size:9px;white-space:nowrap;max-width:64px;overflow:hidden;text-overflow:ellipsis}.landing-products{padding:20px 0}.landing-products .section-head{margin-bottom:12px}.landing-products .eyebrow{display:none}.landing-products h2{font-size:21px}.product-showcase{grid-template-columns:repeat(2,1fr);gap:9px}.storefront-card .product-img{height:168px}.storefront-card .product-body{padding:10px}.storefront-card .product-name{font-size:13px}.storefront-card .add{min-height:34px;font-size:10px}.product-showcase .product-card:nth-child(n+7){display:none}}@media print{body>*:not(#app){display:none!important}.print-actions{display:none!important}.print-page{margin:0;padding:0;max-width:none}.invoice{box-shadow:none;border:0;padding:28px}.thermal-print .invoice{width:80mm;padding:5mm;font-size:9px}.thermal-print .invoice header{display:block;text-align:center;padding-bottom:10px}.thermal-print .invoice header>div:last-child{text-align:center;margin-top:8px}.thermal-print .invoice h1{font-size:16px}.thermal-print .invoice-meta{display:none}.thermal-print .invoice th,.thermal-print .invoice td{padding:5px 2px;font-size:8px}.thermal-print .invoice th:nth-child(3),.thermal-print .invoice td:nth-child(3){display:none}.thermal-print .invoice-total{width:100%;font-size:9px}.thermal-print .invoice footer{margin-top:15px;font-size:8px}}@media(max-width:1000px){.product-img{height:225px}.account-products{grid-template-columns:repeat(2,1fr)}.hero-product-promo{right:12px}}@media(max-width:760px){.head .brand{justify-self:center}.head .brand span{display:grid!important;text-align:center;letter-spacing:.7px}.head .brand b{font-size:11px}.head .brand em{font-size:7px;letter-spacing:.6px}.head .brand img{width:37px;height:37px}.head{grid-template-columns:30px 1fr 58px}.head .actions{gap:12px}.hero-photo{background-image:linear-gradient(90deg,#f6f7f4f7,#f6f7f4d6),var(--hero-image)}.hero-product-promo{display:none}.marketing-band .wrap{display:block;padding:36px 0}.marketing-band h2{font-size:25px}.marketing-band .btn{margin-top:18px}.product-helper{right:15px;bottom:74px}.quick-form{display:grid}.account-products{grid-template-columns:1fr 1fr}.product-img{height:170px}.details .option-box{padding:9px 10px}.drawer form button{border:0;background:none;padding:0;text-align:left;font:inherit;color:inherit}.product-form{padding:16px}}.table-edit{display:inline-flex;gap:6px;align-items:center;color:var(--navy);font-weight:700;font-size:12px;padding:7px 9px;border-radius:6px;background:#eef2f7}.table-edit:hover{background:var(--navy);color:#fff}.invoice{background:#fffdf9;border-color:#d8cbb8}.invoice header{background:#f0e8da;margin:-55px -55px 25px;padding:30px 38px;border-bottom:0}.invoice h1{color:#9f6b5a;font-family:Georgia,serif}.invoice th{background:#a56f5d;color:#fff}.invoice-total strong{color:#9f6b5a;border-top-color:#a56f5d}.invoice footer{background:#f0e8da;margin:45px -55px -55px;padding:18px 30px;color:#725448}.invoice .brand b{color:#23385d}.invoice .brand em{color:#9f6b5a}@media print{.thermal-print .invoice{width:80mm;max-width:80mm;overflow:hidden;padding:4mm;word-break:break-word}.thermal-print .invoice table{table-layout:fixed}.thermal-print .invoice th:first-child,.thermal-print .invoice td:first-child{width:62%}.thermal-print .invoice th:last-child,.thermal-print .invoice td:last-child{width:38%;white-space:nowrap}.thermal-print .invoice footer{margin:15px -4mm -4mm;padding:9px 4mm}.thermal-print .invoice header{margin:-4mm -4mm 10px;padding:8px 4mm}.thermal-print .invoice .brand img{display:none}}body{background:#fffaf0}.top,.nav,main,footer{background-color:inherit}.landing-hero{height:clamp(480px,44vw,650px)!important;min-height:480px!important}.landing-overlay{max-width:1320px}.landing-overlay h1{max-width:650px;font-size:clamp(42px,4.6vw,68px)!important}.landing-overlay p{max-width:510px}.hero-buttons .hero-outline{background:#e8b93e!important;border-color:#e8b93e!important;color:#10254b!important;font-weight:800}.hero-buttons .primary{background:#fff!important;color:#081a38!important}.landing-categories,.landing-products{background:#fffaf0}.product-showcase{gap:20px}.storefront-card{background:#fff;border:1px solid #e7ddcc!important;border-radius:18px!important;overflow:hidden}.storefront-card .product-img{background:#f8f1e4}.storefront-card .product-body{padding:15px}.storefront-card .product-name{font-size:15px;min-height:40px}.storefront-card .add{border:1px solid #d9c9ae;background:#fff8ea!important;color:#10254b!important}.storefront-card:hover .add{background:#10254b!important;color:#fff!important}.auth-page{min-height:calc(100vh - 122px)!important;height:calc(100vh - 122px);max-height:760px;background:#fffaf0}.auth-page>section{width:min(420px,calc(100% - 56px));padding:20px 0}.auth-page>section>.brand{margin-bottom:26px}.auth-page h1{font-size:clamp(28px,3vw,38px);margin:8px 0}.auth-page p{margin:6px 0}.auth-page form{margin:18px 0;gap:12px}.auth-page aside{background:linear-gradient(145deg,#0b2450,#1c4f89)!important}.auth-page aside img{width:min(290px,25vw);height:min(290px,25vw)}.password-field{position:relative}.password-field input{padding-right:46px!important}.password-toggle{position:absolute;right:7px;bottom:7px;width:34px;height:34px;border:0;background:transparent;color:#526075;cursor:pointer}.account{padding-top:30px}.account>aside{position:sticky;top:88px}.account>aside button{margin-top:auto}.account h1{font-size:32px}.account-lead{color:#6a7280}.account-products{grid-template-columns:repeat(3,minmax(0,1fr))}.actions .account-control{position:relative}.actions .account-control>button{border:0;background:none;color:inherit;display:grid;justify-items:center;gap:3px;font-size:18px;cursor:pointer;padding:0}.actions .account-control small{font-size:11px}.quick-account-menu{position:fixed;z-index:50;width:210px;padding:8px;background:#fff;border:1px solid #e5dfd3;border-radius:10px;box-shadow:0 18px 45px #071a3d29;display:grid;gap:2px}.quick-account-menu a,.quick-account-menu button{border:0;background:#fff;text-align:left;padding:10px;border-radius:6px;font:600 13px DM Sans;color:#172033}.quick-account-menu a:hover,.quick-account-menu button:hover{background:#fff5df}.quick-account-menu i{color:#c9972d;width:18px}.helper-panel{border-color:#d9c9ae}.helper-panel:before{content:"Ask about sizes, delivery, exchanges, schools or any product.";display:block;color:#6c7280;font-size:11px;margin-bottom:9px}.landing-hero .hero-slide{background-position:center 38%}@media(min-width:761px)and (max-width:1120px){.landing-hero{height:500px!important;min-height:500px!important}.landing-overlay{padding-left:8vw}.landing-overlay h1{font-size:48px!important}.landing-overlay p{font-size:15px}.product-showcase{grid-template-columns:repeat(3,1fr)}.storefront-card .product-img{height:210px!important}}@media(max-width:760px){.auth-page{height:auto;min-height:calc(100vh - 62px);display:block}.auth-page>section{width:min(100% - 32px,420px);padding:34px 0}.auth-page aside{display:none}.auth-page>section>.brand{margin-bottom:20px}.auth-page h1{font-size:28px}.account{padding:14px 0 25px}.account>aside{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:5px;padding:13px;position:static}.account>aside h3{margin:0}.account>aside>span{grid-column:2}.account>aside a{display:none}.account>aside button{grid-column:3;grid-row:1/3;font-size:0;margin:0;padding:10px}.account>aside button i{font-size:15px}.account h1{font-size:23px}.account .eyebrow,.account-lead{display:none}.account-products{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-account-menu{right:12px!important;top:58px!important;width:198px}.landing-hero{height:390px!important;min-height:390px!important}}.admin-scrim{display:none}.admin-side>a:not(.admin-brand){color:#d7e1f0!important}.admin-side>a:not(.admin-brand) span,.admin-side>a:not(.admin-brand) b{color:inherit!important}.admin-side>a.active,.admin-side>a:hover{color:#fff!important}.admin-side>small{color:#8294af!important}.mobile-trust a{color:inherit;font-weight:700;text-decoration:none}.mobile-trust a:hover{color:var(--gold)}.shop-intro{align-items:center!important}.shop-intro .eyebrow{font-size:9px!important}.shop-intro h2{font-size:clamp(20px,2vw,27px)!important;margin:3px 0!important}.shop-intro>div>p{margin:3px 0;font-size:12px}.shop-intro>a{border:0!important;background:transparent!important;padding:5px 0!important;min-height:auto!important;box-shadow:none!important;color:var(--navy)!important;text-decoration:underline;text-underline-offset:4px}.information-page{padding-bottom:70px;max-width:980px}.information-page>header{padding:25px 0 30px;border-bottom:1px solid var(--line)}.information-page h1{font:800 clamp(30px,5vw,48px) Manrope;color:var(--navy);margin:7px 0}.information-page>header p{max-width:700px;color:var(--muted);line-height:1.6}.information-page article{display:grid;gap:12px;padding-top:25px;max-width:780px}.information-page article section,.information-page article>h2{scroll-margin-top:95px}.information-page article h2{font:800 21px Manrope;color:var(--navy);margin:15px 0 4px}.information-page article p{color:#536174;line-height:1.7;margin:5px 0 12px}.information-page article .btn{width:max-content;margin-top:8px}.btn:disabled{cursor:wait;opacity:.72}.fa-spinner{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}body.route-loading:before{content:"";position:fixed;z-index:200;top:0;left:0;width:42%;height:3px;background:linear-gradient(90deg,var(--gold),#f3cf67);box-shadow:0 1px 5px #c9972d59;animation:route-progress 1s ease-in-out infinite}@keyframes route-progress{0%{transform:translate(-100%)}to{transform:translate(340%)}}.helper-prompts{display:flex;gap:6px;overflow-x:auto;margin:0 0 10px}.helper-prompts button{border:1px solid #d9c9ae;border-radius:999px;background:#fff8ea;color:var(--navy);padding:6px 9px;font-size:10px;font-weight:700;white-space:nowrap}.helper-answer{background:#f6f8fb;border-radius:8px;padding:10px 11px;color:#35435a;font-size:12px;line-height:1.5}@media(max-width:760px){.shop-intro{padding:9px 0 4px!important}.shop-intro h2{font-size:17px!important}.shop-intro>div>p{display:none}.shop-intro>a{font-size:10px!important;white-space:nowrap}.information-page{padding-bottom:35px}.information-page .crumb{padding:10px 0 3px}.information-page>header{padding:12px 0 18px}.information-page h1{font-size:27px}.information-page>header p,.information-page article p{font-size:13px}.information-page article{padding-top:12px;gap:4px}.shop-page{padding-bottom:35px}.shop-page .crumb{padding:10px 0 3px;font-size:10px}.shop-title{align-items:center;margin:0 0 12px}.shop-title .eyebrow{font-size:8px;letter-spacing:1px}.shop-title h1{font-size:22px;margin:2px 0}.shop-title p{font-size:10px}.filter-toggle{padding:7px 9px;font-size:11px}.product-page{padding-bottom:35px}.product-page .crumb{padding:9px 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-grid{display:grid;gap:12px}.main-photo{height:min(48vh,320px);border-radius:10px}.thumbs{gap:6px;margin-top:6px;overflow-x:auto}.thumbs button{flex:0 0 48px;width:48px;height:48px}.details{padding-top:0}.details .eyebrow{font-size:8px}.details h1{font-size:23px;line-height:1.15;margin:3px 0}.details .sku{display:none}.detail-price{font-size:21px;margin:8px 0}.details>p{margin:6px 0;font-size:12px;line-height:1.45}.details form{padding:10px 0;margin:10px 0}.details fieldset{margin:9px 0}.details legend{margin-bottom:6px;font-size:12px}.option-boxes{gap:6px}.details .option-box{padding:7px 8px;font-size:11px}.selected-options{padding:7px 8px;margin-top:9px;font-size:10px}.buy-row{margin-top:9px}.share{font-size:11px}.assurances{margin-top:12px;padding:10px;gap:8px;font-size:11px}.description{margin-top:18px;padding-top:14px}.description h2{font-size:17px;margin:0 0 6px}.description p{font-size:12px;line-height:1.5}.admin-side{transition:transform .22s ease;z-index:42;overflow-y:auto}.admin-menu-open{overflow:hidden}.admin-menu-open .admin-side{transform:translate(0)}.admin-scrim{position:fixed;z-index:41;inset:0;display:block;border:0;background:#030d1e85}}.category-editor{padding:20px}.category-add{margin-bottom:18px}.category-editor-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.category-editor-head button{border:0;background:transparent;font-size:1.1rem}.category-editor .btn{margin-top:14px}.catalog-modal{position:fixed;inset:0;z-index:2500;display:grid;place-items:center;padding:18px}.catalog-modal[hidden]{display:none}.modal-backdrop{position:absolute;inset:0;border:0;background:#04122c9e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.catalog-modal form{position:relative;z-index:1;width:min(680px,100%);max-height:90vh;overflow:auto}.modal-open{overflow:hidden}.catalog-pagination,.catalog-count{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0;padding:14px 18px;border:1px solid #d9e1ec;border-radius:14px;background:#fff}.catalog-pagination>div{display:flex;align-items:center;gap:16px}.catalog-pagination a{color:#063b82;font-weight:800;text-decoration:none}@media(max-width:640px){.catalog-pagination{align-items:stretch;flex-direction:column}.catalog-pagination>div{justify-content:space-between}.catalog-pagination b{font-size:.8rem}.category-editor{padding:14px}}.image-credits{margin-top:10px;color:#64748b;font-size:.72rem}.image-credits summary{cursor:pointer;font-weight:700}.image-credits p{margin:5px 0}.image-credits a{color:#063b82}[data-category-row]{cursor:grab;transition:opacity .15s,background .15s}[data-category-row]:active{cursor:grabbing}[data-category-row].dragging{opacity:.45;background:#fff4cf}.admin-product-thumb{float:left;width:42px;height:42px;margin:-4px 10px -4px 0;border:1px solid #dce4ed;border-radius:9px;background:#f3f5f8;object-fit:contain}.empty-thumb{display:grid;place-items:center;color:#8290a4;font-size:.9rem}.admin-product-filters{display:grid;grid-template-columns:minmax(220px,1fr) 190px 150px auto auto;align-items:center;gap:10px;margin:0 0 14px}.admin-product-filters label{position:relative}.admin-product-filters label i{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#718096}.admin-product-filters input{padding-left:38px}.admin-product-filters input,.admin-product-filters select{width:100%;height:42px;border:1px solid #d9e1ec;border-radius:10px;background:#fff}.admin-product-filters>a{font-weight:700;color:#52637a;text-align:center}@media(max-width:760px){.admin-product-filters{grid-template-columns:1fr 1fr}.admin-product-filters label{grid-column:1/-1}.admin-product-filters .btn{width:100%}}.edit-product-images{display:flex!important;flex-wrap:wrap;gap:10px;align-items:center}.editable-image{position:relative;display:block;width:86px;height:86px;overflow:hidden;border:1px solid #d9e1ec;border-radius:11px;background:#eef1f4;transition:opacity .18s ease,filter .18s ease}.editable-image img{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important}.editable-image button{position:absolute;z-index:2;top:5px;right:5px;display:grid;width:25px;height:25px;place-items:center;border:0;border-radius:50%;background:#b42318;color:#fff;box-shadow:0 3px 9px #0000003d;cursor:pointer}.editable-image.pending-removal{opacity:.38;filter:grayscale(1)}.editable-image.pending-removal:after{content:"Remove on save";position:absolute;inset:auto 3px 5px;padding:3px;border-radius:5px;background:#071a3d;color:#fff;font-size:8px;font-weight:800;text-align:center}.category-image-editor{display:grid;gap:8px;padding-top:4px}.category-image-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.category-no-image{color:#718096;font-size:12px}.pos-search{position:relative;display:block;margin:14px 15px 0}.pos-search>i{position:absolute;left:13px;top:15px;color:#718096}.pos-search input{width:100%;height:44px;padding:0 14px 0 39px;border:1px solid #d9e1ec;border-radius:11px;background:#fff}.pos-search small{display:block;margin:6px 2px 0;color:#718096}.pos-product{grid-template-columns:48px minmax(0,1fr);align-items:center}.pos-product>img,.pos-product-placeholder{grid-row:1/3;width:42px;height:42px;border:1px solid #dce4ed;border-radius:8px;background:#f3f5f8;object-fit:contain}.pos-product-placeholder{display:grid;place-items:center;color:#8290a4}.pos-product>b,.pos-product>span:not(.pos-product-placeholder){grid-column:2;min-width:0}.pos-product[hidden]{display:none}html,body,main,.landing-categories,.landing-products,.auth-page{background:#fff!important}.products .storefront-card .price b{font-size:15px}.products .storefront-card .price del{font-size:11px}.offer-pill{background:#b3261e!important;color:#fff!important}.hero-size-guide{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-bottom:22px;padding:15px 18px;border-left:4px solid #c9972d;border-radius:8px;background:#f5f7fb}.hero-size-guide small{flex-basis:100%;color:#657084}.hero-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:20px}.hero-admin-grid article{overflow:hidden;border:1px solid #e1e6ed;border-radius:10px;background:#fff}.hero-admin-grid article>img{width:100%;aspect-ratio:16 / 6.3;object-fit:cover}.hero-admin-grid article>div{display:grid;gap:6px;padding:12px}.hero-admin-grid article small{color:#657084}.hero-admin-grid article span{display:flex;gap:8px;margin-top:5px}.hero-admin-grid .btn{min-height:34px;padding:7px 12px}.btn.danger{border:1px solid #cc6670;background:#fff;color:#9b2c39}@media(max-width:1100px){.product-showcase{grid-template-columns:repeat(4,minmax(0,1fr))!important}.shop-grid>.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hero-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.product-showcase,.shop-grid>.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.products .storefront-card .product-body{padding:9px!important}.products .storefront-card .add{font-size:10px}.hero-admin-grid{grid-template-columns:1fr;padding:12px}.hero-size-guide{align-items:flex-start;gap:8px}.hero-size-guide span{flex-basis:100%}}.invoice th:nth-child(n+2),.invoice td:nth-child(n+2){text-align:right}.invoice th:nth-child(3),.invoice td:nth-child(3){width:18%}.invoice th:nth-child(4),.invoice td:nth-child(4){width:20%}.invoice td{vertical-align:top}.shop-intro{padding:22px 0 12px!important}.shop-intro h2{font-size:24px!important}.home-category{padding:12px 0 22px!important}.category-row-head{min-height:38px;align-items:center!important;margin-bottom:8px!important}.category-row-head h2{margin:0!important;font-size:20px!important;line-height:1!important}.category-product-grid{grid-auto-columns:clamp(340px,27vw,380px)!important;gap:18px!important;padding:8px 10px 24px!important}.storefront-card{overflow:hidden!important;border:0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 20px #00000014!important}.category-product-grid .storefront-card .product-img,.products .storefront-card .product-img{position:relative!important;display:block!important;width:100%!important;height:clamp(270px,25vw,330px)!important;min-height:270px!important;aspect-ratio:auto!important;overflow:hidden!important;background:#f1f3f5!important}.storefront-card .pill{top:16px!important;left:16px!important;z-index:3!important;max-width:calc(100% - 32px);padding:8px 13px!important;border-radius:999px!important;background:#082a65!important;color:#fff!important;font-size:11px!important;font-weight:900!important;text-transform:none!important;white-space:nowrap}.category-product-grid .storefront-card .product-body,.products .storefront-card .product-body{display:block!important;padding:12px 16px 16px!important;text-align:left!important}.category-product-grid .storefront-card .product-name,.products .storefront-card .product-name{display:-webkit-box!important;width:100%!important;min-height:0!important;max-height:75px;margin:0 0 9px!important;overflow:hidden;color:#071a3d!important;font-size:20px!important;font-weight:700!important;line-height:1.25!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}.category-product-grid .storefront-card .price,.products .storefront-card .price{display:flex!important;justify-content:flex-start!important;min-height:25px!important;margin:0!important;gap:9px!important}.category-product-grid .storefront-card .price del,.products .storefront-card .price del{color:#9aa1aa!important;font-size:13px!important}.category-product-grid .storefront-card .price b,.products .storefront-card .price b{color:#0a3a82!important;font-size:19px!important;font-weight:900!important}@media(max-width:760px){.shop-intro{padding:16px 0 8px!important}.shop-intro h2{font-size:19px!important}.home-category{padding:9px 0 17px!important}.category-row-head{min-height:32px;margin-bottom:5px!important}.category-row-head h2{font-size:17px!important}.category-product-grid{grid-auto-columns:83vw!important;gap:11px!important;padding:5px 8px 18px!important}.category-product-grid .storefront-card .product-img,.products .storefront-card .product-img{height:62vw!important;min-height:220px!important;max-height:300px}.storefront-card .pill{top:11px!important;left:11px!important;padding:6px 10px!important;font-size:9px!important}.category-product-grid .storefront-card .product-body,.products .storefront-card .product-body{padding:10px 13px 13px!important}.category-product-grid .storefront-card .product-name,.products .storefront-card .product-name{max-height:57px;margin-bottom:7px!important;font-size:15px!important;line-height:1.25!important}.category-product-grid .storefront-card .price del,.products .storefront-card .price del{font-size:11px!important}.category-product-grid .storefront-card .price b,.products .storefront-card .price b{font-size:16px!important}}.category-product-grid{grid-auto-columns:calc((100% - 42px)/4)!important;gap:14px!important;padding:8px 8px 22px!important}.storefront-card{overflow:hidden!important;border:0!important;border-radius:10px!important;background:#fff!important;box-shadow:0 0 16px 5px #ffa93e85!important;transition:transform .2s ease,box-shadow .2s ease!important}.storefront-card:hover{transform:translateY(-3px)!important;box-shadow:0 3px 22px 7px #ff9d1e9e!important}.category-product-grid .storefront-card .product-img,.products .storefront-card .product-img{position:relative!important;display:block!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1 / 1!important;margin:0!important;overflow:hidden!important;background:#fff!important}.category-product-grid .storefront-card .card-image-track,.products .storefront-card .card-image-track{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;overflow:hidden!important}.category-product-grid .storefront-card .card-image-track img,.products .storefront-card .card-image-track img{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;object-position:center!important;padding:0!important;transform:none!important}.storefront-card .pill{top:16px!important;left:16px!important;z-index:3!important;padding:8px 14px!important;border-radius:999px!important;background:#07036f!important;color:#fff!important;font-size:11px!important;font-weight:900!important}.category-product-grid .storefront-card .product-body,.products .storefront-card .product-body{display:flex!important;flex-direction:column!important;align-items:center!important;padding:14px 13px 16px!important;text-align:center!important}.category-product-grid .storefront-card .product-name,.products .storefront-card .product-name{order:1!important;width:100%!important;min-height:0!important;margin:0 0 8px!important;color:#07036f!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important}.category-product-grid .storefront-card .product-body>small,.products .storefront-card .product-body>small{order:2!important;width:100%!important;color:#222!important;font-size:13px!important;font-weight:400!important;letter-spacing:0!important;line-height:1.35!important;text-transform:none!important}.category-product-grid .storefront-card .price,.products .storefront-card .price{order:3!important;justify-content:center!important;min-height:24px!important;margin:13px 0 0!important;gap:7px!important}.category-product-grid .storefront-card .price del,.products .storefront-card .price del{color:#aaa!important;font-size:13px!important}.category-product-grid .storefront-card .price b,.products .storefront-card .price b{color:#07036f!important;font-size:17px!important;font-weight:900!important}@media(max-width:1100px){.category-product-grid{grid-auto-columns:calc((100% - 28px) / 3)!important}}@media(max-width:760px){.category-product-grid{grid-auto-columns:calc((100% - 10px)/2)!important;gap:10px!important;padding:5px 5px 17px!important}.storefront-card{border-radius:8px!important;box-shadow:0 0 10px 3px #ffa93e73!important}.storefront-card .pill{top:9px!important;left:9px!important;padding:5px 8px!important;font-size:8px!important}.category-product-grid .storefront-card .product-body,.products .storefront-card .product-body{padding:9px 8px 11px!important}.category-product-grid .storefront-card .product-name,.products .storefront-card .product-name{margin-bottom:4px!important;font-size:12px!important}.category-product-grid .storefront-card .product-body>small,.products .storefront-card .product-body>small{font-size:9px!important}.category-product-grid .storefront-card .price,.products .storefront-card .price{margin-top:7px!important}.category-product-grid .storefront-card .price del,.products .storefront-card .price del{font-size:9px!important}.category-product-grid .storefront-card .price b,.products .storefront-card .price b{font-size:14px!important}}.category-product-grid{grid-auto-columns:calc((100% - 60px) / 6)!important}.category-product-grid .storefront-card{overflow:hidden;background:#fff!important;border:1px solid #e1e6ed!important;border-radius:11px!important;box-shadow:0 6px 18px #071a3d1c!important}.category-product-grid .storefront-card:hover{box-shadow:0 13px 28px #071a3d2b!important}.category-product-grid .storefront-card .product-img{position:relative;display:block!important;width:100%;height:164px!important;min-height:164px;margin:0;overflow:hidden;background:#f6f8fa!important}.category-product-grid .storefront-card .card-image-track{position:absolute;inset:0;display:flex;width:100%!important;height:100%;align-items:center;justify-content:center;overflow:hidden}.category-product-grid .storefront-card .card-image-track img{flex:0 0 100%;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center;padding:11px!important}.category-product-grid .storefront-card .product-body{display:flex;flex-direction:column;align-items:center;padding:10px 10px 11px!important;text-align:center}.category-product-grid .storefront-card .product-name{order:1;width:100%;min-height:30px!important;margin:0 0 3px!important;color:#071a3d;font-size:12px!important;font-weight:800!important;line-height:1.25!important}.category-product-grid .storefront-card .product-body>small{order:2;width:100%;color:#717d90;font-size:8px!important;font-weight:500;letter-spacing:.2px;text-transform:none}.category-product-grid .storefront-card .price{order:3;justify-content:center;min-height:21px!important;margin:7px 0!important}.category-product-grid .storefront-card .price del{color:#a0a8b4;font-size:9px!important}.category-product-grid .storefront-card .price b{color:#071a3d;font-size:14px!important}.category-product-grid .storefront-card .add{order:4;width:100%;min-height:29px!important;border:1px solid #d7dee8!important;background:#f7f9fc!important;color:#071a3d!important;font-size:9px!important;font-weight:800}.category-product-grid .storefront-card .add:hover{background:#071a3d!important;color:#fff!important}.category-product-grid .storefront-card .pill{top:10px;left:10px;z-index:2;padding:5px 8px;border-radius:16px;font-size:8px}.category-product-grid .storefront-card .image-count{z-index:2}@media(max-width:1050px){.category-product-grid{grid-auto-columns:calc((100% - 36px)/4)!important}.category-product-grid .storefront-card .product-img{height:150px!important;min-height:150px}}@media(max-width:760px){.category-product-grid{grid-auto-columns:calc((100% - 9px)/2)!important}.category-product-grid .storefront-card .product-img{height:138px!important;min-height:138px}.category-product-grid .storefront-card .card-image-track img,.category-product-grid .storefront-card .product-body{padding:8px!important}.category-product-grid .storefront-card .product-name{min-height:29px!important;font-size:11px!important}}.products .storefront-card .product-img{position:relative;display:block!important;width:100%;height:175px!important;min-height:175px;aspect-ratio:auto!important;overflow:hidden}.products .storefront-card .card-image-track{position:absolute;inset:0;display:flex;width:100%!important;height:100%;align-items:center;justify-content:center}.products .storefront-card .card-image-track img{flex:0 0 100%;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center;padding:11px!important;transform:none!important}.products .storefront-card .product-body{display:flex;flex-direction:column;align-items:center;text-align:center}.products .storefront-card .product-name{order:1}.products .storefront-card .product-body>small{order:2;width:100%;text-transform:none}.products .storefront-card .price{order:3;justify-content:center}.products .storefront-card .add{order:4;width:100%}@media(max-width:760px){.products .storefront-card .product-img{height:138px!important;min-height:138px}.products .storefront-card .card-image-track img{padding:8px!important}}.category-product-grid{grid-auto-columns:calc((100% - 72px) / 7)!important;gap:12px!important}.category-product-grid .storefront-card{border:1px solid #dfe5ec!important;border-radius:9px!important;box-shadow:0 5px 15px #071a3d1a!important}.category-product-grid .storefront-card:hover{transform:translateY(-3px);border-color:#c9972db3!important;box-shadow:0 11px 25px #071a3d29!important}.category-product-grid .storefront-card .product-img{height:125px!important;min-height:125px;aspect-ratio:auto!important;background:linear-gradient(145deg,#f8fafc,#eef2f6)!important}.category-product-grid .storefront-card .card-image-track{align-items:center;justify-content:center}.category-product-grid .storefront-card .card-image-track img{width:100%;height:100%;object-fit:contain!important;padding:9px!important;transform:none!important}.category-product-grid .storefront-card .product-body{padding:8px 9px 9px!important}.category-product-grid .storefront-card .product-body>small{font-size:7px!important;line-height:1.1}.category-product-grid .storefront-card .product-name{min-height:28px!important;margin:3px 0 4px!important;font-size:11px!important;line-height:1.25!important}.category-product-grid .storefront-card .price{min-height:19px!important;margin-bottom:5px!important}.category-product-grid .storefront-card .price b{font-size:13px!important}.category-product-grid .storefront-card .price del{font-size:9px!important}.category-product-grid .storefront-card .add{min-height:28px!important;padding:5px 6px!important;border-radius:5px;font-size:9px!important}@media(max-width:1050px){.category-product-grid{grid-auto-columns:calc((100% - 48px)/5)!important}.category-product-grid .storefront-card .product-img{height:118px!important;min-height:118px}}@media(max-width:760px){.category-product-grid{grid-auto-columns:calc((100% - 9px)/2)!important;gap:9px!important}.category-product-grid .storefront-card .product-img{height:108px!important;min-height:108px}.category-product-grid .storefront-card .card-image-track img,.category-product-grid .storefront-card .product-body{padding:7px!important}}.shop-intro{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:42px 0 22px}.shop-intro h2,.category-row-head h2{margin:4px 0;color:#071a3d;font:800 28px Manrope}.shop-intro p{margin:7px 0 0;color:#68758a}.home-category{padding:30px 0 38px;border-top:1px solid #e7ebf0;background:#fff}.home-category:nth-of-type(2n){background:#f8fafc}.category-row-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.category-row-head>a{color:#0b438c;font-size:12px;font-weight:800}.category-product-grid{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;grid-auto-columns:calc((100% - 70px) / 6);gap:14px;overflow-x:auto;padding:2px 2px 16px;scroll-snap-type:x proximity;scrollbar-color:#c9972d #e8edf3}.category-product-grid .storefront-card{min-width:0;scroll-snap-align:start;border-radius:10px!important}.category-product-grid .storefront-card .product-img{aspect-ratio:1 / 1!important}.category-product-grid .storefront-card .card-image-track img{padding:4px}.category-product-grid .storefront-card .product-body{padding:9px!important}.category-product-grid .storefront-card .product-body>small{font-size:8px}.category-product-grid .storefront-card .product-name{min-height:31px;margin:4px 0 6px;font-size:12px;line-height:1.28}.category-product-grid .storefront-card .price{min-height:21px;margin-bottom:6px}.category-product-grid .storefront-card .price b{font-size:14px}.category-product-grid .storefront-card .add{min-height:31px;padding:6px;font-size:10px}@media(max-width:1050px){.category-product-grid{grid-auto-columns:calc((100% - 42px)/4)}}@media(max-width:760px){.shop-intro{align-items:flex-start;padding:25px 0 14px}.shop-intro h2,.category-row-head h2{font-size:20px}.shop-intro p{display:none}.shop-intro .btn{min-height:34px;padding:7px 10px;font-size:10px}.home-category{padding:20px 0 25px}.category-row-head{margin-bottom:10px}.category-product-grid{grid-auto-columns:calc((100% - 9px)/2);gap:9px;padding-bottom:11px}.category-product-grid .storefront-card .product-body{padding:8px!important}}@media print{.order-edit-card,.order-locked,.print-actions{display:none!important}}.storefront-card{border-color:#dfe5ec!important;border-radius:14px!important}.storefront-card .product-img,.storefront-card .add{background:#f5f7fa!important}.storefront-card .add{border-color:#dce3eb}.quick-account-menu{border-color:#e0e6ed}.quick-account-menu a:hover,.quick-account-menu button:hover{background:#f3f6f9}footer{background:#071a3d!important;color:#d0d8e7}.admin-signout{color:#9b2c39!important;font-size:15px;padding:8px!important}.edit-product-images{display:flex;gap:10px;flex-wrap:wrap;padding:12px 0}.edit-product-images img{width:88px;height:88px;object-fit:cover;border:1px solid #dfe5ec;border-radius:8px}.hero-centred{align-items:center!important;text-align:center}.hero-centred .hero-logo-only{margin-inline:auto;margin-bottom:22px}.hero-centred .hero-logo-only img{width:82px;height:82px}.hero-centred h1,.hero-centred p{margin-inline:auto}.hero-centred .hero-buttons{justify-content:center}header .head .brand b{font-size:21px;line-height:1;letter-spacing:1.6px}header .head .brand em{font-size:9px;line-height:1.15;letter-spacing:2.1px;margin-top:4px}.product-card,.storefront-card{box-shadow:0 10px 28px #071a3d1f!important}.product-card:hover,.storefront-card:hover{box-shadow:0 18px 42px #071a3d2e!important}.product-card .product-name,.storefront-card .product-name{font-weight:800!important}.landing-hero .hero-slide{background-size:min(760px,62vw) auto!important;background-repeat:no-repeat!important;background-position:center!important;background-color:#071a3d!important}.landing-hero .hero-slides:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,#071a3d14,#071a3d7a 70%,#071a3db3);pointer-events:none}.products .storefront-card{border:1px solid #e1e6ed!important;border-radius:12px!important;box-shadow:0 5px 18px #071a3d17!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.products .storefront-card:hover{transform:translateY(-5px);border-color:#c9972da6!important;box-shadow:0 16px 34px #071a3d29!important}.products .storefront-card .product-img{aspect-ratio:4 / 5;height:auto!important;background:#f4f6f8!important}.products .storefront-card .card-image-track img{object-fit:contain;padding:8px}.products .storefront-card .product-body>small{color:#788396;font-size:10px;font-weight:700;letter-spacing:.65px;text-transform:uppercase}.products .storefront-card .product-name{color:#071a3d;font-size:15px;line-height:1.35;margin:7px 0 10px}.products .storefront-card .price{min-height:28px;margin-bottom:12px}.products .storefront-card .add{min-height:39px;border-radius:7px;background:#071a3d!important;border-color:#071a3d!important;color:#fff!important}.auth-page{min-height:calc(100vh - 122px)!important;height:auto!important;padding:46px 20px;display:grid!important;place-content:center;grid-template-columns:minmax(0,420px) minmax(320px,420px)!important;background:linear-gradient(180deg,#0d2a5f 0 46%,#eaf0fb 46%)!important}.auth-page>section,.auth-page>aside{min-height:475px;box-sizing:border-box}.auth-page>section{border:1px solid rgba(7,26,61,.18);border-right:0;box-shadow:0 24px 65px #071a3d33}.auth-page>aside{border:1px solid rgba(7,26,61,.22);border-left:3px solid #c9972d;box-shadow:18px 24px 65px #071a3d29}.auth-page .password-field,.auth-page .password-field input{width:100%!important;box-sizing:border-box}.auth-page>section{width:auto!important;margin:0!important;padding:42px!important;background:#fff;border-radius:20px 0 0 20px}.auth-page>aside{display:grid!important;padding:42px;background:#eef3fa!important;color:#071a3d;border-radius:0 20px 20px 0;place-content:center}.auth-page aside img{width:160px!important;height:160px!important;box-shadow:none!important}.auth-page aside h2{font-size:24px!important;color:#071a3d}.landing-categories{display:none!important}@media(max-width:760px){.auth-page{display:block!important;min-height:calc(100vh - 62px)!important;padding:18px 16px!important;background:#fff!important;align-content:normal!important}.auth-page>section{border-radius:0;padding:28px 0!important;min-height:0}.auth-page>aside{display:none!important}header .head .brand b{font-size:14px;letter-spacing:1px}header .head .brand em{font-size:6px;letter-spacing:.8px;margin-top:2px}.hero-centred .hero-logo-only img{width:58px;height:58px}.landing-hero .hero-slide{background-size:auto 88%!important}.products .storefront-card .card-image-track img{padding:4px}.products .storefront-card .product-name{font-size:13px}}.product-showcase{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}.shop-grid>.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.products .storefront-card .product-img{aspect-ratio:1 / 1!important}.products .storefront-card .product-body{padding:11px!important}.products .storefront-card .product-body>small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.products .storefront-card .product-name{display:-webkit-box;min-height:34px;margin:5px 0 7px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:13px;line-height:1.3}.products .storefront-card .price{min-height:23px;margin-bottom:8px}.products .storefront-card .add{min-height:34px;padding:7px 9px;font-size:11px}.managed-hero .hero-slide{background:#071a3d!important}.managed-hero .hero-slide picture,.managed-hero .hero-slide img{position:absolute;inset:0;width:100%;height:100%}.managed-hero .hero-slide img{object-fit:cover;object-position:center;padding:0}.managed-hero .hero-slide:after{content:"";position:absolute;inset:0;background:#04122c8f}@media(max-width:1100px){.product-showcase{grid-template-columns:repeat(4,minmax(0,1fr))!important}.shop-grid>.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.product-showcase,.shop-grid>.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.products .storefront-card .product-body{padding:9px!important}}header .head .brand b{font-size:24px!important;line-height:1!important;font-weight:900;letter-spacing:1.4px}header .head .brand em{font-size:7px!important;line-height:1.1!important;letter-spacing:1.5px}.order-customer-link{color:#0b438c;font-weight:800}.order-customer-link i{margin-left:4px;font-size:10px;color:#c9972d}.order-edit-card{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:12px;align-items:end;margin-bottom:18px;padding:18px;border:1px solid #dce4ee;border-radius:12px;background:#f7f9fc}.order-edit-title{grid-column:1 / -1;display:grid}.order-edit-title b{color:#071a3d;font-size:17px}.order-edit-title small{color:#657084;margin-top:3px}.order-edit-card label{display:grid;gap:6px;color:#445066;font-size:11px;font-weight:800;text-transform:uppercase}.order-edit-card input,.order-edit-card select{width:100%;height:40px;padding:0 10px;border:1px solid #d2dae6;border-radius:7px;background:#fff;text-transform:none}.order-edit-card .wide-field{grid-column:span 2}.order-edit-card .btn{height:40px}.order-locked{margin-bottom:18px;padding:13px 16px;border:1px solid #d9e1eb;border-radius:9px;background:#f5f7fa;color:#58667a}.pos-picker{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:20px;background:#030e21b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.pos-picker-card{width:min(680px,100%);max-height:min(720px,calc(100vh - 40px));overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#fff;box-shadow:0 32px 90px #00000059}.pos-picker-card header{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px;background:linear-gradient(135deg,#071a3d,#154d88);color:#fff}.pos-picker-card header>div{display:flex;gap:15px}.pos-picker-card header>div>span{width:45px;height:45px;display:grid;place-items:center;border-radius:11px;background:#e6b83d;color:#071a3d;font-size:19px}.pos-picker-card h2{margin:3px 0;font:800 22px Manrope}.pos-picker-card header small{color:#f3ce6b;font-weight:800;text-transform:uppercase;letter-spacing:1px}.pos-picker-card header p{margin:0;color:#d7e1f0;font-size:12px}.pos-picker-card header button{border:0;background:#ffffff1f;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer}.pos-picker-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:440px;overflow:auto;padding:20px}.pos-picker-options button{display:grid;grid-template-columns:38px 1fr auto;grid-template-rows:auto auto;gap:3px 10px;align-items:center;padding:14px;border:1px solid #dce3ec;border-radius:10px;background:#fff;color:#071a3d;text-align:left;cursor:pointer;transition:.18s}.pos-picker-options button:hover{transform:translateY(-2px);border-color:#c9972d;background:#fff9e9;box-shadow:0 10px 24px #071a3d1a}.pos-picker-options button>span{grid-row:1 / 3;width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#eef3f9;color:#174b82}.pos-picker-options button small{color:#738096}.pos-picker-options button strong{grid-column:3;grid-row:1 / 3;color:#a46f00}.pos-picker-card footer{padding:13px 20px;background:#f4f6f9;color:#647084;text-align:center;font-size:12px}@media(max-width:760px){header .head .brand b{font-size:17px!important;letter-spacing:.8px}header .head .brand em{font-size:5px!important;letter-spacing:.7px}.order-edit-card{grid-template-columns:1fr}.order-edit-card .wide-field{grid-column:auto}.pos-picker{padding:10px;align-items:end}.pos-picker-card{max-height:88vh;border-radius:16px 16px 0 0}.pos-picker-card header{padding:17px}.pos-picker-card h2{font-size:18px}.pos-picker-options{grid-template-columns:1fr;padding:13px}}.receipt-label{display:none}.invoice tbody tr:nth-child(odd){background:#fffaf5}.invoice tbody tr:nth-child(2n){background:#f3ebe3}.invoice th:nth-child(2),.invoice td:nth-child(2){width:10%;text-align:center}.invoice th:nth-child(3),.invoice td:nth-child(3){width:18%;text-align:right}.invoice th:nth-child(4),.invoice td:nth-child(4){width:20%;text-align:right}@media print{.thermal-print .invoice-label{display:none}.thermal-print .receipt-label{display:inline}.thermal-print .invoice tbody tr:nth-child(odd){background:#fafbfd!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.thermal-print .invoice tbody tr:nth-child(2n){background:#e9eef4!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.thermal-print .invoice th{background:#23385d!important;color:#fff!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.thermal-print .invoice th:nth-child(1),.thermal-print .invoice td:nth-child(1){width:48%!important}.thermal-print .invoice th:nth-child(2),.thermal-print .invoice td:nth-child(2){display:table-cell!important;width:11%!important;text-align:center}.thermal-print .invoice th:nth-child(3),.thermal-print .invoice td:nth-child(3){display:table-cell!important;width:19%!important;text-align:right}.thermal-print .invoice th:nth-child(4),.thermal-print .invoice td:nth-child(4){width:22%!important;text-align:right}.thermal-print .invoice th,.thermal-print .invoice td{padding:5px 2px!important;overflow-wrap:anywhere}}.shop-intro{padding:18px 0 8px!important}.home-category{padding:10px 0 18px!important}.category-row-head{min-height:34px;margin:0 0 6px!important;align-items:center!important}.category-row-head h2{margin:0!important;font-size:19px!important;line-height:1!important}.category-row-head>a{font-size:12px!important}.category-product-grid{grid-template-rows:repeat(2,auto)!important;grid-auto-flow:column!important;grid-auto-columns:270px!important;gap:14px!important;overflow-x:auto!important;padding:7px 8px 20px!important;scroll-snap-type:x proximity}.category-product-grid .storefront-card{width:270px!important;min-width:270px!important;scroll-snap-align:start}.storefront-card{overflow:hidden!important;border:0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 20px #00000014!important;transition:transform .2s ease,box-shadow .2s ease!important}.storefront-card:hover{transform:translateY(-3px)!important;box-shadow:0 15px 35px #0000001f!important}.category-product-grid .storefront-card .product-img,.products .storefront-card .product-img{position:relative!important;display:block!important;width:100%!important;height:195px!important;min-height:195px!important;aspect-ratio:auto!important;overflow:hidden!important;background:#f1f3f5!important}.category-product-grid .storefront-card .card-image-track,.products .storefront-card .card-image-track{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important}.category-product-grid .storefront-card .card-image-track img,.products .storefront-card .card-image-track img{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;object-position:center!important;padding:0!important;mix-blend-mode:multiply;transform:none!important}.storefront-card .pill{top:11px!important;left:11px!important;z-index:3!important;max-width:calc(100% - 22px);padding:6px 10px!important;border-radius:999px!important;background:#082a65!important;color:#fff!important;font-size:9px!important;font-weight:900!important;text-transform:none!important;white-space:nowrap}.category-product-grid .storefront-card .product-body,.products .storefront-card .product-body{display:block!important;padding:10px 13px 13px!important;text-align:left!important}.category-product-grid .storefront-card .product-name,.products .storefront-card .product-name{display:-webkit-box!important;width:100%!important;min-height:0!important;max-height:60px;margin:0 0 7px!important;overflow:hidden;color:#071a3d!important;font-size:16px!important;font-weight:700!important;line-height:1.25!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}.category-product-grid .storefront-card .product-body>small,.products .storefront-card .product-body>small{display:none!important}.category-product-grid .storefront-card .price,.products .storefront-card .price{display:flex!important;justify-content:flex-start!important;min-height:23px!important;margin:0!important;gap:8px!important}.category-product-grid .storefront-card .price del,.products .storefront-card .price del{color:#9aa1aa!important;font-size:11px!important}.category-product-grid .storefront-card .price b,.products .storefront-card .price b{color:#0a3a82!important;font-size:17px!important;font-weight:900!important}.storefront-card .add{display:none!important}@media(max-width:760px){.shop-intro{padding:13px 0 6px!important}.shop-intro h2{font-size:18px!important}.home-category{padding:8px 0 14px!important}.category-row-head{min-height:30px;margin-bottom:4px!important}.category-row-head h2{font-size:16px!important}.category-product-grid{grid-auto-columns:260px!important;gap:10px!important;padding:5px 8px 16px!important}.category-product-grid .storefront-card{width:260px!important;min-width:260px!important}.category-product-grid .storefront-card .product-img,.products .storefront-card .product-img{height:190px!important;min-height:190px!important}.category-product-grid .storefront-card .product-name,.products .storefront-card .product-name{font-size:15px!important}.storefront-card .pill{top:9px!important;left:9px!important}}.shop-grid>.products{grid-template-columns:repeat(auto-fill,250px)!important;grid-auto-rows:max-content!important;gap:16px!important;align-items:start!important;justify-content:start!important}.shop-grid>.products .storefront-card{width:250px!important;min-width:250px!important;height:auto!important;align-self:start!important}.shop-grid>.products .storefront-card .product-img{height:165px!important;min-height:165px!important}.shop-grid>.products .storefront-card .product-body{padding:9px 12px 12px!important}.shop-grid>.products .storefront-card .product-name{max-height:54px!important;margin-bottom:6px!important;font-size:15px!important}.shop-grid>.products .storefront-card .price{min-height:21px!important}.account-products{grid-template-columns:repeat(auto-fill,250px)!important;grid-auto-rows:max-content!important;align-items:start!important}.account-products .storefront-card{width:250px!important;height:auto!important;align-self:start!important}.account-products .storefront-card .product-img{height:165px!important;min-height:165px!important}@media(max-width:760px){.shop-grid>.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.shop-grid>.products .storefront-card{width:100%!important;min-width:0!important}.shop-grid>.products .storefront-card .product-img{height:132px!important;min-height:132px!important}.shop-grid>.products .storefront-card .product-body{padding:8px!important}.shop-grid>.products .storefront-card .product-name{max-height:48px!important;font-size:13px!important}.account-products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.account-products .storefront-card{width:100%!important;min-width:0!important}.account-products .storefront-card .product-img{height:132px!important;min-height:132px!important}}.storefront-card .price{position:relative!important;width:100%!important;align-items:center!important;padding-right:35px!important}.storefront-card .card-cart{position:absolute;right:0;top:50%;display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#082a65;color:#fff;box-shadow:0 5px 13px #082a653d;transform:translateY(-50%);transition:background .18s ease,transform .18s ease}.storefront-card .card-cart:hover{background:#c9972d;color:#071a3d;transform:translateY(-50%) scale(1.06)}.storefront-card .card-cart i{font-size:12px}@media(max-width:760px){.storefront-card .price{padding-right:30px!important;gap:5px!important}.storefront-card .card-cart{width:27px;height:27px}.storefront-card .card-cart i{font-size:10px}}.storefront-card .price{display:grid!important;grid-template-columns:minmax(0,1fr) 30px!important;gap:6px!important;padding-right:0!important}.storefront-card .price-values{display:flex;min-width:0;align-items:baseline;gap:7px;flex-wrap:wrap}.storefront-card .price-values b{white-space:nowrap}.storefront-card .card-cart{position:static!important;transform:none!important;align-self:center}.storefront-card .card-cart:hover{transform:scale(1.06)!important}@media(max-width:760px){.home-category{padding:6px 0 12px!important}.category-row-head{padding-inline:1px;margin-bottom:3px!important}.category-row-head h2{font-size:15px!important}.category-row-head>a{font-size:10px!important;white-space:nowrap}.category-product-grid,.shop-grid>.products,.account-products{display:grid!important;grid-template-columns:none!important;grid-template-rows:1fr!important;grid-auto-flow:column!important;grid-auto-columns:calc((100vw - 44px)/2.25)!important;gap:8px!important;overflow-x:auto!important;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;padding:4px 14px 15px 0!important;justify-content:start!important}.category-product-grid::-webkit-scrollbar,.shop-grid>.products::-webkit-scrollbar,.account-products::-webkit-scrollbar{display:none}.category-product-grid .storefront-card,.shop-grid>.products .storefront-card,.account-products .storefront-card{width:100%!important;min-width:0!important;border-radius:13px!important;scroll-snap-align:start}.category-product-grid .storefront-card .product-img,.shop-grid>.products .storefront-card .product-img,.account-products .storefront-card .product-img{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1/1!important}.category-product-grid .storefront-card .product-body,.shop-grid>.products .storefront-card .product-body,.account-products .storefront-card .product-body{padding:7px 8px 9px!important}.category-product-grid .storefront-card .product-name,.shop-grid>.products .storefront-card .product-name,.account-products .storefront-card .product-name{min-height:31px!important;max-height:44px!important;margin-bottom:4px!important;font-size:11.5px!important;line-height:1.28!important;-webkit-line-clamp:2}.storefront-card .price{grid-template-columns:minmax(0,1fr) 25px!important;gap:3px!important;min-height:25px!important}.storefront-card .price-values{display:grid;gap:0;line-height:1.05}.storefront-card .price-values b{font-size:12.5px!important}.storefront-card .price-values del{font-size:8.5px!important}.storefront-card .card-cart{width:25px!important;height:25px!important}.storefront-card .pill{top:6px!important;left:6px!important;padding:4px 6px!important;font-size:7px!important}}.storefront-card .card-image-track{position:absolute!important;inset:0!important;overflow:hidden!important;background:#eef1f4!important}.storefront-card .card-image-track img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;padding:0!important;object-fit:cover!important;object-position:center!important;mix-blend-mode:normal!important;opacity:0;transform:none!important;transition:opacity .55s ease!important}.storefront-card .card-image-track img.is-active{z-index:1;opacity:1}@media(prefers-reduced-motion:reduce){.storefront-card .card-image-track img{transition:none!important}}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-canvas-square{padding-block:.125em;margin-block-end:-.125em}.fa-canvas-roomy{padding-block:.25em;padding-inline:.125em;margin-block-end:-.25em;box-sizing:content-box}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-flip{animation-name:fa-flip;animation-duration:var(--fa-animation-duration,1.5s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-flip,.fa-flip-360{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-flip-360{animation-name:fa-flip-360;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,.75s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}.fa-spin-snap{animation-name:fa-spin-snap;animation-duration:var(--fa-animation-duration,3s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-snap,.fa-spin-snap-4{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin-snap-4{animation-name:fa-spin-snap-4;animation-duration:var(--fa-animation-duration,2.4s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-snap-8{animation-name:fa-spin-snap-8;animation-duration:var(--fa-animation-duration,4s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-buzz,.fa-spin-snap-8{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-buzz{animation-name:fa-buzz;animation-duration:var(--fa-animation-duration,.6s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-wag{animation-name:fa-wag;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,.9s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-out);transform-origin:bottom center}.fa-float{animation-name:fa-float;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,3s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);will-change:transform}.fa-swing{animation-name:fa-swing;animation-duration:var(--fa-animation-duration,1.2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-out);transform-origin:top center}.fa-jello,.fa-swing{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-jello{animation-name:fa-jello;animation-duration:var(--fa-animation-duration,.9s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-out)}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-buzz,.fa-fade,.fa-flip,.fa-flip-360,.fa-float,.fa-jello,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse,.fa-spin-snap,.fa-spin-snap-4,.fa-spin-snap-8,.fa-swing,.fa-wag{animation:none!important;transition:none!important}}@keyframes fa-beat{0%{transform:scale(1)}25%{transform:scale(calc(var(--fa-beat-scale, 1.25)*1.25))}45%{transform:scale(calc(var(--fa-beat-scale, 1.22)*1.22))}65%{transform:scale(calc(var(--fa-beat-scale, 1.25)*1.25))}90%{transform:scale(1)}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0);animation-timing-function:var(--fa-animation-timing)}14%{transform:scale(var(--fa-bounce-start-scale-x,1.06),var(--fa-bounce-start-scale-y,.94)) translateY(var(--fa-bounce-anticipation,3px));animation-timing-function:cubic-bezier(.33,0,.66,.33)}32%{transform:scale(var(--fa-bounce-jump-scale-x,.94),var(--fa-bounce-jump-scale-y,1.12)) translateY(calc(var(--fa-bounce-height, .5em)*-1));animation-timing-function:cubic-bezier(.33,.66,.66,1)}52%{transform:scale(1) translateY(calc(var(--fa-bounce-height, .5em)*-1*1.1));animation-timing-function:cubic-bezier(.5,0,1,.5)}70%{transform:scale(var(--fa-bounce-land-scale-x,1.06),var(--fa-bounce-land-scale-y,.92)) translateY(0);animation-timing-function:cubic-bezier(.33,.33,.66,1)}85%{transform:scale(.98,1.04) translateY(calc(-2px*var(--fa-bounce-rebound, 1)));animation-timing-function:cubic-bezier(.33,0,.66,1)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{0%{opacity:1;transform:scale(1);animation-timing-function:cubic-bezier(.2,0,.4,1)}40%{opacity:var(--fa-fade-opacity,.4);transform:scale(.98);animation-timing-function:cubic-bezier(.4,0,.6,1)}to{opacity:1;transform:scale(1)}}@keyframes fa-beat-fade{0%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1);animation-timing-function:cubic-bezier(.2,0,.4,1)}25%{opacity:calc(var(--fa-beat-fade-opacity, .4) + .4);transform:scale(var(--fa-beat-fade-scale,1.28));animation-timing-function:cubic-bezier(.4,0,.6,1)}45%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.25));animation-timing-function:cubic-bezier(.4,0,.2,1)}65%{opacity:calc(var(--fa-beat-fade-opacity, .4) + .4);transform:scale(var(--fa-beat-fade-scale,1.28));animation-timing-function:cubic-bezier(.4,0,.6,1)}to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}}@keyframes fa-flip{0%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),0);animation-timing-function:cubic-bezier(.2,0,.4,1)}8%{transform:perspective(2em) scale(var(--fa-flip-anticipation-scale,.95)) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),0);animation-timing-function:cubic-bezier(.33,0,.66,.33)}35%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),calc(var(--fa-flip-angle, -1turn)*.6));animation-timing-function:linear}65%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),calc(var(--fa-flip-angle, -1turn)*.5));animation-timing-function:cubic-bezier(.33,.66,.66,1)}92%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),calc(var(--fa-flip-angle, -1turn)*var(--fa-flip-overshoot, 1.04)));animation-timing-function:cubic-bezier(.33,0,.66,1)}to{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-1turn))}}@keyframes fa-flip-360{0%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),0);animation-timing-function:cubic-bezier(.2,0,.4,1)}8%{transform:perspective(2em) scale(var(--fa-flip-anticipation-scale,.95)) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),0);animation-timing-function:cubic-bezier(.33,0,.66,.33)}50%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),calc(var(--fa-flip-angle, -1turn)*.6));animation-timing-function:cubic-bezier(.33,.66,.66,1)}80%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),calc(var(--fa-flip-angle, -1turn)*var(--fa-flip-overshoot, 1.04)));animation-timing-function:cubic-bezier(.33,0,.66,1)}to{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-1turn))}}@keyframes fa-shake{0%{transform:rotate(0);animation-timing-function:cubic-bezier(.2,0,.8,1)}8%{transform:rotate(35deg) translate(1px);animation-timing-function:cubic-bezier(.3,0,.7,1)}20%{transform:rotate(-22deg) translate(-1px);animation-timing-function:cubic-bezier(.3,0,.7,1)}35%{transform:rotate(15deg) translate(1px);animation-timing-function:cubic-bezier(.3,0,.7,1)}50%{transform:rotate(-9deg);animation-timing-function:cubic-bezier(.4,0,.6,1)}65%{transform:rotate(5deg);animation-timing-function:cubic-bezier(.4,0,.6,1)}78%{transform:rotate(-3deg);animation-timing-function:cubic-bezier(.4,0,.6,1)}90%{transform:rotate(1deg);animation-timing-function:cubic-bezier(.4,0,.2,1)}to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes fa-spin-snap{0%{transform:rotate(0);animation-timing-function:cubic-bezier(0,0,.2,1)}12%{transform:rotate(60deg);animation-timing-function:cubic-bezier(.8,0,1,1)}16.67%{transform:rotate(60deg);animation-timing-function:cubic-bezier(0,0,.2,1)}28.67%{transform:rotate(120deg);animation-timing-function:cubic-bezier(.8,0,1,1)}33.33%{transform:rotate(120deg);animation-timing-function:cubic-bezier(0,0,.2,1)}45.33%{transform:rotate(180deg);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:rotate(180deg);animation-timing-function:cubic-bezier(0,0,.2,1)}62%{transform:rotate(240deg);animation-timing-function:cubic-bezier(.8,0,1,1)}66.67%{transform:rotate(240deg);animation-timing-function:cubic-bezier(0,0,.2,1)}78.67%{transform:rotate(300deg);animation-timing-function:cubic-bezier(.8,0,1,1)}83.33%{transform:rotate(300deg);animation-timing-function:cubic-bezier(0,0,.2,1)}95.33%{transform:rotate(1turn);animation-timing-function:cubic-bezier(.8,0,1,1)}to{transform:rotate(1turn)}}@keyframes fa-spin-snap-4{0%{transform:rotate(0);animation-timing-function:cubic-bezier(0,0,.2,1)}15%{transform:rotate(90deg);animation-timing-function:cubic-bezier(.8,0,1,1)}25%{transform:rotate(90deg);animation-timing-function:cubic-bezier(0,0,.2,1)}40%{transform:rotate(180deg);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:rotate(180deg);animation-timing-function:cubic-bezier(0,0,.2,1)}65%{transform:rotate(270deg);animation-timing-function:cubic-bezier(.8,0,1,1)}75%{transform:rotate(270deg);animation-timing-function:cubic-bezier(0,0,.2,1)}90%{transform:rotate(1turn);animation-timing-function:cubic-bezier(.8,0,1,1)}to{transform:rotate(1turn)}}@keyframes fa-spin-snap-8{0%{transform:rotate(0);animation-timing-function:cubic-bezier(0,0,.2,1)}9%{transform:rotate(45deg);animation-timing-function:cubic-bezier(.8,0,1,1)}12.5%{transform:rotate(45deg);animation-timing-function:cubic-bezier(0,0,.2,1)}21.5%{transform:rotate(90deg);animation-timing-function:cubic-bezier(.8,0,1,1)}25%{transform:rotate(90deg);animation-timing-function:cubic-bezier(0,0,.2,1)}34%{transform:rotate(135deg);animation-timing-function:cubic-bezier(.8,0,1,1)}37.5%{transform:rotate(135deg);animation-timing-function:cubic-bezier(0,0,.2,1)}46.5%{transform:rotate(180deg);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:rotate(180deg);animation-timing-function:cubic-bezier(0,0,.2,1)}59%{transform:rotate(225deg);animation-timing-function:cubic-bezier(.8,0,1,1)}62.5%{transform:rotate(225deg);animation-timing-function:cubic-bezier(0,0,.2,1)}71.5%{transform:rotate(270deg);animation-timing-function:cubic-bezier(.8,0,1,1)}75%{transform:rotate(270deg);animation-timing-function:cubic-bezier(0,0,.2,1)}84%{transform:rotate(315deg);animation-timing-function:cubic-bezier(.8,0,1,1)}87.5%{transform:rotate(315deg);animation-timing-function:cubic-bezier(0,0,.2,1)}96.5%{transform:rotate(1turn);animation-timing-function:cubic-bezier(.8,0,1,1)}to{transform:rotate(1turn)}}@keyframes fa-buzz{0%{transform:translate(0) rotate(0);animation-timing-function:cubic-bezier(.1,0,.9,1)}5%{transform:translate(var(--fa-buzz-distance,4px)) rotate(.5deg)}10%{transform:translate(calc(var(--fa-buzz-distance, 4px)*-1)) rotate(-.5deg)}15%{transform:translate(var(--fa-buzz-distance,4px)) rotate(.3deg)}20%{transform:translate(calc(var(--fa-buzz-distance, 4px)*-1)) rotate(-.3deg)}25%{transform:translate(calc(var(--fa-buzz-distance, 4px)*.7)) rotate(.2deg)}30%{transform:translate(calc(var(--fa-buzz-distance, 4px)*-1*.7)) rotate(-.2deg)}35%{transform:translate(calc(var(--fa-buzz-distance, 4px)*.4)) rotate(.1deg)}40%{transform:translate(0) rotate(0)}to{transform:translate(0) rotate(0)}}@keyframes fa-wag{0%{transform:rotate(0);animation-timing-function:cubic-bezier(.2,0,.6,1)}12%{transform:rotate(var(--fa-wag-angle,12deg));animation-timing-function:cubic-bezier(.4,0,.2,1)}24%{transform:rotate(2deg);animation-timing-function:cubic-bezier(.2,0,.6,1)}36%{transform:rotate(calc(var(--fa-wag-angle, 12deg)*.85));animation-timing-function:cubic-bezier(.4,0,.2,1)}48%{transform:rotate(1deg);animation-timing-function:cubic-bezier(.2,0,.6,1)}58%{transform:rotate(calc(var(--fa-wag-angle, 12deg)*.6));animation-timing-function:cubic-bezier(.4,0,.2,1)}68%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes fa-float{0%{transform:translateY(0) translate(0) rotate(0) scale(var(--fa-float-squash-x,1.02),var(--fa-float-squash-y,.98));animation-timing-function:cubic-bezier(.33,0,.66,.33)}15%{transform:translateY(calc(var(--fa-float-height, 6px)*-.4)) translate(var(--fa-float-drift,1px)) rotate(var(--fa-float-tilt,1deg)) scale(1);animation-timing-function:cubic-bezier(.33,.66,.66,1)}35%{transform:translateY(calc(var(--fa-float-height, 6px)*-1)) translate(0) rotate(0) scale(var(--fa-float-stretch-x,.98),var(--fa-float-stretch-y,1.03));animation-timing-function:cubic-bezier(.5,0,.5,0)}50%{transform:translateY(calc(var(--fa-float-height, 6px)*-.92)) translate(calc(var(--fa-float-drift, 1px)*-.5)) rotate(calc(var(--fa-float-tilt, 1deg)*-.5)) scale(.995,1.01);animation-timing-function:cubic-bezier(.33,0,.66,.33)}70%{transform:translateY(calc(var(--fa-float-height, 6px)*-.3)) translate(calc(var(--fa-float-drift, 1px)*-1)) rotate(calc(var(--fa-float-tilt, 1deg)*-1)) scale(1);animation-timing-function:cubic-bezier(.33,.66,.66,1)}90%{transform:translateY(calc(var(--fa-float-height, 6px)*.05)) translate(0) rotate(0) scale(var(--fa-float-squash-x,1.02),var(--fa-float-squash-y,.98));animation-timing-function:cubic-bezier(.33,0,.66,1)}to{transform:translateY(0) translate(0) rotate(0) scale(var(--fa-float-squash-x,1.02),var(--fa-float-squash-y,.98))}}@keyframes fa-swing{0%{transform:rotate(0);animation-timing-function:cubic-bezier(.2,0,.8,1)}8%{transform:rotate(var(--fa-swing-angle,22deg));animation-timing-function:cubic-bezier(.3,0,.7,1)}18%{transform:rotate(calc(var(--fa-swing-angle, 22deg)*-1*.85));animation-timing-function:cubic-bezier(.3,0,.7,1)}28%{transform:rotate(calc(var(--fa-swing-angle, 22deg)*.65));animation-timing-function:cubic-bezier(.35,0,.65,1)}38%{transform:rotate(calc(var(--fa-swing-angle, 22deg)*-1*.45));animation-timing-function:cubic-bezier(.4,0,.6,1)}48%{transform:rotate(calc(var(--fa-swing-angle, 22deg)*.25));animation-timing-function:cubic-bezier(.4,0,.6,1)}56%{transform:rotate(calc(var(--fa-swing-angle, 22deg)*-1*.1));animation-timing-function:cubic-bezier(.4,0,.6,1)}64%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes fa-jello{0%{transform:scale(1);animation-timing-function:cubic-bezier(.2,0,.8,1)}12%{transform:scale(var(--fa-jello-scale-x,1.15),calc(2 - var(--fa-jello-scale-x, 1.15)));animation-timing-function:cubic-bezier(.3,0,.7,1)}24%{transform:scale(calc(2 - var(--fa-jello-scale-y, 1.12)),var(--fa-jello-scale-y,1.12));animation-timing-function:cubic-bezier(.3,0,.7,1)}36%{transform:scale(calc(.5 + var(--fa-jello-scale-x, 1.15)*.5),calc(1.5 - var(--fa-jello-scale-x, 1.15)*.5));animation-timing-function:cubic-bezier(.4,0,.6,1)}48%{transform:scale(calc(1.3 - var(--fa-jello-scale-y, 1.12)*.3),calc(.7 + var(--fa-jello-scale-y, 1.12)*.3));animation-timing-function:cubic-bezier(.4,0,.6,1)}58%{transform:scale(1.02,.98);animation-timing-function:cubic-bezier(.4,0,.2,1)}68%{transform:scale(1)}to{transform:scale(1)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"0"}.fa-1{--fa:"1"}.fa-2{--fa:"2"}.fa-3{--fa:"3"}.fa-4{--fa:"4"}.fa-5{--fa:"5"}.fa-6{--fa:"6"}.fa-7{--fa:"7"}.fa-8{--fa:"8"}.fa-9{--fa:"9"}.fa-exclamation{--fa:"!"}.fa-hashtag{--fa:"#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"$"}.fa-percent,.fa-percentage{--fa:"%"}.fa-asterisk{--fa:"*"}.fa-add,.fa-plus{--fa:"+"}.fa-less-than{--fa:"<"}.fa-equals{--fa:"="}.fa-greater-than{--fa:">"}.fa-question{--fa:"?"}.fa-at{--fa:"@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:""}.fa-faucet-drip{--fa:""}.fa-house-chimney-window{--fa:""}.fa-house-signal{--fa:""}.fa-temperature-arrow-down,.fa-temperature-down{--fa:""}.fa-temperature-arrow-up,.fa-temperature-up{--fa:""}.fa-trailer{--fa:""}.fa-bacteria{--fa:""}.fa-bacterium{--fa:""}.fa-box-tissue{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-hand-sparkles{--fa:""}.fa-hands-bubbles,.fa-hands-wash{--fa:""}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:""}.fa-head-side-cough{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-head-side-mask{--fa:""}.fa-head-side-virus{--fa:""}.fa-house-chimney-user{--fa:""}.fa-house-laptop,.fa-laptop-house{--fa:""}.fa-lungs-virus{--fa:""}.fa-people-arrows,.fa-people-arrows-left-right{--fa:""}.fa-plane-slash{--fa:""}.fa-pump-medical{--fa:""}.fa-pump-soap{--fa:""}.fa-shield-virus{--fa:""}.fa-sink{--fa:""}.fa-soap{--fa:""}.fa-stopwatch-20{--fa:""}.fa-shop-slash,.fa-store-alt-slash{--fa:""}.fa-store-slash{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-users-slash{--fa:""}.fa-virus{--fa:""}.fa-virus-slash{--fa:""}.fa-viruses{--fa:""}.fa-vest{--fa:""}.fa-vest-patches{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-austral-sign{--fa:""}.fa-baht-sign{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-bolt-lightning{--fa:""}.fa-book-bookmark{--fa:""}.fa-camera-rotate{--fa:""}.fa-cedi-sign{--fa:""}.fa-chart-column{--fa:""}.fa-chart-gantt{--fa:""}.fa-clapperboard{--fa:""}.fa-closed-captioning-slash{--fa:""}.fa-clover{--fa:""}.fa-code-compare{--fa:""}.fa-code-fork{--fa:""}.fa-code-pull-request{--fa:""}.fa-colon-sign{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-display{--fa:""}.fa-dong-sign{--fa:""}.fa-elevator{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-florin-sign{--fa:""}.fa-folder-closed{--fa:""}.fa-franc-sign{--fa:""}.fa-guarani-sign{--fa:""}.fa-gun{--fa:""}.fa-hands-clapping{--fa:""}.fa-home-user,.fa-house-user{--fa:""}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:""}.fa-kip-sign{--fa:""}.fa-lari-sign{--fa:""}.fa-litecoin-sign{--fa:""}.fa-manat-sign{--fa:""}.fa-mask-face{--fa:""}.fa-mill-sign{--fa:""}.fa-money-bills{--fa:""}.fa-naira-sign{--fa:""}.fa-notdef{--fa:""}.fa-panorama{--fa:""}.fa-peseta-sign{--fa:""}.fa-peso-sign{--fa:""}.fa-plane-up{--fa:""}.fa-rupiah-sign{--fa:""}.fa-stairs{--fa:""}.fa-timeline{--fa:""}.fa-truck-front{--fa:""}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:""}.fa-vault{--fa:""}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:""}.fa-wheat-alt,.fa-wheat-awn{--fa:""}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:""}.fa-bangladeshi-taka-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-person-pregnant{--fa:""}.fa-home-lg,.fa-house-chimney{--fa:""}.fa-house-crack{--fa:""}.fa-house-medical{--fa:""}.fa-cent-sign{--fa:""}.fa-plus-minus{--fa:""}.fa-sailboat{--fa:""}.fa-section{--fa:""}.fa-shrimp{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-chart-simple{--fa:""}.fa-diagram-next{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-diagram-successor{--fa:""}.fa-earth-oceania,.fa-globe-oceania{--fa:""}.fa-bug-slash{--fa:""}.fa-file-circle-plus{--fa:""}.fa-shop-lock{--fa:""}.fa-virus-covid{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-anchor-lock{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-arrows-spin{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-bore-hole{--fa:""}.fa-bottle-droplet{--fa:""}.fa-bottle-water{--fa:""}.fa-bowl-food{--fa:""}.fa-boxes-packing{--fa:""}.fa-bridge{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-bridge-lock{--fa:""}.fa-bridge-water{--fa:""}.fa-bucket{--fa:""}.fa-bugs{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-building-circle-check{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-building-flag{--fa:""}.fa-building-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-building-shield{--fa:""}.fa-building-un{--fa:""}.fa-building-user{--fa:""}.fa-building-wheat{--fa:""}.fa-burst{--fa:""}.fa-car-on{--fa:""}.fa-car-tunnel{--fa:""}.fa-child-combatant,.fa-child-rifle{--fa:""}.fa-children{--fa:""}.fa-circle-nodes{--fa:""}.fa-clipboard-question{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-computer{--fa:""}.fa-cubes-stacked{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-explosion{--fa:""}.fa-ferry{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-file-circle-minus{--fa:""}.fa-file-circle-question{--fa:""}.fa-file-shield{--fa:""}.fa-fire-burner{--fa:""}.fa-fish-fins{--fa:""}.fa-flask-vial{--fa:""}.fa-glass-water{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-handcuffs{--fa:""}.fa-hands-bound{--fa:""}.fa-hands-holding-child{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-heart-circle-check{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-helmet-un{--fa:""}.fa-hill-avalanche{--fa:""}.fa-hill-rockslide{--fa:""}.fa-house-circle-check{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-house-fire{--fa:""}.fa-house-flag{--fa:""}.fa-house-flood-water{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-house-lock{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-house-medical-flag{--fa:""}.fa-house-tsunami{--fa:""}.fa-jar{--fa:""}.fa-jar-wheat{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-jug-detergent{--fa:""}.fa-kitchen-set{--fa:""}.fa-land-mine-on{--fa:""}.fa-landmark-flag{--fa:""}.fa-laptop-file{--fa:""}.fa-lines-leaning{--fa:""}.fa-location-pin-lock{--fa:""}.fa-locust{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-mask-ventilator{--fa:""}.fa-mattress-pillow{--fa:""}.fa-mobile-retro{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-mosquito{--fa:""}.fa-mosquito-net{--fa:""}.fa-mound{--fa:""}.fa-mountain-city{--fa:""}.fa-mountain-sun{--fa:""}.fa-oil-well{--fa:""}.fa-people-group{--fa:""}.fa-people-line{--fa:""}.fa-people-pulling{--fa:""}.fa-people-robbery{--fa:""}.fa-people-roof{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-person-burst{--fa:""}.fa-person-cane{--fa:""}.fa-person-chalkboard{--fa:""}.fa-person-circle-check{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-person-circle-minus{--fa:""}.fa-person-circle-plus{--fa:""}.fa-person-circle-question{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-person-dress-burst{--fa:""}.fa-person-drowning{--fa:""}.fa-person-falling{--fa:""}.fa-person-falling-burst{--fa:""}.fa-person-half-dress{--fa:""}.fa-person-harassing{--fa:""}.fa-person-military-pointing{--fa:""}.fa-person-military-rifle{--fa:""}.fa-person-military-to-person{--fa:""}.fa-person-rays{--fa:""}.fa-person-rifle{--fa:""}.fa-person-shelter{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-plane-circle-check{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-plane-lock{--fa:""}.fa-plate-wheat{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-plug-circle-check{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-ranking-star{--fa:""}.fa-road-barrier{--fa:""}.fa-road-bridge{--fa:""}.fa-road-circle-check{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-road-lock{--fa:""}.fa-road-spikes{--fa:""}.fa-rug{--fa:""}.fa-sack-xmark{--fa:""}.fa-school-circle-check{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-school-flag{--fa:""}.fa-school-lock{--fa:""}.fa-sheet-plastic{--fa:""}.fa-shield-cat{--fa:""}.fa-shield-dog{--fa:""}.fa-shield-heart{--fa:""}.fa-square-nfi{--fa:""}.fa-square-person-confined{--fa:""}.fa-square-virus{--fa:""}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-tarp{--fa:""}.fa-tarp-droplet{--fa:""}.fa-tent{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-tents{--fa:""}.fa-toilet-portable{--fa:""}.fa-toilets-portable{--fa:""}.fa-tower-cell{--fa:""}.fa-tower-observation{--fa:""}.fa-tree-city{--fa:""}.fa-trowel{--fa:""}.fa-trowel-bricks{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-truck-droplet{--fa:""}.fa-truck-field{--fa:""}.fa-truck-field-un{--fa:""}.fa-truck-plane{--fa:""}.fa-users-between-lines{--fa:""}.fa-users-line{--fa:""}.fa-users-rays{--fa:""}.fa-users-rectangle{--fa:""}.fa-users-viewfinder{--fa:""}.fa-vial-circle-check{--fa:""}.fa-vial-virus{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-worm{--fa:""}.fa-xmarks-lines{--fa:""}.fa-child-dress{--fa:""}.fa-child-reaching{--fa:""}.fa-file-circle-check{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-person-through-window{--fa:""}.fa-plant-wilt{--fa:""}.fa-stapler{--fa:""}.fa-train-tram{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-chart-diagram{--fa:""}.fa-comment-nodes{--fa:""}.fa-file-fragment{--fa:""}.fa-file-half-dashed{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-square-binary{--fa:""}.fa-pentagon{--fa:""}.fa-non-binary{--fa:""}.fa-spiral{--fa:""}.fa-picture-in-picture{--fa:""}.fa-mobile-vibrate{--fa:""}.fa-single-quote-left{--fa:""}.fa-single-quote-right{--fa:""}.fa-bus-side{--fa:""}.fa-heptagon,.fa-septagon{--fa:""}.fa-aquarius{--fa:""}.fa-aries{--fa:""}.fa-cancer{--fa:""}.fa-capricorn{--fa:""}.fa-gemini{--fa:""}.fa-leo{--fa:""}.fa-libra{--fa:""}.fa-pisces{--fa:""}.fa-sagittarius{--fa:""}.fa-scorpio{--fa:""}.fa-taurus{--fa:""}.fa-virgo{--fa:""}.fa-glass-martini,.fa-martini-glass-empty{--fa:""}.fa-music{--fa:""}.fa-magnifying-glass,.fa-search{--fa:""}.fa-heart{--fa:""}.fa-star{--fa:""}.fa-user,.fa-user-alt,.fa-user-large{--fa:""}.fa-film,.fa-film-alt,.fa-film-simple{--fa:""}.fa-table-cells-large,.fa-th-large{--fa:""}.fa-table-cells,.fa-th{--fa:""}.fa-table-list,.fa-th-list{--fa:""}.fa-check{--fa:""}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:""}.fa-magnifying-glass-plus,.fa-search-plus{--fa:""}.fa-magnifying-glass-minus,.fa-search-minus{--fa:""}.fa-power-off{--fa:""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:""}.fa-cog,.fa-gear{--fa:""}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:""}.fa-clock,.fa-clock-four{--fa:""}.fa-road{--fa:""}.fa-download{--fa:""}.fa-inbox{--fa:""}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:""}.fa-list-alt,.fa-rectangle-list{--fa:""}.fa-lock{--fa:""}.fa-flag{--fa:""}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:""}.fa-volume-off{--fa:""}.fa-volume-down,.fa-volume-low{--fa:""}.fa-volume-high,.fa-volume-up{--fa:""}.fa-qrcode{--fa:""}.fa-barcode{--fa:""}.fa-tag{--fa:""}.fa-tags{--fa:""}.fa-book{--fa:""}.fa-bookmark{--fa:""}.fa-print{--fa:""}.fa-camera,.fa-camera-alt{--fa:""}.fa-font{--fa:""}.fa-bold{--fa:""}.fa-italic{--fa:""}.fa-text-height{--fa:""}.fa-text-width{--fa:""}.fa-align-left{--fa:""}.fa-align-center{--fa:""}.fa-align-right{--fa:""}.fa-align-justify{--fa:""}.fa-list,.fa-list-squares{--fa:""}.fa-dedent,.fa-outdent{--fa:""}.fa-indent{--fa:""}.fa-video,.fa-video-camera{--fa:""}.fa-image{--fa:""}.fa-location-pin,.fa-map-marker{--fa:""}.fa-adjust,.fa-circle-half-stroke{--fa:""}.fa-droplet,.fa-tint{--fa:""}.fa-edit,.fa-pen-to-square{--fa:""}.fa-arrows,.fa-arrows-up-down-left-right{--fa:""}.fa-backward-step,.fa-step-backward{--fa:""}.fa-backward-fast,.fa-fast-backward{--fa:""}.fa-backward{--fa:""}.fa-play{--fa:""}.fa-pause{--fa:""}.fa-stop{--fa:""}.fa-forward{--fa:""}.fa-fast-forward,.fa-forward-fast{--fa:""}.fa-forward-step,.fa-step-forward{--fa:""}.fa-eject{--fa:""}.fa-chevron-left{--fa:""}.fa-chevron-right{--fa:""}.fa-circle-plus,.fa-plus-circle{--fa:""}.fa-circle-minus,.fa-minus-circle{--fa:""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:""}.fa-check-circle,.fa-circle-check{--fa:""}.fa-circle-question,.fa-question-circle{--fa:""}.fa-circle-info,.fa-info-circle{--fa:""}.fa-crosshairs{--fa:""}.fa-ban,.fa-cancel{--fa:""}.fa-arrow-left{--fa:""}.fa-arrow-right{--fa:""}.fa-arrow-up{--fa:""}.fa-arrow-down{--fa:""}.fa-mail-forward,.fa-share{--fa:""}.fa-expand{--fa:""}.fa-compress{--fa:""}.fa-minus,.fa-subtract{--fa:""}.fa-circle-exclamation,.fa-exclamation-circle{--fa:""}.fa-gift{--fa:""}.fa-leaf{--fa:""}.fa-fire{--fa:""}.fa-eye{--fa:""}.fa-eye-slash{--fa:""}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:""}.fa-plane{--fa:""}.fa-calendar-alt,.fa-calendar-days{--fa:""}.fa-random,.fa-shuffle{--fa:""}.fa-comment{--fa:""}.fa-magnet{--fa:""}.fa-chevron-up{--fa:""}.fa-chevron-down{--fa:""}.fa-retweet{--fa:""}.fa-cart-shopping,.fa-shopping-cart{--fa:""}.fa-folder,.fa-folder-blank{--fa:""}.fa-folder-open{--fa:""}.fa-arrows-up-down,.fa-arrows-v{--fa:""}.fa-arrows-h,.fa-arrows-left-right{--fa:""}.fa-bar-chart,.fa-chart-bar{--fa:""}.fa-camera-retro{--fa:""}.fa-key{--fa:""}.fa-cogs,.fa-gears{--fa:""}.fa-comments{--fa:""}.fa-star-half{--fa:""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:""}.fa-thumb-tack,.fa-thumbtack{--fa:""}.fa-arrow-up-right-from-square,.fa-external-link{--fa:""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:""}.fa-trophy{--fa:""}.fa-upload{--fa:""}.fa-lemon{--fa:""}.fa-phone{--fa:""}.fa-phone-square,.fa-square-phone{--fa:""}.fa-unlock{--fa:""}.fa-credit-card,.fa-credit-card-alt{--fa:""}.fa-feed,.fa-rss{--fa:""}.fa-hard-drive,.fa-hdd{--fa:""}.fa-bullhorn{--fa:""}.fa-certificate{--fa:""}.fa-hand-point-right{--fa:""}.fa-hand-point-left{--fa:""}.fa-hand-point-up{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:""}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:""}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:""}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:""}.fa-globe{--fa:""}.fa-wrench{--fa:""}.fa-list-check,.fa-tasks{--fa:""}.fa-filter{--fa:""}.fa-briefcase{--fa:""}.fa-arrows-alt,.fa-up-down-left-right{--fa:""}.fa-users{--fa:""}.fa-chain,.fa-link{--fa:""}.fa-cloud{--fa:""}.fa-flask{--fa:""}.fa-cut,.fa-scissors{--fa:""}.fa-copy{--fa:""}.fa-paperclip{--fa:""}.fa-floppy-disk,.fa-save{--fa:""}.fa-square{--fa:""}.fa-bars,.fa-navicon{--fa:""}.fa-list-dots,.fa-list-ul{--fa:""}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:""}.fa-strikethrough{--fa:""}.fa-underline{--fa:""}.fa-table{--fa:""}.fa-magic,.fa-wand-magic{--fa:""}.fa-truck{--fa:""}.fa-money-bill{--fa:""}.fa-caret-down{--fa:""}.fa-caret-up{--fa:""}.fa-caret-left{--fa:""}.fa-caret-right{--fa:""}.fa-columns,.fa-table-columns{--fa:""}.fa-sort,.fa-unsorted{--fa:""}.fa-sort-desc,.fa-sort-down{--fa:""}.fa-sort-asc,.fa-sort-up{--fa:""}.fa-envelope{--fa:""}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:""}.fa-gavel,.fa-legal{--fa:""}.fa-bolt,.fa-zap{--fa:""}.fa-sitemap{--fa:""}.fa-umbrella{--fa:""}.fa-file-clipboard,.fa-paste{--fa:""}.fa-lightbulb{--fa:""}.fa-arrow-right-arrow-left,.fa-exchange{--fa:""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:""}.fa-user-doctor,.fa-user-md{--fa:""}.fa-stethoscope{--fa:""}.fa-suitcase{--fa:""}.fa-bell{--fa:""}.fa-coffee,.fa-mug-saucer{--fa:""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:""}.fa-ambulance,.fa-truck-medical{--fa:""}.fa-medkit,.fa-suitcase-medical{--fa:""}.fa-fighter-jet,.fa-jet-fighter{--fa:""}.fa-beer,.fa-beer-mug-empty{--fa:""}.fa-h-square,.fa-square-h{--fa:""}.fa-plus-square,.fa-square-plus{--fa:""}.fa-angle-double-left,.fa-angles-left{--fa:""}.fa-angle-double-right,.fa-angles-right{--fa:""}.fa-angle-double-up,.fa-angles-up{--fa:""}.fa-angle-double-down,.fa-angles-down{--fa:""}.fa-angle-left{--fa:""}.fa-angle-right{--fa:""}.fa-angle-up{--fa:""}.fa-angle-down{--fa:""}.fa-laptop{--fa:""}.fa-tablet-button{--fa:""}.fa-mobile-button{--fa:""}.fa-quote-left,.fa-quote-left-alt{--fa:""}.fa-quote-right,.fa-quote-right-alt{--fa:""}.fa-spinner{--fa:""}.fa-circle{--fa:""}.fa-face-smile,.fa-smile{--fa:""}.fa-face-frown,.fa-frown{--fa:""}.fa-face-meh,.fa-meh{--fa:""}.fa-gamepad{--fa:""}.fa-keyboard{--fa:""}.fa-flag-checkered{--fa:""}.fa-terminal{--fa:""}.fa-code{--fa:""}.fa-mail-reply-all,.fa-reply-all{--fa:""}.fa-location-arrow{--fa:""}.fa-crop{--fa:""}.fa-code-branch{--fa:""}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:""}.fa-info{--fa:""}.fa-superscript{--fa:""}.fa-subscript{--fa:""}.fa-eraser{--fa:""}.fa-puzzle-piece{--fa:""}.fa-microphone{--fa:""}.fa-microphone-slash{--fa:""}.fa-shield,.fa-shield-blank{--fa:""}.fa-calendar{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-rocket{--fa:""}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:""}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:""}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:""}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:""}.fa-anchor{--fa:""}.fa-unlock-alt,.fa-unlock-keyhole{--fa:""}.fa-bullseye{--fa:""}.fa-ellipsis,.fa-ellipsis-h{--fa:""}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:""}.fa-rss-square,.fa-square-rss{--fa:""}.fa-circle-play,.fa-play-circle{--fa:""}.fa-ticket{--fa:""}.fa-minus-square,.fa-square-minus{--fa:""}.fa-arrow-turn-up,.fa-level-up{--fa:""}.fa-arrow-turn-down,.fa-level-down{--fa:""}.fa-check-square,.fa-square-check{--fa:""}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:""}.fa-external-link-square,.fa-square-arrow-up-right{--fa:""}.fa-share-from-square,.fa-share-square{--fa:""}.fa-compass{--fa:""}.fa-caret-square-down,.fa-square-caret-down{--fa:""}.fa-caret-square-up,.fa-square-caret-up{--fa:""}.fa-caret-square-right,.fa-square-caret-right{--fa:""}.fa-eur,.fa-euro,.fa-euro-sign{--fa:""}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:""}.fa-rupee,.fa-rupee-sign{--fa:""}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:""}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:""}.fa-krw,.fa-won,.fa-won-sign{--fa:""}.fa-file{--fa:""}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:""}.fa-thumbs-up{--fa:""}.fa-thumbs-down{--fa:""}.fa-arrow-down-long,.fa-long-arrow-down{--fa:""}.fa-arrow-up-long,.fa-long-arrow-up{--fa:""}.fa-arrow-left-long,.fa-long-arrow-left{--fa:""}.fa-arrow-right-long,.fa-long-arrow-right{--fa:""}.fa-female,.fa-person-dress{--fa:""}.fa-male,.fa-person{--fa:""}.fa-sun{--fa:""}.fa-moon{--fa:""}.fa-archive,.fa-box-archive{--fa:""}.fa-bug{--fa:""}.fa-caret-square-left,.fa-square-caret-left{--fa:""}.fa-circle-dot,.fa-dot-circle{--fa:""}.fa-wheelchair{--fa:""}.fa-lira-sign{--fa:""}.fa-shuttle-space,.fa-space-shuttle{--fa:""}.fa-envelope-square,.fa-square-envelope{--fa:""}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:""}.fa-graduation-cap,.fa-mortar-board{--fa:""}.fa-language{--fa:""}.fa-fax{--fa:""}.fa-building{--fa:""}.fa-child{--fa:""}.fa-paw{--fa:""}.fa-cube{--fa:""}.fa-cubes{--fa:""}.fa-recycle{--fa:""}.fa-automobile,.fa-car{--fa:""}.fa-cab,.fa-taxi{--fa:""}.fa-tree{--fa:""}.fa-database{--fa:""}.fa-file-pdf{--fa:""}.fa-file-word{--fa:""}.fa-file-excel{--fa:""}.fa-file-powerpoint{--fa:""}.fa-file-image{--fa:""}.fa-file-archive,.fa-file-zipper{--fa:""}.fa-file-audio{--fa:""}.fa-file-video{--fa:""}.fa-file-code{--fa:""}.fa-life-ring{--fa:""}.fa-circle-notch{--fa:""}.fa-paper-plane{--fa:""}.fa-clock-rotate-left,.fa-history{--fa:""}.fa-header,.fa-heading{--fa:""}.fa-paragraph{--fa:""}.fa-sliders,.fa-sliders-h{--fa:""}.fa-share-alt,.fa-share-nodes{--fa:""}.fa-share-alt-square,.fa-square-share-nodes{--fa:""}.fa-bomb{--fa:""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:""}.fa-teletype,.fa-tty{--fa:""}.fa-binoculars{--fa:""}.fa-plug{--fa:""}.fa-newspaper{--fa:""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:""}.fa-calculator{--fa:""}.fa-bell-slash{--fa:""}.fa-trash{--fa:""}.fa-copyright{--fa:""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:""}.fa-paint-brush,.fa-paintbrush{--fa:""}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:""}.fa-area-chart,.fa-chart-area{--fa:""}.fa-chart-pie,.fa-pie-chart{--fa:""}.fa-chart-line,.fa-line-chart{--fa:""}.fa-toggle-off{--fa:""}.fa-toggle-on{--fa:""}.fa-bicycle{--fa:""}.fa-bus{--fa:""}.fa-closed-captioning{--fa:""}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:""}.fa-cart-plus{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-diamond{--fa:""}.fa-ship{--fa:""}.fa-user-secret{--fa:""}.fa-motorcycle{--fa:""}.fa-street-view{--fa:""}.fa-heart-pulse,.fa-heartbeat{--fa:""}.fa-venus{--fa:""}.fa-mars{--fa:""}.fa-mercury{--fa:""}.fa-mars-and-venus{--fa:""}.fa-transgender,.fa-transgender-alt{--fa:""}.fa-venus-double{--fa:""}.fa-mars-double{--fa:""}.fa-venus-mars{--fa:""}.fa-mars-stroke{--fa:""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:""}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:""}.fa-neuter{--fa:""}.fa-genderless{--fa:""}.fa-server{--fa:""}.fa-user-plus{--fa:""}.fa-user-times,.fa-user-xmark{--fa:""}.fa-bed{--fa:""}.fa-train{--fa:""}.fa-subway,.fa-train-subway{--fa:""}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:""}.fa-battery-4,.fa-battery-three-quarters{--fa:""}.fa-battery-3,.fa-battery-half{--fa:""}.fa-battery-2,.fa-battery-quarter{--fa:""}.fa-battery-0,.fa-battery-empty{--fa:""}.fa-arrow-pointer,.fa-mouse-pointer{--fa:""}.fa-i-cursor{--fa:""}.fa-object-group{--fa:""}.fa-object-ungroup{--fa:""}.fa-note-sticky,.fa-sticky-note{--fa:""}.fa-clone{--fa:""}.fa-balance-scale,.fa-scale-balanced{--fa:""}.fa-hourglass-1,.fa-hourglass-start{--fa:""}.fa-hourglass-2,.fa-hourglass-half{--fa:""}.fa-hourglass-3,.fa-hourglass-end{--fa:""}.fa-hourglass,.fa-hourglass-empty{--fa:""}.fa-hand-back-fist,.fa-hand-rock{--fa:""}.fa-hand,.fa-hand-paper{--fa:""}.fa-hand-scissors{--fa:""}.fa-hand-lizard{--fa:""}.fa-hand-spock{--fa:""}.fa-hand-pointer{--fa:""}.fa-hand-peace{--fa:""}.fa-trademark{--fa:""}.fa-registered{--fa:""}.fa-television,.fa-tv,.fa-tv-alt{--fa:""}.fa-calendar-plus{--fa:""}.fa-calendar-minus{--fa:""}.fa-calendar-times,.fa-calendar-xmark{--fa:""}.fa-calendar-check{--fa:""}.fa-industry{--fa:""}.fa-map-pin{--fa:""}.fa-map-signs,.fa-signs-post{--fa:""}.fa-map{--fa:""}.fa-comment-alt,.fa-message{--fa:""}.fa-circle-pause,.fa-pause-circle{--fa:""}.fa-circle-stop,.fa-stop-circle{--fa:""}.fa-bag-shopping,.fa-shopping-bag{--fa:""}.fa-basket-shopping,.fa-shopping-basket{--fa:""}.fa-universal-access{--fa:""}.fa-blind,.fa-person-walking-with-cane{--fa:""}.fa-audio-description{--fa:""}.fa-phone-volume,.fa-volume-control-phone{--fa:""}.fa-braille{--fa:""}.fa-assistive-listening-systems,.fa-ear-listen{--fa:""}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:""}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:""}.fa-hands,.fa-sign-language,.fa-signing{--fa:""}.fa-eye-low-vision,.fa-low-vision{--fa:""}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:""}.fa-envelope-open{--fa:""}.fa-address-book,.fa-contact-book{--fa:""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:""}.fa-circle-user,.fa-user-circle{--fa:""}.fa-id-badge{--fa:""}.fa-drivers-license,.fa-id-card{--fa:""}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:""}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:""}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:""}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:""}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:""}.fa-shower{--fa:""}.fa-bath,.fa-bathtub{--fa:""}.fa-podcast{--fa:""}.fa-window-maximize{--fa:""}.fa-window-minimize{--fa:""}.fa-window-restore{--fa:""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:""}.fa-microchip{--fa:""}.fa-snowflake{--fa:""}.fa-spoon,.fa-utensil-spoon{--fa:""}.fa-cutlery,.fa-utensils{--fa:""}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:""}.fa-trash-alt,.fa-trash-can{--fa:""}.fa-rotate,.fa-sync-alt{--fa:""}.fa-stopwatch{--fa:""}.fa-right-from-bracket,.fa-sign-out-alt{--fa:""}.fa-right-to-bracket,.fa-sign-in-alt{--fa:""}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:""}.fa-poo{--fa:""}.fa-images{--fa:""}.fa-pencil,.fa-pencil-alt{--fa:""}.fa-pen{--fa:""}.fa-pen-alt,.fa-pen-clip{--fa:""}.fa-octagon{--fa:""}.fa-down-long,.fa-long-arrow-alt-down{--fa:""}.fa-left-long,.fa-long-arrow-alt-left{--fa:""}.fa-long-arrow-alt-right,.fa-right-long{--fa:""}.fa-long-arrow-alt-up,.fa-up-long{--fa:""}.fa-hexagon{--fa:""}.fa-file-edit,.fa-file-pen{--fa:""}.fa-expand-arrows-alt,.fa-maximize{--fa:""}.fa-clipboard{--fa:""}.fa-arrows-alt-h,.fa-left-right{--fa:""}.fa-arrows-alt-v,.fa-up-down{--fa:""}.fa-alarm-clock{--fa:""}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:""}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:""}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:""}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:""}.fa-external-link-alt,.fa-up-right-from-square{--fa:""}.fa-external-link-square-alt,.fa-square-up-right{--fa:""}.fa-exchange-alt,.fa-right-left{--fa:""}.fa-repeat{--fa:""}.fa-code-commit{--fa:""}.fa-code-merge{--fa:""}.fa-desktop,.fa-desktop-alt{--fa:""}.fa-gem{--fa:""}.fa-level-down-alt,.fa-turn-down{--fa:""}.fa-level-up-alt,.fa-turn-up{--fa:""}.fa-lock-open{--fa:""}.fa-location-dot,.fa-map-marker-alt{--fa:""}.fa-microphone-alt,.fa-microphone-lines{--fa:""}.fa-mobile-alt,.fa-mobile-screen-button{--fa:""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:""}.fa-mobile-android-alt,.fa-mobile-screen{--fa:""}.fa-money-bill-1,.fa-money-bill-alt{--fa:""}.fa-phone-slash{--fa:""}.fa-image-portrait,.fa-portrait{--fa:""}.fa-mail-reply,.fa-reply{--fa:""}.fa-shield-alt,.fa-shield-halved{--fa:""}.fa-tablet-alt,.fa-tablet-screen-button{--fa:""}.fa-tablet,.fa-tablet-android{--fa:""}.fa-ticket-alt,.fa-ticket-simple{--fa:""}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:""}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:""}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-baseball,.fa-baseball-ball{--fa:""}.fa-basketball,.fa-basketball-ball{--fa:""}.fa-bowling-ball{--fa:""}.fa-chess{--fa:""}.fa-chess-bishop{--fa:""}.fa-chess-board{--fa:""}.fa-chess-king{--fa:""}.fa-chess-knight{--fa:""}.fa-chess-pawn{--fa:""}.fa-chess-queen{--fa:""}.fa-chess-rook{--fa:""}.fa-dumbbell{--fa:""}.fa-football,.fa-football-ball{--fa:""}.fa-golf-ball,.fa-golf-ball-tee{--fa:""}.fa-hockey-puck{--fa:""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:""}.fa-square-full{--fa:""}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:""}.fa-volleyball,.fa-volleyball-ball{--fa:""}.fa-allergies,.fa-hand-dots{--fa:""}.fa-band-aid,.fa-bandage{--fa:""}.fa-box{--fa:""}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:""}.fa-briefcase-medical{--fa:""}.fa-burn,.fa-fire-flame-simple{--fa:""}.fa-capsules{--fa:""}.fa-clipboard-check{--fa:""}.fa-clipboard-list{--fa:""}.fa-diagnoses,.fa-person-dots-from-line{--fa:""}.fa-dna{--fa:""}.fa-dolly,.fa-dolly-box{--fa:""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:""}.fa-file-medical{--fa:""}.fa-file-medical-alt,.fa-file-waveform{--fa:""}.fa-first-aid,.fa-kit-medical{--fa:""}.fa-circle-h,.fa-hospital-symbol{--fa:""}.fa-id-card-alt,.fa-id-card-clip{--fa:""}.fa-notes-medical{--fa:""}.fa-pallet{--fa:""}.fa-pills{--fa:""}.fa-prescription-bottle{--fa:""}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:""}.fa-bed-pulse,.fa-procedures{--fa:""}.fa-shipping-fast,.fa-truck-fast{--fa:""}.fa-smoking{--fa:""}.fa-syringe{--fa:""}.fa-tablets{--fa:""}.fa-thermometer{--fa:""}.fa-vial{--fa:""}.fa-vials{--fa:""}.fa-warehouse{--fa:""}.fa-weight,.fa-weight-scale{--fa:""}.fa-x-ray{--fa:""}.fa-box-open{--fa:""}.fa-comment-dots,.fa-commenting{--fa:""}.fa-comment-slash{--fa:""}.fa-couch{--fa:""}.fa-circle-dollar-to-slot,.fa-donate{--fa:""}.fa-dove{--fa:""}.fa-hand-holding{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-helping,.fa-handshake-angle{--fa:""}.fa-parachute-box{--fa:""}.fa-people-carry,.fa-people-carry-box{--fa:""}.fa-piggy-bank{--fa:""}.fa-ribbon{--fa:""}.fa-route{--fa:""}.fa-seedling,.fa-sprout{--fa:""}.fa-sign,.fa-sign-hanging{--fa:""}.fa-face-smile-wink,.fa-smile-wink{--fa:""}.fa-tape{--fa:""}.fa-truck-loading,.fa-truck-ramp-box{--fa:""}.fa-truck-moving{--fa:""}.fa-video-slash{--fa:""}.fa-wine-glass{--fa:""}.fa-user-astronaut{--fa:""}.fa-user-check{--fa:""}.fa-user-clock{--fa:""}.fa-user-cog,.fa-user-gear{--fa:""}.fa-user-edit,.fa-user-pen{--fa:""}.fa-user-friends,.fa-user-group{--fa:""}.fa-user-graduate{--fa:""}.fa-user-lock{--fa:""}.fa-user-minus{--fa:""}.fa-user-ninja{--fa:""}.fa-user-shield{--fa:""}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:""}.fa-user-tag{--fa:""}.fa-user-tie{--fa:""}.fa-users-cog,.fa-users-gear{--fa:""}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:""}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:""}.fa-blender{--fa:""}.fa-book-open{--fa:""}.fa-broadcast-tower,.fa-tower-broadcast{--fa:""}.fa-broom{--fa:""}.fa-blackboard,.fa-chalkboard{--fa:""}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:""}.fa-church{--fa:""}.fa-coins{--fa:""}.fa-compact-disc{--fa:""}.fa-crow{--fa:""}.fa-crown{--fa:""}.fa-dice{--fa:""}.fa-dice-five{--fa:""}.fa-dice-four{--fa:""}.fa-dice-one{--fa:""}.fa-dice-six{--fa:""}.fa-dice-three{--fa:""}.fa-dice-two{--fa:""}.fa-divide{--fa:""}.fa-door-closed{--fa:""}.fa-door-open{--fa:""}.fa-feather{--fa:""}.fa-frog{--fa:""}.fa-gas-pump{--fa:""}.fa-glasses{--fa:""}.fa-greater-than-equal{--fa:""}.fa-helicopter{--fa:""}.fa-infinity{--fa:""}.fa-kiwi-bird{--fa:""}.fa-less-than-equal{--fa:""}.fa-memory{--fa:""}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:""}.fa-money-bill-wave{--fa:""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:""}.fa-money-check{--fa:""}.fa-money-check-alt,.fa-money-check-dollar{--fa:""}.fa-not-equal{--fa:""}.fa-palette{--fa:""}.fa-parking,.fa-square-parking{--fa:""}.fa-diagram-project,.fa-project-diagram{--fa:""}.fa-receipt{--fa:""}.fa-robot{--fa:""}.fa-ruler{--fa:""}.fa-ruler-combined{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-ruler-vertical{--fa:""}.fa-school{--fa:""}.fa-screwdriver{--fa:""}.fa-shoe-prints{--fa:""}.fa-skull{--fa:""}.fa-ban-smoking,.fa-smoking-ban{--fa:""}.fa-store{--fa:""}.fa-shop,.fa-store-alt{--fa:""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:""}.fa-stroopwafel{--fa:""}.fa-toolbox{--fa:""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:""}.fa-person-walking,.fa-walking{--fa:""}.fa-wallet{--fa:""}.fa-angry,.fa-face-angry{--fa:""}.fa-archway{--fa:""}.fa-atlas,.fa-book-atlas{--fa:""}.fa-award{--fa:""}.fa-backspace,.fa-delete-left{--fa:""}.fa-bezier-curve{--fa:""}.fa-bong{--fa:""}.fa-brush{--fa:""}.fa-bus-alt,.fa-bus-simple{--fa:""}.fa-cannabis{--fa:""}.fa-check-double{--fa:""}.fa-cocktail,.fa-martini-glass-citrus{--fa:""}.fa-bell-concierge,.fa-concierge-bell{--fa:""}.fa-cookie{--fa:""}.fa-cookie-bite{--fa:""}.fa-crop-alt,.fa-crop-simple{--fa:""}.fa-digital-tachograph,.fa-tachograph-digital{--fa:""}.fa-dizzy,.fa-face-dizzy{--fa:""}.fa-compass-drafting,.fa-drafting-compass{--fa:""}.fa-drum{--fa:""}.fa-drum-steelpan{--fa:""}.fa-feather-alt,.fa-feather-pointed{--fa:""}.fa-file-contract{--fa:""}.fa-file-arrow-down,.fa-file-download{--fa:""}.fa-arrow-right-from-file,.fa-file-export{--fa:""}.fa-arrow-right-to-file,.fa-file-import{--fa:""}.fa-file-invoice{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-file-prescription{--fa:""}.fa-file-signature{--fa:""}.fa-file-arrow-up,.fa-file-upload{--fa:""}.fa-fill{--fa:""}.fa-fill-drip{--fa:""}.fa-fingerprint{--fa:""}.fa-fish{--fa:""}.fa-face-flushed,.fa-flushed{--fa:""}.fa-face-frown-open,.fa-frown-open{--fa:""}.fa-glass-martini-alt,.fa-martini-glass{--fa:""}.fa-earth-africa,.fa-globe-africa{--fa:""}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:""}.fa-earth-asia,.fa-globe-asia{--fa:""}.fa-face-grimace,.fa-grimace{--fa:""}.fa-face-grin,.fa-grin{--fa:""}.fa-face-grin-wide,.fa-grin-alt{--fa:""}.fa-face-grin-beam,.fa-grin-beam{--fa:""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:""}.fa-face-grin-hearts,.fa-grin-hearts{--fa:""}.fa-face-grin-squint,.fa-grin-squint{--fa:""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:""}.fa-face-grin-stars,.fa-grin-stars{--fa:""}.fa-face-grin-tears,.fa-grin-tears{--fa:""}.fa-face-grin-tongue,.fa-grin-tongue{--fa:""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:""}.fa-face-grin-wink,.fa-grin-wink{--fa:""}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:""}.fa-grid-vertical,.fa-grip-vertical{--fa:""}.fa-headset{--fa:""}.fa-highlighter{--fa:""}.fa-hot-tub,.fa-hot-tub-person{--fa:""}.fa-hotel{--fa:""}.fa-joint{--fa:""}.fa-face-kiss,.fa-kiss{--fa:""}.fa-face-kiss-beam,.fa-kiss-beam{--fa:""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:""}.fa-face-laugh,.fa-laugh{--fa:""}.fa-face-laugh-beam,.fa-laugh-beam{--fa:""}.fa-face-laugh-squint,.fa-laugh-squint{--fa:""}.fa-face-laugh-wink,.fa-laugh-wink{--fa:""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:""}.fa-map-location,.fa-map-marked{--fa:""}.fa-map-location-dot,.fa-map-marked-alt{--fa:""}.fa-marker{--fa:""}.fa-medal{--fa:""}.fa-face-meh-blank,.fa-meh-blank{--fa:""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:""}.fa-monument{--fa:""}.fa-mortar-pestle{--fa:""}.fa-paint-roller{--fa:""}.fa-passport{--fa:""}.fa-pen-fancy{--fa:""}.fa-pen-nib{--fa:""}.fa-pen-ruler,.fa-pencil-ruler{--fa:""}.fa-plane-arrival{--fa:""}.fa-plane-departure{--fa:""}.fa-prescription{--fa:""}.fa-face-sad-cry,.fa-sad-cry{--fa:""}.fa-face-sad-tear,.fa-sad-tear{--fa:""}.fa-shuttle-van,.fa-van-shuttle{--fa:""}.fa-signature{--fa:""}.fa-face-smile-beam,.fa-smile-beam{--fa:""}.fa-solar-panel{--fa:""}.fa-lotus,.fa-spa{--fa:""}.fa-splotch{--fa:""}.fa-spray-can{--fa:""}.fa-stamp{--fa:""}.fa-star-half-alt,.fa-star-half-stroke{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-face-surprise,.fa-surprise{--fa:""}.fa-swatchbook{--fa:""}.fa-person-swimming,.fa-swimmer{--fa:""}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:""}.fa-droplet-slash,.fa-tint-slash{--fa:""}.fa-face-tired,.fa-tired{--fa:""}.fa-tooth{--fa:""}.fa-umbrella-beach{--fa:""}.fa-weight-hanging{--fa:""}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:""}.fa-air-freshener,.fa-spray-can-sparkles{--fa:""}.fa-apple-alt,.fa-apple-whole{--fa:""}.fa-atom{--fa:""}.fa-bone{--fa:""}.fa-book-open-reader,.fa-book-reader{--fa:""}.fa-brain{--fa:""}.fa-car-alt,.fa-car-rear{--fa:""}.fa-battery-car,.fa-car-battery{--fa:""}.fa-car-burst,.fa-car-crash{--fa:""}.fa-car-side{--fa:""}.fa-charging-station{--fa:""}.fa-diamond-turn-right,.fa-directions{--fa:""}.fa-draw-polygon,.fa-vector-polygon{--fa:""}.fa-laptop-code{--fa:""}.fa-layer-group{--fa:""}.fa-location,.fa-location-crosshairs{--fa:""}.fa-lungs{--fa:""}.fa-microscope{--fa:""}.fa-oil-can{--fa:""}.fa-poop{--fa:""}.fa-shapes,.fa-triangle-circle-square{--fa:""}.fa-star-of-life{--fa:""}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:""}.fa-teeth{--fa:""}.fa-teeth-open{--fa:""}.fa-masks-theater,.fa-theater-masks{--fa:""}.fa-traffic-light{--fa:""}.fa-truck-monster{--fa:""}.fa-truck-pickup{--fa:""}.fa-ad,.fa-rectangle-ad{--fa:""}.fa-ankh{--fa:""}.fa-bible,.fa-book-bible{--fa:""}.fa-briefcase-clock,.fa-business-time{--fa:""}.fa-city{--fa:""}.fa-comment-dollar{--fa:""}.fa-comments-dollar{--fa:""}.fa-cross{--fa:""}.fa-dharmachakra{--fa:""}.fa-envelope-open-text{--fa:""}.fa-folder-minus{--fa:""}.fa-folder-plus{--fa:""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:""}.fa-gopuram{--fa:""}.fa-hamsa{--fa:""}.fa-bahai,.fa-haykal{--fa:""}.fa-jedi{--fa:""}.fa-book-journal-whills,.fa-journal-whills{--fa:""}.fa-kaaba{--fa:""}.fa-khanda{--fa:""}.fa-landmark{--fa:""}.fa-envelopes-bulk,.fa-mail-bulk{--fa:""}.fa-menorah{--fa:""}.fa-mosque{--fa:""}.fa-om{--fa:""}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:""}.fa-peace{--fa:""}.fa-place-of-worship{--fa:""}.fa-poll,.fa-square-poll-vertical{--fa:""}.fa-poll-h,.fa-square-poll-horizontal{--fa:""}.fa-person-praying,.fa-pray{--fa:""}.fa-hands-praying,.fa-praying-hands{--fa:""}.fa-book-quran,.fa-quran{--fa:""}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:""}.fa-magnifying-glass-location,.fa-search-location{--fa:""}.fa-socks{--fa:""}.fa-square-root-alt,.fa-square-root-variable{--fa:""}.fa-star-and-crescent{--fa:""}.fa-star-of-david{--fa:""}.fa-synagogue{--fa:""}.fa-scroll-torah,.fa-torah{--fa:""}.fa-torii-gate{--fa:""}.fa-vihara{--fa:""}.fa-volume,.fa-volume-medium{--fa:""}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:""}.fa-yin-yang{--fa:""}.fa-blender-phone{--fa:""}.fa-book-dead,.fa-book-skull{--fa:""}.fa-campground{--fa:""}.fa-cat{--fa:""}.fa-chair{--fa:""}.fa-cloud-moon{--fa:""}.fa-cloud-sun{--fa:""}.fa-cow{--fa:""}.fa-dice-d20{--fa:""}.fa-dice-d6{--fa:""}.fa-dog{--fa:""}.fa-dragon{--fa:""}.fa-drumstick-bite{--fa:""}.fa-dungeon{--fa:""}.fa-file-csv{--fa:""}.fa-fist-raised,.fa-hand-fist{--fa:""}.fa-ghost{--fa:""}.fa-hammer{--fa:""}.fa-hanukiah{--fa:""}.fa-hat-wizard{--fa:""}.fa-hiking,.fa-person-hiking{--fa:""}.fa-hippo{--fa:""}.fa-horse{--fa:""}.fa-house-chimney-crack,.fa-house-damage{--fa:""}.fa-hryvnia,.fa-hryvnia-sign{--fa:""}.fa-mask{--fa:""}.fa-mountain{--fa:""}.fa-network-wired{--fa:""}.fa-otter{--fa:""}.fa-ring{--fa:""}.fa-person-running,.fa-running{--fa:""}.fa-scroll{--fa:""}.fa-skull-crossbones{--fa:""}.fa-slash{--fa:""}.fa-spider{--fa:""}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:""}.fa-tractor{--fa:""}.fa-user-injured{--fa:""}.fa-vr-cardboard{--fa:""}.fa-wand-sparkles{--fa:""}.fa-wind{--fa:""}.fa-wine-bottle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-cloud-rain{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-democrat{--fa:""}.fa-flag-usa{--fa:""}.fa-hurricane{--fa:""}.fa-landmark-alt,.fa-landmark-dome{--fa:""}.fa-meteor{--fa:""}.fa-person-booth{--fa:""}.fa-poo-bolt,.fa-poo-storm{--fa:""}.fa-rainbow{--fa:""}.fa-republican{--fa:""}.fa-smog{--fa:""}.fa-temperature-high{--fa:""}.fa-temperature-low{--fa:""}.fa-cloud-bolt,.fa-thunderstorm{--fa:""}.fa-tornado{--fa:""}.fa-volcano{--fa:""}.fa-check-to-slot,.fa-vote-yea{--fa:""}.fa-water{--fa:""}.fa-baby{--fa:""}.fa-baby-carriage,.fa-carriage-baby{--fa:""}.fa-biohazard{--fa:""}.fa-blog{--fa:""}.fa-calendar-day{--fa:""}.fa-calendar-week{--fa:""}.fa-candy-cane{--fa:""}.fa-carrot{--fa:""}.fa-cash-register{--fa:""}.fa-compress-arrows-alt,.fa-minimize{--fa:""}.fa-dumpster{--fa:""}.fa-dumpster-fire{--fa:""}.fa-ethernet{--fa:""}.fa-gifts{--fa:""}.fa-champagne-glasses,.fa-glass-cheers{--fa:""}.fa-glass-whiskey,.fa-whiskey-glass{--fa:""}.fa-earth-europe,.fa-globe-europe{--fa:""}.fa-grip-lines{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-guitar{--fa:""}.fa-heart-broken,.fa-heart-crack{--fa:""}.fa-holly-berry{--fa:""}.fa-horse-head{--fa:""}.fa-icicles{--fa:""}.fa-igloo{--fa:""}.fa-mitten{--fa:""}.fa-mug-hot{--fa:""}.fa-radiation{--fa:""}.fa-circle-radiation,.fa-radiation-alt{--fa:""}.fa-restroom{--fa:""}.fa-satellite{--fa:""}.fa-satellite-dish{--fa:""}.fa-sd-card{--fa:""}.fa-sim-card{--fa:""}.fa-person-skating,.fa-skating{--fa:""}.fa-person-skiing,.fa-skiing{--fa:""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:""}.fa-sleigh{--fa:""}.fa-comment-sms,.fa-sms{--fa:""}.fa-person-snowboarding,.fa-snowboarding{--fa:""}.fa-snowman{--fa:""}.fa-snowplow{--fa:""}.fa-tenge,.fa-tenge-sign{--fa:""}.fa-toilet{--fa:""}.fa-screwdriver-wrench,.fa-tools{--fa:""}.fa-cable-car,.fa-tram{--fa:""}.fa-fire-alt,.fa-fire-flame-curved{--fa:""}.fa-bacon{--fa:""}.fa-book-medical{--fa:""}.fa-bread-slice{--fa:""}.fa-cheese{--fa:""}.fa-clinic-medical,.fa-house-chimney-medical{--fa:""}.fa-clipboard-user{--fa:""}.fa-comment-medical{--fa:""}.fa-crutch{--fa:""}.fa-disease{--fa:""}.fa-egg{--fa:""}.fa-folder-tree{--fa:""}.fa-burger,.fa-hamburger{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:""}.fa-hospital-user{--fa:""}.fa-hotdog{--fa:""}.fa-ice-cream{--fa:""}.fa-laptop-medical{--fa:""}.fa-pager{--fa:""}.fa-pepper-hot{--fa:""}.fa-pizza-slice{--fa:""}.fa-sack-dollar{--fa:""}.fa-book-tanakh,.fa-tanakh{--fa:""}.fa-bars-progress,.fa-tasks-alt{--fa:""}.fa-trash-arrow-up,.fa-trash-restore{--fa:""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:""}.fa-user-nurse{--fa:""}.fa-wave-square{--fa:""}.fa-biking,.fa-person-biking{--fa:""}.fa-border-all{--fa:""}.fa-border-none{--fa:""}.fa-border-style,.fa-border-top-left{--fa:""}.fa-digging,.fa-person-digging{--fa:""}.fa-fan{--fa:""}.fa-heart-music-camera-bolt,.fa-icons{--fa:""}.fa-phone-alt,.fa-phone-flip{--fa:""}.fa-phone-square-alt,.fa-square-phone-flip{--fa:""}.fa-photo-film,.fa-photo-video{--fa:""}.fa-remove-format,.fa-text-slash{--fa:""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:""}.fa-spell-check{--fa:""}.fa-voicemail{--fa:""}.fa-hat-cowboy{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-computer-mouse,.fa-mouse{--fa:""}.fa-radio{--fa:""}.fa-record-vinyl{--fa:""}.fa-walkie-talkie{--fa:""}.fa-caravan{--fa:""}:host,:root{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-Bs6tcqqs.woff2)}.fa-brands,.fa-classic.fa-brands,.fab{--fa-family:var(--fa-family-brands);--fa-style:400}.fa-firefox-browser{--fa:""}.fa-ideal{--fa:""}.fa-microblog{--fa:""}.fa-pied-piper-square,.fa-square-pied-piper{--fa:""}.fa-unity{--fa:""}.fa-dailymotion{--fa:""}.fa-instagram-square,.fa-square-instagram{--fa:""}.fa-mixer{--fa:""}.fa-shopify{--fa:""}.fa-deezer{--fa:""}.fa-edge-legacy{--fa:""}.fa-google-pay{--fa:""}.fa-rust{--fa:""}.fa-tiktok{--fa:""}.fa-unsplash{--fa:""}.fa-cloudflare{--fa:""}.fa-guilded{--fa:""}.fa-hive{--fa:""}.fa-42-group,.fa-innosoft{--fa:""}.fa-instalod{--fa:""}.fa-octopus-deploy{--fa:""}.fa-perbyte{--fa:""}.fa-uncharted{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-wodu{--fa:""}.fa-wirsindhandwerk,.fa-wsh{--fa:""}.fa-bots{--fa:""}.fa-cmplid{--fa:""}.fa-bilibili{--fa:""}.fa-golang{--fa:""}.fa-pix{--fa:""}.fa-sitrox{--fa:""}.fa-hashnode{--fa:""}.fa-meta{--fa:""}.fa-padlet{--fa:""}.fa-nfc-directional{--fa:""}.fa-nfc-symbol{--fa:""}.fa-screenpal{--fa:""}.fa-space-awesome{--fa:""}.fa-square-font-awesome{--fa:""}.fa-gitlab-square,.fa-square-gitlab{--fa:""}.fa-odysee{--fa:""}.fa-stubber{--fa:""}.fa-debian{--fa:""}.fa-shoelace{--fa:""}.fa-threads{--fa:""}.fa-square-threads{--fa:""}.fa-square-x-twitter{--fa:""}.fa-x-twitter{--fa:""}.fa-opensuse{--fa:""}.fa-letterboxd{--fa:""}.fa-square-letterboxd{--fa:""}.fa-mintbit{--fa:""}.fa-google-scholar{--fa:""}.fa-brave{--fa:""}.fa-brave-reverse{--fa:""}.fa-pixiv{--fa:""}.fa-upwork{--fa:""}.fa-webflow{--fa:""}.fa-signal-messenger{--fa:""}.fa-bluesky{--fa:""}.fa-jxl{--fa:""}.fa-square-upwork{--fa:""}.fa-web-awesome{--fa:""}.fa-square-web-awesome{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-dart-lang{--fa:""}.fa-flutter{--fa:""}.fa-files-pinwheel{--fa:""}.fa-css{--fa:""}.fa-square-bluesky{--fa:""}.fa-openai{--fa:""}.fa-square-linkedin{--fa:""}.fa-cash-app{--fa:""}.fa-disqus{--fa:""}.fa-11ty,.fa-eleventy{--fa:""}.fa-kakao-talk{--fa:""}.fa-linktree{--fa:""}.fa-notion{--fa:""}.fa-pandora{--fa:""}.fa-pixelfed{--fa:""}.fa-tidal{--fa:""}.fa-vsco{--fa:""}.fa-w3c{--fa:""}.fa-lumon{--fa:""}.fa-lumon-drop{--fa:""}.fa-square-figma{--fa:""}.fa-tex{--fa:""}.fa-duolingo{--fa:""}.fa-supportnow{--fa:""}.fa-tor-browser{--fa:""}.fa-typescript{--fa:""}.fa-square-deskpro{--fa:""}.fa-circle-zulip{--fa:""}.fa-julia{--fa:""}.fa-zulip{--fa:""}.fa-unison{--fa:""}.fa-bgg,.fa-board-game-geek{--fa:""}.fa-ko-fi{--fa:""}.fa-kubernetes{--fa:""}.fa-postgresql{--fa:""}.fa-scaleway{--fa:""}.fa-venmo{--fa:""}.fa-venmo-v{--fa:""}.fa-unreal-engine{--fa:""}.fa-globaleaks{--fa:""}.fa-solana{--fa:""}.fa-threema{--fa:""}.fa-forgejo{--fa:""}.fa-claude{--fa:""}.fa-gitee{--fa:""}.fa-xmpp{--fa:""}.fa-fediverse{--fa:""}.fa-tailwind-css{--fa:""}.fa-arch-linux{--fa:""}.fa-svelte{--fa:""}.fa-hugging-face{--fa:""}.fa-leetcode{--fa:""}.fa-openstreetmap{--fa:""}.fa-ultralytics{--fa:""}.fa-ultralytics-hub{--fa:""}.fa-ultralytics-yolo{--fa:""}.fa-obsidian{--fa:""}.fa-zoom{--fa:""}.fa-vim{--fa:""}.fa-symfonycasts{--fa:""}.fa-build-awesome{--fa:""}.fa-codeberg{--fa:""}.fa-devpost{--fa:""}.fa-internet-archive{--fa:""}.fa-lets-encrypt{--fa:""}.fa-matrix{--fa:""}.fa-mattermost{--fa:""}.fa-nextcloud{--fa:""}.fa-roblox-creator-studio{--fa:""}.fa-square-build-awesome-stroke{--fa:""}.fa-substack{--fa:""}.fa-tesla{--fa:""}.fa-xrp{--fa:""}.fa-xrpl{--fa:""}.fa-youtube-shorts{--fa:""}.fa-ror{--fa:""}.fa-visual-studio{--fa:""}.fa-dolibarr{--fa:""}.fa-obs-studio{--fa:""}.fa-storybook{--fa:""}.fa-a11y-project{--fa:""}.fa-copilot{--fa:""}.fa-square-twitter,.fa-twitter-square{--fa:""}.fa-facebook-square,.fa-square-facebook{--fa:""}.fa-linkedin{--fa:""}.fa-github-square,.fa-square-github{--fa:""}.fa-twitter{--fa:""}.fa-facebook{--fa:""}.fa-github{--fa:""}.fa-pinterest{--fa:""}.fa-pinterest-square,.fa-square-pinterest{--fa:""}.fa-google-plus-square,.fa-square-google-plus{--fa:""}.fa-google-plus-g{--fa:""}.fa-linkedin-in{--fa:""}.fa-github-alt{--fa:""}.fa-maxcdn{--fa:""}.fa-html5{--fa:""}.fa-css3{--fa:""}.fa-btc{--fa:""}.fa-youtube{--fa:""}.fa-xing{--fa:""}.fa-square-xing,.fa-xing-square{--fa:""}.fa-dropbox{--fa:""}.fa-stack-overflow{--fa:""}.fa-instagram{--fa:""}.fa-flickr{--fa:""}.fa-adn{--fa:""}.fa-bitbucket{--fa:""}.fa-tumblr{--fa:""}.fa-square-tumblr,.fa-tumblr-square{--fa:""}.fa-apple{--fa:""}.fa-windows{--fa:""}.fa-android{--fa:""}.fa-linux{--fa:""}.fa-dribbble{--fa:""}.fa-skype{--fa:""}.fa-foursquare{--fa:""}.fa-trello{--fa:""}.fa-gratipay{--fa:""}.fa-vk{--fa:""}.fa-weibo{--fa:""}.fa-renren{--fa:""}.fa-pagelines{--fa:""}.fa-stack-exchange{--fa:""}.fa-square-vimeo,.fa-vimeo-square{--fa:""}.fa-slack,.fa-slack-hash{--fa:""}.fa-wordpress{--fa:""}.fa-openid{--fa:""}.fa-yahoo{--fa:""}.fa-google{--fa:""}.fa-reddit{--fa:""}.fa-reddit-square,.fa-square-reddit{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-stumbleupon{--fa:""}.fa-delicious{--fa:""}.fa-digg{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-drupal{--fa:""}.fa-joomla{--fa:""}.fa-behance{--fa:""}.fa-behance-square,.fa-square-behance{--fa:""}.fa-steam{--fa:""}.fa-square-steam,.fa-steam-square{--fa:""}.fa-spotify{--fa:""}.fa-deviantart{--fa:""}.fa-soundcloud{--fa:""}.fa-vine{--fa:""}.fa-codepen{--fa:""}.fa-jsfiddle{--fa:""}.fa-rebel{--fa:""}.fa-empire{--fa:""}.fa-git-square,.fa-square-git{--fa:""}.fa-git{--fa:""}.fa-hacker-news{--fa:""}.fa-tencent-weibo{--fa:""}.fa-qq{--fa:""}.fa-weixin{--fa:""}.fa-slideshare{--fa:""}.fa-twitch{--fa:""}.fa-yelp{--fa:""}.fa-paypal{--fa:""}.fa-google-wallet{--fa:""}.fa-cc-visa{--fa:""}.fa-cc-mastercard{--fa:""}.fa-cc-discover{--fa:""}.fa-cc-amex{--fa:""}.fa-cc-paypal{--fa:""}.fa-cc-stripe{--fa:""}.fa-lastfm{--fa:""}.fa-lastfm-square,.fa-square-lastfm{--fa:""}.fa-ioxhost{--fa:""}.fa-angellist{--fa:""}.fa-buysellads{--fa:""}.fa-connectdevelop{--fa:""}.fa-dashcube{--fa:""}.fa-forumbee{--fa:""}.fa-leanpub{--fa:""}.fa-sellsy{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-simplybuilt{--fa:""}.fa-skyatlas{--fa:""}.fa-pinterest-p{--fa:""}.fa-whatsapp{--fa:""}.fa-viacoin{--fa:""}.fa-medium,.fa-medium-m{--fa:""}.fa-y-combinator{--fa:""}.fa-optin-monster{--fa:""}.fa-opencart{--fa:""}.fa-expeditedssl{--fa:""}.fa-cc-jcb{--fa:""}.fa-cc-diners-club{--fa:""}.fa-creative-commons{--fa:""}.fa-gg{--fa:""}.fa-gg-circle{--fa:""}.fa-odnoklassniki{--fa:""}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:""}.fa-get-pocket{--fa:""}.fa-wikipedia-w{--fa:""}.fa-safari{--fa:""}.fa-chrome{--fa:""}.fa-firefox{--fa:""}.fa-opera{--fa:""}.fa-internet-explorer{--fa:""}.fa-contao{--fa:""}.fa-500px{--fa:""}.fa-amazon{--fa:""}.fa-houzz{--fa:""}.fa-vimeo-v{--fa:""}.fa-black-tie{--fa:""}.fa-fonticons{--fa:""}.fa-reddit-alien{--fa:""}.fa-edge{--fa:""}.fa-codiepie{--fa:""}.fa-modx{--fa:""}.fa-fort-awesome{--fa:""}.fa-usb{--fa:""}.fa-product-hunt{--fa:""}.fa-mixcloud{--fa:""}.fa-scribd{--fa:""}.fa-bluetooth{--fa:""}.fa-bluetooth-b{--fa:""}.fa-gitlab{--fa:""}.fa-wpbeginner{--fa:""}.fa-wpforms{--fa:""}.fa-envira{--fa:""}.fa-glide{--fa:""}.fa-glide-g{--fa:""}.fa-viadeo{--fa:""}.fa-square-viadeo,.fa-viadeo-square{--fa:""}.fa-snapchat,.fa-snapchat-ghost{--fa:""}.fa-snapchat-square,.fa-square-snapchat{--fa:""}.fa-pied-piper{--fa:""}.fa-first-order{--fa:""}.fa-yoast{--fa:""}.fa-themeisle{--fa:""}.fa-google-plus{--fa:""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:""}.fa-linode{--fa:""}.fa-quora{--fa:""}.fa-free-code-camp{--fa:""}.fa-telegram,.fa-telegram-plane{--fa:""}.fa-bandcamp{--fa:""}.fa-grav{--fa:""}.fa-etsy{--fa:""}.fa-imdb{--fa:""}.fa-ravelry{--fa:""}.fa-sellcast{--fa:""}.fa-superpowers{--fa:""}.fa-wpexplorer{--fa:""}.fa-meetup{--fa:""}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:""}.fa-accessible-icon{--fa:""}.fa-accusoft{--fa:""}.fa-adversal{--fa:""}.fa-affiliatetheme{--fa:""}.fa-algolia{--fa:""}.fa-amilia{--fa:""}.fa-angrycreative{--fa:""}.fa-app-store{--fa:""}.fa-app-store-ios{--fa:""}.fa-apper{--fa:""}.fa-asymmetrik{--fa:""}.fa-audible{--fa:""}.fa-avianex{--fa:""}.fa-aws{--fa:""}.fa-bimobject{--fa:""}.fa-bitcoin{--fa:""}.fa-bity{--fa:""}.fa-blackberry{--fa:""}.fa-blogger{--fa:""}.fa-blogger-b{--fa:""}.fa-buromobelexperte{--fa:""}.fa-centercode{--fa:""}.fa-cloudscale{--fa:""}.fa-cloudsmith{--fa:""}.fa-cloudversify{--fa:""}.fa-cpanel{--fa:""}.fa-css3-alt{--fa:""}.fa-cuttlefish{--fa:""}.fa-d-and-d{--fa:""}.fa-deploydog{--fa:""}.fa-deskpro{--fa:""}.fa-digital-ocean{--fa:""}.fa-discord{--fa:""}.fa-discourse{--fa:""}.fa-dochub{--fa:""}.fa-docker{--fa:""}.fa-draft2digital{--fa:""}.fa-dribbble-square,.fa-square-dribbble{--fa:""}.fa-dyalog{--fa:""}.fa-earlybirds{--fa:""}.fa-erlang{--fa:""}.fa-facebook-f{--fa:""}.fa-facebook-messenger{--fa:""}.fa-firstdraft{--fa:""}.fa-fonticons-fi{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-freebsd{--fa:""}.fa-gitkraken{--fa:""}.fa-gofore{--fa:""}.fa-goodreads{--fa:""}.fa-goodreads-g{--fa:""}.fa-google-drive{--fa:""}.fa-google-play{--fa:""}.fa-gripfire{--fa:""}.fa-grunt{--fa:""}.fa-gulp{--fa:""}.fa-hacker-news-square,.fa-square-hacker-news{--fa:""}.fa-hire-a-helper{--fa:""}.fa-hotjar{--fa:""}.fa-hubspot{--fa:""}.fa-itunes{--fa:""}.fa-itunes-note{--fa:""}.fa-jenkins{--fa:""}.fa-joget{--fa:""}.fa-js{--fa:""}.fa-js-square,.fa-square-js{--fa:""}.fa-keycdn{--fa:""}.fa-kickstarter,.fa-square-kickstarter{--fa:""}.fa-kickstarter-k{--fa:""}.fa-laravel{--fa:""}.fa-line{--fa:""}.fa-lyft{--fa:""}.fa-magento{--fa:""}.fa-medapps{--fa:""}.fa-medrt{--fa:""}.fa-microsoft{--fa:""}.fa-mix{--fa:""}.fa-mizuni{--fa:""}.fa-monero{--fa:""}.fa-napster{--fa:""}.fa-node-js{--fa:""}.fa-npm{--fa:""}.fa-ns8{--fa:""}.fa-nutritionix{--fa:""}.fa-page4{--fa:""}.fa-palfed{--fa:""}.fa-patreon{--fa:""}.fa-periscope{--fa:""}.fa-phabricator{--fa:""}.fa-phoenix-framework{--fa:""}.fa-playstation{--fa:""}.fa-pushed{--fa:""}.fa-python{--fa:""}.fa-red-river{--fa:""}.fa-rendact,.fa-wpressr{--fa:""}.fa-replyd{--fa:""}.fa-resolving{--fa:""}.fa-rocketchat{--fa:""}.fa-rockrms{--fa:""}.fa-schlix{--fa:""}.fa-searchengin{--fa:""}.fa-servicestack{--fa:""}.fa-sistrix{--fa:""}.fa-speakap{--fa:""}.fa-staylinked{--fa:""}.fa-steam-symbol{--fa:""}.fa-sticker-mule{--fa:""}.fa-studiovinari{--fa:""}.fa-supple{--fa:""}.fa-uber{--fa:""}.fa-uikit{--fa:""}.fa-uniregistry{--fa:""}.fa-untappd{--fa:""}.fa-ussunnah{--fa:""}.fa-vaadin{--fa:""}.fa-viber{--fa:""}.fa-vimeo{--fa:""}.fa-vnv{--fa:""}.fa-square-whatsapp,.fa-whatsapp-square{--fa:""}.fa-whmcs{--fa:""}.fa-wordpress-simple{--fa:""}.fa-xbox{--fa:""}.fa-yandex{--fa:""}.fa-yandex-international{--fa:""}.fa-apple-pay{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-fly{--fa:""}.fa-node{--fa:""}.fa-osi{--fa:""}.fa-react{--fa:""}.fa-autoprefixer{--fa:""}.fa-less{--fa:""}.fa-sass{--fa:""}.fa-vuejs{--fa:""}.fa-angular{--fa:""}.fa-aviato{--fa:""}.fa-ember{--fa:""}.fa-gitter{--fa:""}.fa-hooli{--fa:""}.fa-strava{--fa:""}.fa-stripe{--fa:""}.fa-stripe-s{--fa:""}.fa-typo3{--fa:""}.fa-amazon-pay{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-ethereum{--fa:""}.fa-korvue{--fa:""}.fa-elementor{--fa:""}.fa-square-youtube,.fa-youtube-square{--fa:""}.fa-flipboard{--fa:""}.fa-hips{--fa:""}.fa-php{--fa:""}.fa-quinscape{--fa:""}.fa-readme{--fa:""}.fa-java{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-creative-commons-by{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-creative-commons-share{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-ebay{--fa:""}.fa-keybase{--fa:""}.fa-mastodon{--fa:""}.fa-r-project{--fa:""}.fa-researchgate{--fa:""}.fa-teamspeak{--fa:""}.fa-first-order-alt{--fa:""}.fa-fulcrum{--fa:""}.fa-galactic-republic{--fa:""}.fa-galactic-senate{--fa:""}.fa-jedi-order{--fa:""}.fa-mandalorian{--fa:""}.fa-old-republic{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-sith{--fa:""}.fa-trade-federation{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-hornbill{--fa:""}.fa-mailchimp{--fa:""}.fa-megaport{--fa:""}.fa-nimblr{--fa:""}.fa-rev{--fa:""}.fa-shopware{--fa:""}.fa-squarespace{--fa:""}.fa-themeco{--fa:""}.fa-weebly{--fa:""}.fa-wix{--fa:""}.fa-ello{--fa:""}.fa-hackerrank{--fa:""}.fa-kaggle{--fa:""}.fa-markdown{--fa:""}.fa-neos{--fa:""}.fa-zhihu{--fa:""}.fa-alipay{--fa:""}.fa-the-red-yeti{--fa:""}.fa-critical-role{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-dev{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-think-peaks{--fa:""}.fa-reacteurope{--fa:""}.fa-artstation{--fa:""}.fa-atlassian{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-centos{--fa:""}.fa-confluence{--fa:""}.fa-dhl{--fa:""}.fa-diaspora{--fa:""}.fa-fedex{--fa:""}.fa-fedora{--fa:""}.fa-figma{--fa:""}.fa-intercom{--fa:""}.fa-invision{--fa:""}.fa-jira{--fa:""}.fa-mendeley{--fa:""}.fa-raspberry-pi{--fa:""}.fa-redhat{--fa:""}.fa-sketch{--fa:""}.fa-sourcetree{--fa:""}.fa-suse{--fa:""}.fa-ubuntu{--fa:""}.fa-ups{--fa:""}.fa-usps{--fa:""}.fa-yarn{--fa:""}.fa-airbnb{--fa:""}.fa-battle-net{--fa:""}.fa-bootstrap{--fa:""}.fa-buffer{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-itch-io{--fa:""}.fa-salesforce{--fa:""}.fa-speaker-deck{--fa:""}.fa-symfony{--fa:""}.fa-waze{--fa:""}.fa-yammer{--fa:""}.fa-git-alt{--fa:""}.fa-stackpath{--fa:""}.fa-cotton-bureau{--fa:""}.fa-buy-n-large{--fa:""}.fa-mdb{--fa:""}.fa-orcid{--fa:""}.fa-swift{--fa:""}.fa-umbraco{--fa:""}:host,:root{--fa-font-regular:normal 400 1em/1 var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-DRN8N0d1.woff2)}.far{--fa-family:var(--fa-family-classic)}.fa-regular,.far{--fa-style:400}:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-IAB4Droh.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/assets/fa-brands-400-Bs6tcqqs.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/assets/fa-solid-900-IAB4Droh.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/assets/fa-regular-400-DRN8N0d1.woff2) format("woff2")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-solid-900-IAB4Droh.woff2) format("woff2")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-brands-400-Bs6tcqqs.woff2) format("woff2")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-regular-400-DRN8N0d1.woff2) format("woff2");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-v4compatibility-CErXDOsT.woff2) format("woff2");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
