.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900);}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free";}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";}.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-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left: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,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em);}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em);}.fa-pull-right{float:right;margin-left: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,cubic-bezier(.4,0,.6,1));}.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,cubic-bezier(.4,0,.6,1));}.fa-flip{animation-name:fa-flip;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-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);}.fa-spin{animation-name:fa-spin;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));}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s;}}@keyframes fa-beat{0%,90%{transform:scale(1);}45%{transform:scale(var(--fa-beat-scale,1.25));}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0);}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));}64%{transform:scale(1) translateY(0);}to{transform:scale(1) translateY(0);}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4);}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1);}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125));}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@keyframes fa-shake{0%{transform:rotate(-15deg);}4%{transform:rotate(15deg);}8%,24%{transform:rotate(-18deg);}12%,28%{transform:rotate(18deg);}16%{transform:rotate(-22deg);}20%{transform:rotate(22deg);}32%{transform:rotate(-12deg);}36%{transform:rotate(12deg);}40%,to{transform:rotate(0deg);}}@keyframes fa-spin{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}.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{left:0;position:absolute;text-align:center;width:100%;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:before{content:"0";}.fa-1:before{content:"1";}.fa-2:before{content:"2";}.fa-3:before{content:"3";}.fa-4:before{content:"4";}.fa-5:before{content:"5";}.fa-6:before{content:"6";}.fa-7:before{content:"7";}.fa-8:before{content:"8";}.fa-9:before{content:"9";}.fa-fill-drip:before{content:"";}.fa-arrows-to-circle:before{content:"";}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"";}.fa-at:before{content:"@";}.fa-trash-alt:before,.fa-trash-can:before{content:"";}.fa-text-height:before{content:"";}.fa-user-times:before,.fa-user-xmark:before{content:"";}.fa-stethoscope:before{content:"";}.fa-comment-alt:before,.fa-message:before{content:"";}.fa-info:before{content:"";}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"";}.fa-explosion:before{content:"";}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"";}.fa-wave-square:before{content:"";}.fa-ring:before{content:"";}.fa-building-un:before{content:"";}.fa-dice-three:before{content:"";}.fa-calendar-alt:before,.fa-calendar-days:before{content:"";}.fa-anchor-circle-check:before{content:"";}.fa-building-circle-arrow-right:before{content:"";}.fa-volleyball-ball:before,.fa-volleyball:before{content:"";}.fa-arrows-up-to-line:before{content:"";}.fa-sort-desc:before,.fa-sort-down:before{content:"";}.fa-circle-minus:before,.fa-minus-circle:before{content:"";}.fa-door-open:before{content:"";}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"";}.fa-atom:before{content:"";}.fa-soap:before{content:"";}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"";}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"";}.fa-bridge-circle-check:before{content:"";}.fa-pump-medical:before{content:"";}.fa-fingerprint:before{content:"";}.fa-hand-point-right:before{content:"";}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"";}.fa-forward-step:before,.fa-step-forward:before{content:"";}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-football-ball:before,.fa-football:before{content:"";}.fa-school-circle-exclamation:before{content:"";}.fa-crop:before{content:"";}.fa-angle-double-down:before,.fa-angles-down:before{content:"";}.fa-users-rectangle:before{content:"";}.fa-people-roof:before{content:"";}.fa-people-line:before{content:"";}.fa-beer-mug-empty:before,.fa-beer:before{content:"";}.fa-diagram-predecessor:before{content:"";}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"";}.fa-burn:before,.fa-fire-flame-simple:before{content:"";}.fa-male:before,.fa-person:before{content:"";}.fa-laptop:before{content:"";}.fa-file-csv:before{content:"";}.fa-menorah:before{content:"";}.fa-truck-plane:before{content:"";}.fa-record-vinyl:before{content:"";}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"";}.fa-bong:before{content:"";}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"";}.fa-arrow-down-up-across-line:before{content:"";}.fa-spoon:before,.fa-utensil-spoon:before{content:"";}.fa-jar-wheat:before{content:"";}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"";}.fa-file-circle-exclamation:before{content:"";}.fa-circle-h:before,.fa-hospital-symbol:before{content:"";}.fa-pager:before{content:"";}.fa-address-book:before,.fa-contact-book:before{content:"";}.fa-strikethrough:before{content:"";}.fa-k:before{content:"K";}.fa-landmark-flag:before{content:"";}.fa-pencil-alt:before,.fa-pencil:before{content:"";}.fa-backward:before{content:"";}.fa-caret-right:before{content:"";}.fa-comments:before{content:"";}.fa-file-clipboard:before,.fa-paste:before{content:"";}.fa-code-pull-request:before{content:"";}.fa-clipboard-list:before{content:"";}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"";}.fa-user-check:before{content:"";}.fa-vial-virus:before{content:"";}.fa-sheet-plastic:before{content:"";}.fa-blog:before{content:"";}.fa-user-ninja:before{content:"";}.fa-person-arrow-up-from-line:before{content:"";}.fa-scroll-torah:before,.fa-torah:before{content:"";}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"";}.fa-toggle-off:before{content:"";}.fa-archive:before,.fa-box-archive:before{content:"";}.fa-person-drowning:before{content:"";}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"";}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"";}.fa-spray-can:before{content:"";}.fa-truck-monster:before{content:"";}.fa-w:before{content:"W";}.fa-earth-africa:before,.fa-globe-africa:before{content:"";}.fa-rainbow:before{content:"";}.fa-circle-notch:before{content:"";}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"";}.fa-paw:before{content:"";}.fa-cloud:before{content:"";}.fa-trowel-bricks:before{content:"";}.fa-face-flushed:before,.fa-flushed:before{content:"";}.fa-hospital-user:before{content:"";}.fa-tent-arrow-left-right:before{content:"";}.fa-gavel:before,.fa-legal:before{content:"";}.fa-binoculars:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-box-tissue:before{content:"";}.fa-motorcycle:before{content:"";}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"";}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"";}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"";}.fa-mars-and-venus-burst:before{content:"";}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"";}.fa-cut:before,.fa-scissors:before{content:"";}.fa-sun-plant-wilt:before{content:"";}.fa-toilets-portable:before{content:"";}.fa-hockey-puck:before{content:"";}.fa-table:before{content:"";}.fa-magnifying-glass-arrow-right:before{content:"";}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"";}.fa-users-slash:before{content:"";}.fa-clover:before{content:"";}.fa-mail-reply:before,.fa-reply:before{content:"";}.fa-star-and-crescent:before{content:"";}.fa-house-fire:before{content:"";}.fa-minus-square:before,.fa-square-minus:before{content:"";}.fa-helicopter:before{content:"";}.fa-compass:before{content:"";}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"";}.fa-file-circle-question:before{content:"";}.fa-laptop-code:before{content:"";}.fa-swatchbook:before{content:"";}.fa-prescription-bottle:before{content:"";}.fa-bars:before,.fa-navicon:before{content:"";}.fa-people-group:before{content:"";}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"";}.fa-heart-broken:before,.fa-heart-crack:before{content:"";}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"";}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"";}.fa-film:before{content:"";}.fa-ruler-horizontal:before{content:"";}.fa-people-robbery:before{content:"";}.fa-lightbulb:before{content:"";}.fa-caret-left:before{content:"";}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"";}.fa-school-circle-xmark:before{content:"";}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"";}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"";}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"";}.fa-cloud-showers-heavy:before{content:"";}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"";}.fa-sitemap:before{content:"";}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"";}.fa-memory:before{content:"";}.fa-road-spikes:before{content:"";}.fa-fire-burner:before{content:"";}.fa-flag:before{content:"";}.fa-hanukiah:before{content:"";}.fa-feather:before{content:"";}.fa-volume-down:before,.fa-volume-low:before{content:"";}.fa-comment-slash:before{content:"";}.fa-cloud-sun-rain:before{content:"";}.fa-compress:before{content:"";}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"";}.fa-ankh:before{content:"";}.fa-hands-holding-child:before{content:"";}.fa-asterisk:before{content:"*";}.fa-check-square:before,.fa-square-check:before{content:"";}.fa-peseta-sign:before{content:"";}.fa-header:before,.fa-heading:before{content:"";}.fa-ghost:before{content:"";}.fa-list-squares:before,.fa-list:before{content:"";}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"";}.fa-cart-plus:before{content:"";}.fa-gamepad:before{content:"";}.fa-circle-dot:before,.fa-dot-circle:before{content:"";}.fa-dizzy:before,.fa-face-dizzy:before{content:"";}.fa-egg:before{content:"";}.fa-house-medical-circle-xmark:before{content:"";}.fa-campground:before{content:"";}.fa-folder-plus:before{content:"";}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"";}.fa-paint-brush:before,.fa-paintbrush:before{content:"";}.fa-lock:before{content:"";}.fa-gas-pump:before{content:"";}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"";}.fa-map-location:before,.fa-map-marked:before{content:"";}.fa-house-flood-water:before{content:"";}.fa-tree:before{content:"";}.fa-bridge-lock:before{content:"";}.fa-sack-dollar:before{content:"";}.fa-edit:before,.fa-pen-to-square:before{content:"";}.fa-car-side:before{content:"";}.fa-share-alt:before,.fa-share-nodes:before{content:"";}.fa-heart-circle-minus:before{content:"";}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"";}.fa-microscope:before{content:"";}.fa-sink:before{content:"";}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"";}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"";}.fa-mitten:before{content:"";}.fa-person-rays:before{content:"";}.fa-users:before{content:"";}.fa-eye-slash:before{content:"";}.fa-flask-vial:before{content:"";}.fa-hand-paper:before,.fa-hand:before{content:"";}.fa-om:before{content:"";}.fa-worm:before{content:"";}.fa-house-circle-xmark:before{content:"";}.fa-plug:before{content:"";}.fa-chevron-up:before{content:"";}.fa-hand-spock:before{content:"";}.fa-stopwatch:before{content:"";}.fa-face-kiss:before,.fa-kiss:before{content:"";}.fa-bridge-circle-xmark:before{content:"";}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"";}.fa-chess-bishop:before{content:"";}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"";}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"";}.fa-road-circle-check:before{content:"";}.fa-dice-five:before{content:"";}.fa-rss-square:before,.fa-square-rss:before{content:"";}.fa-land-mine-on:before{content:"";}.fa-i-cursor:before{content:"";}.fa-stamp:before{content:"";}.fa-stairs:before{content:"";}.fa-i:before{content:"I";}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"";}.fa-pills:before{content:"";}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"";}.fa-tooth:before{content:"";}.fa-v:before{content:"V";}.fa-bangladeshi-taka-sign:before{content:"";}.fa-bicycle:before{content:"";}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"";}.fa-head-side-cough-slash:before{content:"";}.fa-ambulance:before,.fa-truck-medical:before{content:"";}.fa-wheat-awn-circle-exclamation:before{content:"";}.fa-snowman:before{content:"";}.fa-mortar-pestle:before{content:"";}.fa-road-barrier:before{content:"";}.fa-school:before{content:"";}.fa-igloo:before{content:"";}.fa-joint:before{content:"";}.fa-angle-right:before{content:"";}.fa-horse:before{content:"";}.fa-q:before{content:"Q";}.fa-g:before{content:"G";}.fa-notes-medical:before{content:"";}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"";}.fa-dong-sign:before{content:"";}.fa-capsules:before{content:"";}.fa-poo-bolt:before,.fa-poo-storm:before{content:"";}.fa-face-frown-open:before,.fa-frown-open:before{content:"";}.fa-hand-point-up:before{content:"";}.fa-money-bill:before{content:"";}.fa-bookmark:before{content:"";}.fa-align-justify:before{content:"";}.fa-umbrella-beach:before{content:"";}.fa-helmet-un:before{content:"";}.fa-bullseye:before{content:"";}.fa-bacon:before{content:"";}.fa-hand-point-down:before{content:"";}.fa-arrow-up-from-bracket:before{content:"";}.fa-folder-blank:before,.fa-folder:before{content:"";}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"";}.fa-radiation:before{content:"";}.fa-chart-simple:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-vial:before{content:"";}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"";}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"";}.fa-e:before{content:"E";}.fa-pen-alt:before,.fa-pen-clip:before{content:"";}.fa-bridge-circle-exclamation:before{content:"";}.fa-user:before{content:"";}.fa-school-circle-check:before{content:"";}.fa-dumpster:before{content:"";}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"";}.fa-building-user:before{content:"";}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"";}.fa-highlighter:before{content:"";}.fa-key:before{content:"";}.fa-bullhorn:before{content:"";}.fa-globe:before{content:"";}.fa-synagogue:before{content:"";}.fa-person-half-dress:before{content:"";}.fa-road-bridge:before{content:"";}.fa-location-arrow:before{content:"";}.fa-c:before{content:"C";}.fa-tablet-button:before{content:"";}.fa-building-lock:before{content:"";}.fa-pizza-slice:before{content:"";}.fa-money-bill-wave:before{content:"";}.fa-area-chart:before,.fa-chart-area:before{content:"";}.fa-house-flag:before{content:"";}.fa-person-circle-minus:before{content:"";}.fa-ban:before,.fa-cancel:before{content:"";}.fa-camera-rotate:before{content:"";}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"";}.fa-star:before{content:"";}.fa-repeat:before{content:"";}.fa-cross:before{content:"";}.fa-box:before{content:"";}.fa-venus-mars:before{content:"";}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"";}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"";}.fa-charging-station:before{content:"";}.fa-shapes:before,.fa-triangle-circle-square:before{content:"";}.fa-random:before,.fa-shuffle:before{content:"";}.fa-person-running:before,.fa-running:before{content:"";}.fa-mobile-retro:before{content:"";}.fa-grip-lines-vertical:before{content:"";}.fa-spider:before{content:"";}.fa-hands-bound:before{content:"";}.fa-file-invoice-dollar:before{content:"";}.fa-plane-circle-exclamation:before{content:"";}.fa-x-ray:before{content:"";}.fa-spell-check:before{content:"";}.fa-slash:before{content:"";}.fa-computer-mouse:before,.fa-mouse:before{content:"";}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"";}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"";}.fa-server:before{content:"";}.fa-virus-covid-slash:before{content:"";}.fa-shop-lock:before{content:"";}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"";}.fa-blender-phone:before{content:"";}.fa-building-wheat:before{content:"";}.fa-person-breastfeeding:before{content:"";}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"";}.fa-venus:before{content:"";}.fa-passport:before{content:"";}.fa-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"";}.fa-heart-pulse:before,.fa-heartbeat:before{content:"";}.fa-people-carry-box:before,.fa-people-carry:before{content:"";}.fa-temperature-high:before{content:"";}.fa-microchip:before{content:"";}.fa-crown:before{content:"";}.fa-weight-hanging:before{content:"";}.fa-xmarks-lines:before{content:"";}.fa-file-prescription:before{content:"";}.fa-weight-scale:before,.fa-weight:before{content:"";}.fa-user-friends:before,.fa-user-group:before{content:"";}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"";}.fa-chess-knight:before{content:"";}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"";}.fa-wheelchair:before{content:"";}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"";}.fa-toggle-on:before{content:"";}.fa-person-walking:before,.fa-walking:before{content:"";}.fa-l:before{content:"L";}.fa-fire:before{content:"";}.fa-bed-pulse:before,.fa-procedures:before{content:"";}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"";}.fa-face-laugh:before,.fa-laugh:before{content:"";}.fa-folder-open:before{content:"";}.fa-heart-circle-plus:before{content:"";}.fa-code-fork:before{content:"";}.fa-city:before{content:"";}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"";}.fa-pepper-hot:before{content:"";}.fa-unlock:before{content:"";}.fa-colon-sign:before{content:"";}.fa-headset:before{content:"";}.fa-store-slash:before{content:"";}.fa-road-circle-xmark:before{content:"";}.fa-user-minus:before{content:"";}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"";}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"";}.fa-clipboard:before{content:"";}.fa-house-circle-exclamation:before{content:"";}.fa-file-arrow-up:before,.fa-file-upload:before{content:"";}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"";}.fa-bath:before,.fa-bathtub:before{content:"";}.fa-underline:before{content:"";}.fa-user-edit:before,.fa-user-pen:before{content:"";}.fa-signature:before{content:"";}.fa-stroopwafel:before{content:"";}.fa-bold:before{content:"";}.fa-anchor-lock:before{content:"";}.fa-building-ngo:before{content:"";}.fa-manat-sign:before{content:"";}.fa-not-equal:before{content:"";}.fa-border-style:before,.fa-border-top-left:before{content:"";}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"";}.fa-jedi:before{content:"";}.fa-poll:before,.fa-square-poll-vertical:before{content:"";}.fa-mug-hot:before{content:"";}.fa-battery-car:before,.fa-car-battery:before{content:"";}.fa-gift:before{content:"";}.fa-dice-two:before{content:"";}.fa-chess-queen:before{content:"";}.fa-glasses:before{content:"";}.fa-chess-board:before{content:"";}.fa-building-circle-check:before{content:"";}.fa-person-chalkboard:before{content:"";}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"";}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"";}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"";}.fa-cloud-showers-water:before{content:"";}.fa-bar-chart:before,.fa-chart-bar:before{content:"";}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"";}.fa-less-than-equal:before{content:"";}.fa-train:before{content:"";}.fa-eye-low-vision:before,.fa-low-vision:before{content:"";}.fa-crow:before{content:"";}.fa-sailboat:before{content:"";}.fa-window-restore:before{content:"";}.fa-plus-square:before,.fa-square-plus:before{content:"";}.fa-torii-gate:before{content:"";}.fa-frog:before{content:"";}.fa-bucket:before{content:"";}.fa-image:before{content:"";}.fa-microphone:before{content:"";}.fa-cow:before{content:"";}.fa-caret-up:before{content:"";}.fa-screwdriver:before{content:"";}.fa-folder-closed:before{content:"";}.fa-house-tsunami:before{content:"";}.fa-square-nfi:before{content:"";}.fa-arrow-up-from-ground-water:before{content:"";}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"";}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"";}.fa-columns:before,.fa-table-columns:before{content:"";}.fa-lemon:before{content:"";}.fa-head-side-mask:before{content:"";}.fa-handshake:before{content:"";}.fa-gem:before{content:"";}.fa-dolly-box:before,.fa-dolly:before{content:"";}.fa-smoking:before{content:"";}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"";}.fa-monument:before{content:"";}.fa-snowplow:before{content:"";}.fa-angle-double-right:before,.fa-angles-right:before{content:"";}.fa-cannabis:before{content:"";}.fa-circle-play:before,.fa-play-circle:before{content:"";}.fa-tablets:before{content:"";}.fa-ethernet:before{content:"";}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"";}.fa-chair:before{content:"";}.fa-check-circle:before,.fa-circle-check:before{content:"";}.fa-circle-stop:before,.fa-stop-circle:before{content:"";}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"";}.fa-plate-wheat:before{content:"";}.fa-icicles:before{content:"";}.fa-person-shelter:before{content:"";}.fa-neuter:before{content:"";}.fa-id-badge:before{content:"";}.fa-marker:before{content:"";}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"";}.fa-helicopter-symbol:before{content:"";}.fa-universal-access:before{content:"";}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"";}.fa-lari-sign:before{content:"";}.fa-volcano:before{content:"";}.fa-person-walking-dashed-line-arrow-right:before{content:"";}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"";}.fa-viruses:before{content:"";}.fa-square-person-confined:before{content:"";}.fa-user-tie:before{content:"";}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"";}.fa-tent-arrow-down-to-line:before{content:"";}.fa-certificate:before{content:"";}.fa-mail-reply-all:before,.fa-reply-all:before{content:"";}.fa-suitcase:before{content:"";}.fa-person-skating:before,.fa-skating:before{content:"";}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"";}.fa-camera-retro:before{content:"";}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"";}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"";}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"";}.fa-box-open:before{content:"";}.fa-scroll:before{content:"";}.fa-spa:before{content:"";}.fa-location-pin-lock:before{content:"";}.fa-pause:before{content:"";}.fa-hill-avalanche:before{content:"";}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"";}.fa-bomb:before{content:"";}.fa-registered:before{content:"";}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"";}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"";}.fa-subscript:before{content:"";}.fa-diamond-turn-right:before,.fa-directions:before{content:"";}.fa-burst:before{content:"";}.fa-house-laptop:before,.fa-laptop-house:before{content:"";}.fa-face-tired:before,.fa-tired:before{content:"";}.fa-money-bills:before{content:"";}.fa-smog:before{content:"";}.fa-crutch:before{content:"";}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"";}.fa-palette:before{content:"";}.fa-arrows-turn-right:before{content:"";}.fa-vest:before{content:"";}.fa-ferry:before{content:"";}.fa-arrows-down-to-people:before{content:"";}.fa-seedling:before,.fa-sprout:before{content:"";}.fa-arrows-alt-h:before,.fa-left-right:before{content:"";}.fa-boxes-packing:before{content:"";}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"";}.fa-group-arrows-rotate:before{content:"";}.fa-bowl-food:before{content:"";}.fa-candy-cane:before{content:"";}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"";}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"";}.fa-remove-format:before,.fa-text-slash:before{content:"";}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"";}.fa-file-word:before{content:"";}.fa-file-powerpoint:before{content:"";}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"";}.fa-house-lock:before{content:"";}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"";}.fa-children:before{content:"";}.fa-blackboard:before,.fa-chalkboard:before{content:"";}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"";}.fa-envelope-open:before{content:"";}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"";}.fa-mattress-pillow:before{content:"";}.fa-guarani-sign:before{content:"";}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-cruzeiro-sign:before{content:"";}.fa-greater-than-equal:before{content:"";}.fa-shield-alt:before,.fa-shield-halved:before{content:"";}.fa-atlas:before,.fa-book-atlas:before{content:"";}.fa-virus:before{content:"";}.fa-envelope-circle-check:before{content:"";}.fa-layer-group:before{content:"";}.fa-arrows-to-dot:before{content:"";}.fa-archway:before{content:"";}.fa-heart-circle-check:before{content:"";}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"";}.fa-file-archive:before,.fa-file-zipper:before{content:"";}.fa-square:before{content:"";}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"";}.fa-couch:before{content:"";}.fa-cedi-sign:before{content:"";}.fa-italic:before{content:"";}.fa-table-cells-column-lock:before{content:"";}.fa-church:before{content:"";}.fa-comments-dollar:before{content:"";}.fa-democrat:before{content:"";}.fa-z:before{content:"Z";}.fa-person-skiing:before,.fa-skiing:before{content:"";}.fa-road-lock:before{content:"";}.fa-a:before{content:"A";}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"";}.fa-feather-alt:before,.fa-feather-pointed:before{content:"";}.fa-p:before{content:"P";}.fa-snowflake:before{content:"";}.fa-newspaper:before{content:"";}.fa-ad:before,.fa-rectangle-ad:before{content:"";}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"";}.fa-filter-circle-xmark:before{content:"";}.fa-locust:before{content:"";}.fa-sort:before,.fa-unsorted:before{content:"";}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"";}.fa-person-dress-burst:before{content:"";}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"";}.fa-vector-square:before{content:"";}.fa-bread-slice:before{content:"";}.fa-language:before{content:"";}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"";}.fa-filter:before{content:"";}.fa-question:before{content:"?";}.fa-file-signature:before{content:"";}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"";}.fa-house-chimney-user:before{content:"";}.fa-hand-holding-heart:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-money-check:before{content:"";}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"";}.fa-code:before{content:"";}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"";}.fa-building-circle-exclamation:before{content:"";}.fa-magnifying-glass-chart:before{content:"";}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"";}.fa-cubes-stacked:before{content:"";}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"";}.fa-virus-covid:before{content:"";}.fa-austral-sign:before{content:"";}.fa-f:before{content:"F";}.fa-leaf:before{content:"";}.fa-road:before{content:"";}.fa-cab:before,.fa-taxi:before{content:"";}.fa-person-circle-plus:before{content:"";}.fa-chart-pie:before,.fa-pie-chart:before{content:"";}.fa-bolt-lightning:before{content:"";}.fa-sack-xmark:before{content:"";}.fa-file-excel:before{content:"";}.fa-file-contract:before{content:"";}.fa-fish-fins:before{content:"";}.fa-building-flag:before{content:"";}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-poop:before{content:"";}.fa-location-pin:before,.fa-map-marker:before{content:"";}.fa-kaaba:before{content:"";}.fa-toilet-paper:before{content:"";}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"";}.fa-eject:before{content:"";}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"";}.fa-plane-circle-check:before{content:"";}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"";}.fa-object-group:before{content:"";}.fa-chart-line:before,.fa-line-chart:before{content:"";}.fa-mask-ventilator:before{content:"";}.fa-arrow-right:before{content:"";}.fa-map-signs:before,.fa-signs-post:before{content:"";}.fa-cash-register:before{content:"";}.fa-person-circle-question:before{content:"";}.fa-h:before{content:"H";}.fa-tarp:before{content:"";}.fa-screwdriver-wrench:before,.fa-tools:before{content:"";}.fa-arrows-to-eye:before{content:"";}.fa-plug-circle-bolt:before{content:"";}.fa-heart:before{content:"";}.fa-mars-and-venus:before{content:"";}.fa-home-user:before,.fa-house-user:before{content:"";}.fa-dumpster-fire:before{content:"";}.fa-house-crack:before{content:"";}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"";}.fa-face-surprise:before,.fa-surprise:before{content:"";}.fa-bottle-water:before{content:"";}.fa-circle-pause:before,.fa-pause-circle:before{content:"";}.fa-toilet-paper-slash:before{content:"";}.fa-apple-alt:before,.fa-apple-whole:before{content:"";}.fa-kitchen-set:before{content:"";}.fa-r:before{content:"R";}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"";}.fa-cube:before{content:"";}.fa-bitcoin-sign:before{content:"";}.fa-shield-dog:before{content:"";}.fa-solar-panel:before{content:"";}.fa-lock-open:before{content:"";}.fa-elevator:before{content:"";}.fa-money-bill-transfer:before{content:"";}.fa-money-bill-trend-up:before{content:"";}.fa-house-flood-water-circle-arrow-right:before{content:"";}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"";}.fa-circle:before{content:"";}.fa-backward-fast:before,.fa-fast-backward:before{content:"";}.fa-recycle:before{content:"";}.fa-user-astronaut:before{content:"";}.fa-plane-slash:before{content:"";}.fa-trademark:before{content:"";}.fa-basketball-ball:before,.fa-basketball:before{content:"";}.fa-satellite-dish:before{content:"";}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"";}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"";}.fa-volume-high:before,.fa-volume-up:before{content:"";}.fa-users-rays:before{content:"";}.fa-wallet:before{content:"";}.fa-clipboard-check:before{content:"";}.fa-file-audio:before{content:"";}.fa-burger:before,.fa-hamburger:before{content:"";}.fa-wrench:before{content:"";}.fa-bugs:before{content:"";}.fa-rupee-sign:before,.fa-rupee:before{content:"";}.fa-file-image:before{content:"";}.fa-circle-question:before,.fa-question-circle:before{content:"";}.fa-plane-departure:before{content:"";}.fa-handshake-slash:before{content:"";}.fa-book-bookmark:before{content:"";}.fa-code-branch:before{content:"";}.fa-hat-cowboy:before{content:"";}.fa-bridge:before{content:"";}.fa-phone-alt:before,.fa-phone-flip:before{content:"";}.fa-truck-front:before{content:"";}.fa-cat:before{content:"";}.fa-anchor-circle-exclamation:before{content:"";}.fa-truck-field:before{content:"";}.fa-route:before{content:"";}.fa-clipboard-question:before{content:"";}.fa-panorama:before{content:"";}.fa-comment-medical:before{content:"";}.fa-teeth-open:before{content:"";}.fa-file-circle-minus:before{content:"";}.fa-tags:before{content:"";}.fa-wine-glass:before{content:"";}.fa-fast-forward:before,.fa-forward-fast:before{content:"";}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"";}.fa-parking:before,.fa-square-parking:before{content:"";}.fa-house-signal:before{content:"";}.fa-bars-progress:before,.fa-tasks-alt:before{content:"";}.fa-faucet-drip:before{content:"";}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"";}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"";}.fa-terminal:before{content:"";}.fa-mobile-button:before{content:"";}.fa-house-medical-flag:before{content:"";}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"";}.fa-tape:before{content:"";}.fa-bus-alt:before,.fa-bus-simple:before{content:"";}.fa-eye:before{content:"";}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"";}.fa-audio-description:before{content:"";}.fa-person-military-to-person:before{content:"";}.fa-file-shield:before{content:"";}.fa-user-slash:before{content:"";}.fa-pen:before{content:"";}.fa-tower-observation:before{content:"";}.fa-file-code:before{content:"";}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"";}.fa-bus:before{content:"";}.fa-heart-circle-xmark:before{content:"";}.fa-home-lg:before,.fa-house-chimney:before{content:"";}.fa-window-maximize:before{content:"";}.fa-face-frown:before,.fa-frown:before{content:"";}.fa-prescription:before{content:"";}.fa-shop:before,.fa-store-alt:before{content:"";}.fa-floppy-disk:before,.fa-save:before{content:"";}.fa-vihara:before{content:"";}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"";}.fa-sort-asc:before,.fa-sort-up:before{content:"";}.fa-comment-dots:before,.fa-commenting:before{content:"";}.fa-plant-wilt:before{content:"";}.fa-diamond:before{content:"";}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"";}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"";}.fa-bacterium:before{content:"";}.fa-hand-pointer:before{content:"";}.fa-drum-steelpan:before{content:"";}.fa-hand-scissors:before{content:"";}.fa-hands-praying:before,.fa-praying-hands:before{content:"";}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"";}.fa-biohazard:before{content:"";}.fa-location-crosshairs:before,.fa-location:before{content:"";}.fa-mars-double:before{content:"";}.fa-child-dress:before{content:"";}.fa-users-between-lines:before{content:"";}.fa-lungs-virus:before{content:"";}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"";}.fa-phone:before{content:"";}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"";}.fa-child-reaching:before{content:"";}.fa-head-side-virus:before{content:"";}.fa-user-cog:before,.fa-user-gear:before{content:"";}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"";}.fa-door-closed:before{content:"";}.fa-shield-virus:before{content:"";}.fa-dice-six:before{content:"";}.fa-mosquito-net:before{content:"";}.fa-bridge-water:before{content:"";}.fa-person-booth:before{content:"";}.fa-text-width:before{content:"";}.fa-hat-wizard:before{content:"";}.fa-pen-fancy:before{content:"";}.fa-digging:before,.fa-person-digging:before{content:"";}.fa-trash:before{content:"";}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"";}.fa-book-medical:before{content:"";}.fa-poo:before{content:"";}.fa-quote-right-alt:before,.fa-quote-right:before{content:"";}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"";}.fa-cubes:before{content:"";}.fa-divide:before{content:"";}.fa-tenge-sign:before,.fa-tenge:before{content:"";}.fa-headphones:before{content:"";}.fa-hands-holding:before{content:"";}.fa-hands-clapping:before{content:"";}.fa-republican:before{content:"";}.fa-arrow-left:before{content:"";}.fa-person-circle-xmark:before{content:"";}.fa-ruler:before{content:"";}.fa-align-left:before{content:"";}.fa-dice-d6:before{content:"";}.fa-restroom:before{content:"";}.fa-j:before{content:"J";}.fa-users-viewfinder:before{content:"";}.fa-file-video:before{content:"";}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"";}.fa-table-cells:before,.fa-th:before{content:"";}.fa-file-pdf:before{content:"";}.fa-bible:before,.fa-book-bible:before{content:"";}.fa-o:before{content:"O";}.fa-medkit:before,.fa-suitcase-medical:before{content:"";}.fa-user-secret:before{content:"";}.fa-otter:before{content:"";}.fa-female:before,.fa-person-dress:before{content:"";}.fa-comment-dollar:before{content:"";}.fa-briefcase-clock:before,.fa-business-time:before{content:"";}.fa-table-cells-large:before,.fa-th-large:before{content:"";}.fa-book-tanakh:before,.fa-tanakh:before{content:"";}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"";}.fa-hat-cowboy-side:before{content:"";}.fa-clipboard-user:before{content:"";}.fa-child:before{content:"";}.fa-lira-sign:before{content:"";}.fa-satellite:before{content:"";}.fa-plane-lock:before{content:"";}.fa-tag:before{content:"";}.fa-comment:before{content:"";}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"";}.fa-envelope:before{content:"";}.fa-angle-double-up:before,.fa-angles-up:before{content:"";}.fa-paperclip:before{content:"";}.fa-arrow-right-to-city:before{content:"";}.fa-ribbon:before{content:"";}.fa-lungs:before{content:"";}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"";}.fa-litecoin-sign:before{content:"";}.fa-border-none:before{content:"";}.fa-circle-nodes:before{content:"";}.fa-parachute-box:before{content:"";}.fa-indent:before{content:"";}.fa-truck-field-un:before{content:"";}.fa-hourglass-empty:before,.fa-hourglass:before{content:"";}.fa-mountain:before{content:"";}.fa-user-doctor:before,.fa-user-md:before{content:"";}.fa-circle-info:before,.fa-info-circle:before{content:"";}.fa-cloud-meatball:before{content:"";}.fa-camera-alt:before,.fa-camera:before{content:"";}.fa-square-virus:before{content:"";}.fa-meteor:before{content:"";}.fa-car-on:before{content:"";}.fa-sleigh:before{content:"";}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"";}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"";}.fa-water:before{content:"";}.fa-calendar-check:before{content:"";}.fa-braille:before{content:"";}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"";}.fa-landmark:before{content:"";}.fa-truck:before{content:"";}.fa-crosshairs:before{content:"";}.fa-person-cane:before{content:"";}.fa-tent:before{content:"";}.fa-vest-patches:before{content:"";}.fa-check-double:before{content:"";}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"";}.fa-money-bill-wheat:before{content:"";}.fa-cookie:before{content:"";}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"";}.fa-hard-drive:before,.fa-hdd:before{content:"";}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"";}.fa-dumbbell:before{content:"";}.fa-list-alt:before,.fa-rectangle-list:before{content:"";}.fa-tarp-droplet:before{content:"";}.fa-house-medical-circle-check:before{content:"";}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"";}.fa-calendar-plus:before{content:"";}.fa-plane-arrival:before{content:"";}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"";}.fa-subway:before,.fa-train-subway:before{content:"";}.fa-chart-gantt:before{content:"";}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"";}.fa-crop-alt:before,.fa-crop-simple:before{content:"";}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"";}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"";}.fa-dna:before{content:"";}.fa-virus-slash:before{content:"";}.fa-minus:before,.fa-subtract:before{content:"";}.fa-chess:before{content:"";}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"";}.fa-plug-circle-check:before{content:"";}.fa-street-view:before{content:"";}.fa-franc-sign:before{content:"";}.fa-volume-off:before{content:"";}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"";}.fa-cog:before,.fa-gear:before{content:"";}.fa-droplet-slash:before,.fa-tint-slash:before{content:"";}.fa-mosque:before{content:"";}.fa-mosquito:before{content:"";}.fa-star-of-david:before{content:"";}.fa-person-military-rifle:before{content:"";}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"";}.fa-vials:before{content:"";}.fa-plug-circle-plus:before{content:"";}.fa-place-of-worship:before{content:"";}.fa-grip-vertical:before{content:"";}.fa-arrow-turn-up:before,.fa-level-up:before{content:"";}.fa-u:before{content:"U";}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"";}.fa-clock-four:before,.fa-clock:before{content:"";}.fa-backward-step:before,.fa-step-backward:before{content:"";}.fa-pallet:before{content:"";}.fa-faucet:before{content:"";}.fa-baseball-bat-ball:before{content:"";}.fa-s:before{content:"S";}.fa-timeline:before{content:"";}.fa-keyboard:before{content:"";}.fa-caret-down:before{content:"";}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"";}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"";}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"";}.fa-plane-up:before{content:"";}.fa-piggy-bank:before{content:"";}.fa-battery-3:before,.fa-battery-half:before{content:"";}.fa-mountain-city:before{content:"";}.fa-coins:before{content:"";}.fa-khanda:before{content:"";}.fa-sliders-h:before,.fa-sliders:before{content:"";}.fa-folder-tree:before{content:"";}.fa-network-wired:before{content:"";}.fa-map-pin:before{content:"";}.fa-hamsa:before{content:"";}.fa-cent-sign:before{content:"";}.fa-flask:before{content:"";}.fa-person-pregnant:before{content:"";}.fa-wand-sparkles:before{content:"";}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"";}.fa-ticket:before{content:"";}.fa-power-off:before{content:"";}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"";}.fa-flag-usa:before{content:"";}.fa-laptop-file:before{content:"";}.fa-teletype:before,.fa-tty:before{content:"";}.fa-diagram-next:before{content:"";}.fa-person-rifle:before{content:"";}.fa-house-medical-circle-exclamation:before{content:"";}.fa-closed-captioning:before{content:"";}.fa-hiking:before,.fa-person-hiking:before{content:"";}.fa-venus-double:before{content:"";}.fa-images:before{content:"";}.fa-calculator:before{content:"";}.fa-people-pulling:before{content:"";}.fa-n:before{content:"N";}.fa-cable-car:before,.fa-tram:before{content:"";}.fa-cloud-rain:before{content:"";}.fa-building-circle-xmark:before{content:"";}.fa-ship:before{content:"";}.fa-arrows-down-to-line:before{content:"";}.fa-download:before{content:"";}.fa-face-grin:before,.fa-grin:before{content:"";}.fa-backspace:before,.fa-delete-left:before{content:"";}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"";}.fa-file-circle-check:before{content:"";}.fa-forward:before{content:"";}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"";}.fa-face-meh:before,.fa-meh:before{content:"";}.fa-align-center:before{content:"";}.fa-book-dead:before,.fa-book-skull:before{content:"";}.fa-drivers-license:before,.fa-id-card:before{content:"";}.fa-dedent:before,.fa-outdent:before{content:"";}.fa-heart-circle-exclamation:before{content:"";}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"";}.fa-calendar-week:before{content:"";}.fa-laptop-medical:before{content:"";}.fa-b:before{content:"B";}.fa-file-medical:before{content:"";}.fa-dice-one:before{content:"";}.fa-kiwi-bird:before{content:"";}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"";}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"";}.fa-cutlery:before,.fa-utensils:before{content:"";}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"";}.fa-mill-sign:before{content:"";}.fa-bowl-rice:before{content:"";}.fa-skull:before{content:"";}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"";}.fa-truck-pickup:before{content:"";}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"";}.fa-stop:before{content:"";}.fa-code-merge:before{content:"";}.fa-upload:before{content:"";}.fa-hurricane:before{content:"";}.fa-mound:before{content:"";}.fa-toilet-portable:before{content:"";}.fa-compact-disc:before{content:"";}.fa-file-arrow-down:before,.fa-file-download:before{content:"";}.fa-caravan:before{content:"";}.fa-shield-cat:before{content:"";}.fa-bolt:before,.fa-zap:before{content:"";}.fa-glass-water:before{content:"";}.fa-oil-well:before{content:"";}.fa-vault:before{content:"";}.fa-mars:before{content:"";}.fa-toilet:before{content:"";}.fa-plane-circle-xmark:before{content:"";}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"";}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"";}.fa-sun:before{content:"";}.fa-guitar:before{content:"";}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"";}.fa-horse-head:before{content:"";}.fa-bore-hole:before{content:"";}.fa-industry:before{content:"";}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"";}.fa-arrows-turn-to-dots:before{content:"";}.fa-florin-sign:before{content:"";}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"";}.fa-less-than:before{content:"<";}.fa-angle-down:before{content:"";}.fa-car-tunnel:before{content:"";}.fa-head-side-cough:before{content:"";}.fa-grip-lines:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-user-lock:before{content:"";}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"";}.fa-anchor-circle-xmark:before{content:"";}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"";}.fa-chess-pawn:before{content:"";}.fa-first-aid:before,.fa-kit-medical:before{content:"";}.fa-person-through-window:before{content:"";}.fa-toolbox:before{content:"";}.fa-hands-holding-circle:before{content:"";}.fa-bug:before{content:"";}.fa-credit-card-alt:before,.fa-credit-card:before{content:"";}.fa-automobile:before,.fa-car:before{content:"";}.fa-hand-holding-hand:before{content:"";}.fa-book-open-reader:before,.fa-book-reader:before{content:"";}.fa-mountain-sun:before{content:"";}.fa-arrows-left-right-to-line:before{content:"";}.fa-dice-d20:before{content:"";}.fa-truck-droplet:before{content:"";}.fa-file-circle-xmark:before{content:"";}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"";}.fa-medal:before{content:"";}.fa-bed:before{content:"";}.fa-h-square:before,.fa-square-h:before{content:"";}.fa-podcast:before{content:"";}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"";}.fa-bell:before{content:"";}.fa-superscript:before{content:"";}.fa-plug-circle-xmark:before{content:"";}.fa-star-of-life:before{content:"";}.fa-phone-slash:before{content:"";}.fa-paint-roller:before{content:"";}.fa-hands-helping:before,.fa-handshake-angle:before{content:"";}.fa-location-dot:before,.fa-map-marker-alt:before{content:"";}.fa-file:before{content:"";}.fa-greater-than:before{content:">";}.fa-person-swimming:before,.fa-swimmer:before{content:"";}.fa-arrow-down:before{content:"";}.fa-droplet:before,.fa-tint:before{content:"";}.fa-eraser:before{content:"";}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"";}.fa-person-burst:before{content:"";}.fa-dove:before{content:"";}.fa-battery-0:before,.fa-battery-empty:before{content:"";}.fa-socks:before{content:"";}.fa-inbox:before{content:"";}.fa-section:before{content:"";}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"";}.fa-envelope-open-text:before{content:"";}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"";}.fa-wine-bottle:before{content:"";}.fa-chess-rook:before{content:"";}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"";}.fa-dharmachakra:before{content:"";}.fa-hotdog:before{content:"";}.fa-blind:before,.fa-person-walking-with-cane:before{content:"";}.fa-drum:before{content:"";}.fa-ice-cream:before{content:"";}.fa-heart-circle-bolt:before{content:"";}.fa-fax:before{content:"";}.fa-paragraph:before{content:"";}.fa-check-to-slot:before,.fa-vote-yea:before{content:"";}.fa-star-half:before{content:"";}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"";}.fa-chain:before,.fa-link:before{content:"";}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"";}.fa-tree-city:before{content:"";}.fa-play:before{content:"";}.fa-font:before{content:"";}.fa-table-cells-row-lock:before{content:"";}.fa-rupiah-sign:before{content:"";}.fa-magnifying-glass:before,.fa-search:before{content:"";}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"";}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"";}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"";}.fa-naira-sign:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-walkie-talkie:before{content:"";}.fa-file-edit:before,.fa-file-pen:before{content:"";}.fa-receipt:before{content:"";}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"";}.fa-suitcase-rolling:before{content:"";}.fa-person-circle-exclamation:before{content:"";}.fa-chevron-down:before{content:"";}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"";}.fa-skull-crossbones:before{content:"";}.fa-code-compare:before{content:"";}.fa-list-dots:before,.fa-list-ul:before{content:"";}.fa-school-lock:before{content:"";}.fa-tower-cell:before{content:"";}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"";}.fa-ranking-star:before{content:"";}.fa-chess-king:before{content:"";}.fa-person-harassing:before{content:"";}.fa-brazilian-real-sign:before{content:"";}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"";}.fa-arrow-up:before{content:"";}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"";}.fa-shrimp:before{content:"";}.fa-list-check:before,.fa-tasks:before{content:"";}.fa-jug-detergent:before{content:"";}.fa-circle-user:before,.fa-user-circle:before{content:"";}.fa-user-shield:before{content:"";}.fa-wind:before{content:"";}.fa-car-burst:before,.fa-car-crash:before{content:"";}.fa-y:before{content:"Y";}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"";}.fa-shipping-fast:before,.fa-truck-fast:before{content:"";}.fa-fish:before{content:"";}.fa-user-graduate:before{content:"";}.fa-adjust:before,.fa-circle-half-stroke:before{content:"";}.fa-clapperboard:before{content:"";}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"";}.fa-baseball-ball:before,.fa-baseball:before{content:"";}.fa-jet-fighter-up:before{content:"";}.fa-diagram-project:before,.fa-project-diagram:before{content:"";}.fa-copy:before{content:"";}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"";}.fa-hand-sparkles:before{content:"";}.fa-grip-horizontal:before,.fa-grip:before{content:"";}.fa-share-from-square:before,.fa-share-square:before{content:"";}.fa-child-combatant:before,.fa-child-rifle:before{content:"";}.fa-gun:before{content:"";}.fa-phone-square:before,.fa-square-phone:before{content:"";}.fa-add:before,.fa-plus:before{content:"+";}.fa-expand:before{content:"";}.fa-computer:before{content:"";}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"";}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"";}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"";}.fa-peso-sign:before{content:"";}.fa-building-shield:before{content:"";}.fa-baby:before{content:"";}.fa-users-line:before{content:"";}.fa-quote-left-alt:before,.fa-quote-left:before{content:"";}.fa-tractor:before{content:"";}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"";}.fa-arrow-down-up-lock:before{content:"";}.fa-lines-leaning:before{content:"";}.fa-ruler-combined:before{content:"";}.fa-copyright:before{content:"";}.fa-equals:before{content:"=";}.fa-blender:before{content:"";}.fa-teeth:before{content:"";}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"";}.fa-map:before{content:"";}.fa-rocket:before{content:"";}.fa-photo-film:before,.fa-photo-video:before{content:"";}.fa-folder-minus:before{content:"";}.fa-store:before{content:"";}.fa-arrow-trend-up:before{content:"";}.fa-plug-circle-minus:before{content:"";}.fa-sign-hanging:before,.fa-sign:before{content:"";}.fa-bezier-curve:before{content:"";}.fa-bell-slash:before{content:"";}.fa-tablet-android:before,.fa-tablet:before{content:"";}.fa-school-flag:before{content:"";}.fa-fill:before{content:"";}.fa-angle-up:before{content:"";}.fa-drumstick-bite:before{content:"";}.fa-holly-berry:before{content:"";}.fa-chevron-left:before{content:"";}.fa-bacteria:before{content:"";}.fa-hand-lizard:before{content:"";}.fa-notdef:before{content:"";}.fa-disease:before{content:"";}.fa-briefcase-medical:before{content:"";}.fa-genderless:before{content:"";}.fa-chevron-right:before{content:"";}.fa-retweet:before{content:"";}.fa-car-alt:before,.fa-car-rear:before{content:"";}.fa-pump-soap:before{content:"";}.fa-video-slash:before{content:"";}.fa-battery-2:before,.fa-battery-quarter:before{content:"";}.fa-radio:before{content:"";}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"";}.fa-traffic-light:before{content:"";}.fa-thermometer:before{content:"";}.fa-vr-cardboard:before{content:"";}.fa-hand-middle-finger:before{content:"";}.fa-percent:before,.fa-percentage:before{content:"%";}.fa-truck-moving:before{content:"";}.fa-glass-water-droplet:before{content:"";}.fa-display:before{content:"";}.fa-face-smile:before,.fa-smile:before{content:"";}.fa-thumb-tack:before,.fa-thumbtack:before{content:"";}.fa-trophy:before{content:"";}.fa-person-praying:before,.fa-pray:before{content:"";}.fa-hammer:before{content:"";}.fa-hand-peace:before{content:"";}.fa-rotate:before,.fa-sync-alt:before{content:"";}.fa-spinner:before{content:"";}.fa-robot:before{content:"";}.fa-peace:before{content:"";}.fa-cogs:before,.fa-gears:before{content:"";}.fa-warehouse:before{content:"";}.fa-arrow-up-right-dots:before{content:"";}.fa-splotch:before{content:"";}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"";}.fa-dice-four:before{content:"";}.fa-sim-card:before{content:"";}.fa-transgender-alt:before,.fa-transgender:before{content:"";}.fa-mercury:before{content:"";}.fa-arrow-turn-down:before,.fa-level-down:before{content:"";}.fa-person-falling-burst:before{content:"";}.fa-award:before{content:"";}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"";}.fa-building:before{content:"";}.fa-angle-double-left:before,.fa-angles-left:before{content:"";}.fa-qrcode:before{content:"";}.fa-clock-rotate-left:before,.fa-history:before{content:"";}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"";}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"";}.fa-shield-blank:before,.fa-shield:before{content:"";}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"";}.fa-house-medical:before{content:"";}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"";}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"";}.fa-house-chimney-window:before{content:"";}.fa-pen-nib:before{content:"";}.fa-tent-arrow-turn-left:before{content:"";}.fa-tents:before{content:"";}.fa-magic:before,.fa-wand-magic:before{content:"";}.fa-dog:before{content:"";}.fa-carrot:before{content:"";}.fa-moon:before{content:"";}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"";}.fa-cheese:before{content:"";}.fa-yin-yang:before{content:"";}.fa-music:before{content:"";}.fa-code-commit:before{content:"";}.fa-temperature-low:before{content:"";}.fa-biking:before,.fa-person-biking:before{content:"";}.fa-broom:before{content:"";}.fa-shield-heart:before{content:"";}.fa-gopuram:before{content:"";}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"";}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"";}.fa-hashtag:before{content:"#";}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"";}.fa-oil-can:before{content:"";}.fa-t:before{content:"T";}.fa-hippo:before{content:"";}.fa-chart-column:before{content:"";}.fa-infinity:before{content:"";}.fa-vial-circle-check:before{content:"";}.fa-person-arrow-down-to-line:before{content:"";}.fa-voicemail:before{content:"";}.fa-fan:before{content:"";}.fa-person-walking-luggage:before{content:"";}.fa-arrows-alt-v:before,.fa-up-down:before{content:"";}.fa-cloud-moon-rain:before{content:"";}.fa-calendar:before{content:"";}.fa-trailer:before{content:"";}.fa-bahai:before,.fa-haykal:before{content:"";}.fa-sd-card:before{content:"";}.fa-dragon:before{content:"";}.fa-shoe-prints:before{content:"";}.fa-circle-plus:before,.fa-plus-circle:before{content:"";}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"";}.fa-hand-holding:before{content:"";}.fa-plug-circle-exclamation:before{content:"";}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"";}.fa-clone:before{content:"";}.fa-person-walking-arrow-loop-left:before{content:"";}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"";}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"";}.fa-tornado:before{content:"";}.fa-file-circle-plus:before{content:"";}.fa-book-quran:before,.fa-quran:before{content:"";}.fa-anchor:before{content:"";}.fa-border-all:before{content:"";}.fa-angry:before,.fa-face-angry:before{content:"";}.fa-cookie-bite:before{content:"";}.fa-arrow-trend-down:before{content:"";}.fa-feed:before,.fa-rss:before{content:"";}.fa-draw-polygon:before{content:"";}.fa-balance-scale:before,.fa-scale-balanced:before{content:"";}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"";}.fa-shower:before{content:"";}.fa-desktop-alt:before,.fa-desktop:before{content:"";}.fa-m:before{content:"M";}.fa-table-list:before,.fa-th-list:before{content:"";}.fa-comment-sms:before,.fa-sms:before{content:"";}.fa-book:before{content:"";}.fa-user-plus:before{content:"";}.fa-check:before{content:"";}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"";}.fa-house-circle-check:before{content:"";}.fa-angle-left:before{content:"";}.fa-diagram-successor:before{content:"";}.fa-truck-arrow-right:before{content:"";}.fa-arrows-split-up-and-left:before{content:"";}.fa-fist-raised:before,.fa-hand-fist:before{content:"";}.fa-cloud-moon:before{content:"";}.fa-briefcase:before{content:"";}.fa-person-falling:before{content:"";}.fa-image-portrait:before,.fa-portrait:before{content:"";}.fa-user-tag:before{content:"";}.fa-rug:before{content:"";}.fa-earth-europe:before,.fa-globe-europe:before{content:"";}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"";}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"";}.fa-baht-sign:before{content:"";}.fa-book-open:before{content:"";}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"";}.fa-handcuffs:before{content:"";}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"";}.fa-database:before{content:"";}.fa-mail-forward:before,.fa-share:before{content:"";}.fa-bottle-droplet:before{content:"";}.fa-mask-face:before{content:"";}.fa-hill-rockslide:before{content:"";}.fa-exchange-alt:before,.fa-right-left:before{content:"";}.fa-paper-plane:before{content:"";}.fa-road-circle-exclamation:before{content:"";}.fa-dungeon:before{content:"";}.fa-align-right:before{content:"";}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"";}.fa-life-ring:before{content:"";}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"";}.fa-calendar-day:before{content:"";}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"";}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"";}.fa-face-grimace:before,.fa-grimace:before{content:"";}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"";}.fa-level-down-alt:before,.fa-turn-down:before{content:"";}.fa-person-walking-arrow-right:before{content:"";}.fa-envelope-square:before,.fa-square-envelope:before{content:"";}.fa-dice:before{content:"";}.fa-bowling-ball:before{content:"";}.fa-brain:before{content:"";}.fa-band-aid:before,.fa-bandage:before{content:"";}.fa-calendar-minus:before{content:"";}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"";}.fa-gifts:before{content:"";}.fa-hotel:before{content:"";}.fa-earth-asia:before,.fa-globe-asia:before{content:"";}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"";}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-user-clock:before{content:"";}.fa-allergies:before,.fa-hand-dots:before{content:"";}.fa-file-invoice:before{content:"";}.fa-window-minimize:before{content:"";}.fa-coffee:before,.fa-mug-saucer:before{content:"";}.fa-brush:before{content:"";}.fa-mask:before{content:"";}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"";}.fa-ruler-vertical:before{content:"";}.fa-user-alt:before,.fa-user-large:before{content:"";}.fa-train-tram:before{content:"";}.fa-user-nurse:before{content:"";}.fa-syringe:before{content:"";}.fa-cloud-sun:before{content:"";}.fa-stopwatch-20:before{content:"";}.fa-square-full:before{content:"";}.fa-magnet:before{content:"";}.fa-jar:before{content:"";}.fa-note-sticky:before,.fa-sticky-note:before{content:"";}.fa-bug-slash:before{content:"";}.fa-arrow-up-from-water-pump:before{content:"";}.fa-bone:before{content:"";}.fa-table-cells-row-unlock:before{content:"";}.fa-user-injured:before{content:"";}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"";}.fa-plane:before{content:"";}.fa-tent-arrows-down:before{content:"";}.fa-exclamation:before{content:"!";}.fa-arrows-spin:before{content:"";}.fa-print:before{content:"";}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"";}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$";}.fa-x:before{content:"X";}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"";}.fa-users-cog:before,.fa-users-gear:before{content:"";}.fa-person-military-pointing:before{content:"";}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"";}.fa-umbrella:before{content:"";}.fa-trowel:before{content:"";}.fa-d:before{content:"D";}.fa-stapler:before{content:"";}.fa-masks-theater:before,.fa-theater-masks:before{content:"";}.fa-kip-sign:before{content:"";}.fa-hand-point-left:before{content:"";}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"";}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"";}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"";}.fa-barcode:before{content:"";}.fa-plus-minus:before{content:"";}.fa-video-camera:before,.fa-video:before{content:"";}.fa-graduation-cap:before,.fa-mortar-board:before{content:"";}.fa-hand-holding-medical:before{content:"";}.fa-person-circle-check:before{content:"";}.fa-level-up-alt:before,.fa-turn-up:before{content:"";}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";}.fa-brands,.fab{font-weight:400;}.fa-monero:before{content:"";}.fa-hooli:before{content:"";}.fa-yelp:before{content:"";}.fa-cc-visa:before{content:"";}.fa-lastfm:before{content:"";}.fa-shopware:before{content:"";}.fa-creative-commons-nc:before{content:"";}.fa-aws:before{content:"";}.fa-redhat:before{content:"";}.fa-yoast:before{content:"";}.fa-cloudflare:before{content:"";}.fa-ups:before{content:"";}.fa-pixiv:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-dyalog:before{content:"";}.fa-bity:before{content:"";}.fa-stackpath:before{content:"";}.fa-buysellads:before{content:"";}.fa-first-order:before{content:"";}.fa-modx:before{content:"";}.fa-guilded:before{content:"";}.fa-vnv:before{content:"";}.fa-js-square:before,.fa-square-js:before{content:"";}.fa-microsoft:before{content:"";}.fa-qq:before{content:"";}.fa-orcid:before{content:"";}.fa-java:before{content:"";}.fa-invision:before{content:"";}.fa-creative-commons-pd-alt:before{content:"";}.fa-centercode:before{content:"";}.fa-glide-g:before{content:"";}.fa-drupal:before{content:"";}.fa-jxl:before{content:"";}.fa-dart-lang:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-creative-commons-by:before{content:"";}.fa-unity:before{content:"";}.fa-whmcs:before{content:"";}.fa-rocketchat:before{content:"";}.fa-vk:before{content:"";}.fa-untappd:before{content:"";}.fa-mailchimp:before{content:"";}.fa-css3-alt:before{content:"";}.fa-reddit-square:before,.fa-square-reddit:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-contao:before{content:"";}.fa-square-font-awesome:before{content:"";}.fa-deskpro:before{content:"";}.fa-brave:before{content:"";}.fa-sistrix:before{content:"";}.fa-instagram-square:before,.fa-square-instagram:before{content:"";}.fa-battle-net:before{content:"";}.fa-the-red-yeti:before{content:"";}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"";}.fa-edge:before{content:"";}.fa-threads:before{content:"";}.fa-napster:before{content:"";}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-artstation:before{content:"";}.fa-markdown:before{content:"";}.fa-sourcetree:before{content:"";}.fa-google-plus:before{content:"";}.fa-diaspora:before{content:"";}.fa-foursquare:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-github-alt:before{content:"";}.fa-phoenix-squadron:before{content:"";}.fa-pagelines:before{content:"";}.fa-algolia:before{content:"";}.fa-red-river:before{content:"";}.fa-creative-commons-sa:before{content:"";}.fa-safari:before{content:"";}.fa-google:before{content:"";}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"";}.fa-atlassian:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-nimblr:before{content:"";}.fa-chromecast:before{content:"";}.fa-evernote:before{content:"";}.fa-hacker-news:before{content:"";}.fa-creative-commons-sampling:before{content:"";}.fa-adversal:before{content:"";}.fa-creative-commons:before{content:"";}.fa-watchman-monitoring:before{content:"";}.fa-fonticons:before{content:"";}.fa-weixin:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-codepen:before{content:"";}.fa-git-alt:before{content:"";}.fa-lyft:before{content:"";}.fa-rev:before{content:"";}.fa-windows:before{content:"";}.fa-wizards-of-the-coast:before{content:"";}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"";}.fa-meetup:before{content:"";}.fa-centos:before{content:"";}.fa-adn:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-opensuse:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"";}.fa-codiepie:before{content:"";}.fa-node:before{content:"";}.fa-mix:before{content:"";}.fa-steam:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-scribd:before{content:"";}.fa-debian:before{content:"";}.fa-openid:before{content:"";}.fa-instalod:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-sellcast:before{content:"";}.fa-square-twitter:before,.fa-twitter-square:before{content:"";}.fa-r-project:before{content:"";}.fa-delicious:before{content:"";}.fa-freebsd:before{content:"";}.fa-vuejs:before{content:"";}.fa-accusoft:before{content:"";}.fa-ioxhost:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-app-store:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-itunes-note:before{content:"";}.fa-golang:before{content:"";}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"";}.fa-grav:before{content:"";}.fa-weibo:before{content:"";}.fa-uncharted:before{content:"";}.fa-firstdraft:before{content:"";}.fa-square-youtube:before,.fa-youtube-square:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-rendact:before,.fa-wpressr:before{content:"";}.fa-angellist:before{content:"";}.fa-galactic-republic:before{content:"";}.fa-nfc-directional:before{content:"";}.fa-skype:before{content:"";}.fa-joget:before{content:"";}.fa-fedora:before{content:"";}.fa-stripe-s:before{content:"";}.fa-meta:before{content:"";}.fa-laravel:before{content:"";}.fa-hotjar:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-square-letterboxd:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-creative-commons-zero:before{content:"";}.fa-hips:before{content:"";}.fa-behance:before{content:"";}.fa-reddit:before{content:"";}.fa-discord:before{content:"";}.fa-chrome:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-cc-discover:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-confluence:before{content:"";}.fa-shoelace:before{content:"";}.fa-mdb:before{content:"";}.fa-dochub:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-ebay:before{content:"";}.fa-amazon:before{content:"";}.fa-unsplash:before{content:"";}.fa-yarn:before{content:"";}.fa-square-steam:before,.fa-steam-square:before{content:"";}.fa-500px:before{content:"";}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"";}.fa-gratipay:before{content:"";}.fa-apple:before{content:"";}.fa-hive:before{content:"";}.fa-gitkraken:before{content:"";}.fa-keybase:before{content:"";}.fa-apple-pay:before{content:"";}.fa-padlet:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-github-square:before,.fa-square-github:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-fedex:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-shopify:before{content:"";}.fa-neos:before{content:"";}.fa-square-threads:before{content:"";}.fa-hackerrank:before{content:"";}.fa-researchgate:before{content:"";}.fa-swift:before{content:"";}.fa-angular:before{content:"";}.fa-speakap:before{content:"";}.fa-angrycreative:before{content:"";}.fa-y-combinator:before{content:"";}.fa-empire:before{content:"";}.fa-envira:before{content:"";}.fa-google-scholar:before{content:"";}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"";}.fa-studiovinari:before{content:"";}.fa-pied-piper:before{content:"";}.fa-wordpress:before{content:"";}.fa-product-hunt:before{content:"";}.fa-firefox:before{content:"";}.fa-linode:before{content:"";}.fa-goodreads:before{content:"";}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-sith:before{content:"";}.fa-themeisle:before{content:"";}.fa-page4:before{content:"";}.fa-hashnode:before{content:"";}.fa-react:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-squarespace:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-creative-commons-share:before{content:"";}.fa-bitcoin:before{content:"";}.fa-keycdn:before{content:"";}.fa-opera:before{content:"";}.fa-itch-io:before{content:"";}.fa-umbraco:before{content:"";}.fa-galactic-senate:before{content:"";}.fa-ubuntu:before{content:"";}.fa-draft2digital:before{content:"";}.fa-stripe:before{content:"";}.fa-houzz:before{content:"";}.fa-gg:before{content:"";}.fa-dhl:before{content:"";}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"";}.fa-xing:before{content:"";}.fa-blackberry:before{content:"";}.fa-creative-commons-pd:before{content:"";}.fa-playstation:before{content:"";}.fa-quinscape:before{content:"";}.fa-less:before{content:"";}.fa-blogger-b:before{content:"";}.fa-opencart:before{content:"";}.fa-vine:before{content:"";}.fa-signal-messenger:before{content:"";}.fa-paypal:before{content:"";}.fa-gitlab:before{content:"";}.fa-typo3:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-yahoo:before{content:"";}.fa-dailymotion:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-bootstrap:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-nfc-symbol:before{content:"";}.fa-mintbit:before{content:"";}.fa-ethereum:before{content:"";}.fa-speaker-deck:before{content:"";}.fa-creative-commons-nc-eu:before{content:"";}.fa-patreon:before{content:"";}.fa-avianex:before{content:"";}.fa-ello:before{content:"";}.fa-gofore:before{content:"";}.fa-bimobject:before{content:"";}.fa-brave-reverse:before{content:"";}.fa-facebook-f:before{content:"";}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"";}.fa-web-awesome:before{content:"";}.fa-mandalorian:before{content:"";}.fa-first-order-alt:before{content:"";}.fa-osi:before{content:"";}.fa-google-wallet:before{content:"";}.fa-d-and-d-beyond:before{content:"";}.fa-periscope:before{content:"";}.fa-fulcrum:before{content:"";}.fa-cloudscale:before{content:"";}.fa-forumbee:before{content:"";}.fa-mizuni:before{content:"";}.fa-schlix:before{content:"";}.fa-square-xing:before,.fa-xing-square:before{content:"";}.fa-bandcamp:before{content:"";}.fa-wpforms:before{content:"";}.fa-cloudversify:before{content:"";}.fa-usps:before{content:"";}.fa-megaport:before{content:"";}.fa-magento:before{content:"";}.fa-spotify:before{content:"";}.fa-optin-monster:before{content:"";}.fa-fly:before{content:"";}.fa-aviato:before{content:"";}.fa-itunes:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-blogger:before{content:"";}.fa-flickr:before{content:"";}.fa-viber:before{content:"";}.fa-soundcloud:before{content:"";}.fa-digg:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-letterboxd:before{content:"";}.fa-symfony:before{content:"";}.fa-maxcdn:before{content:"";}.fa-etsy:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-audible:before{content:"";}.fa-think-peaks:before{content:"";}.fa-bilibili:before{content:"";}.fa-erlang:before{content:"";}.fa-x-twitter:before{content:"";}.fa-cotton-bureau:before{content:"";}.fa-dashcube:before{content:"";}.fa-42-group:before,.fa-innosoft:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-elementor:before{content:"";}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"";}.fa-creative-commons-nd:before{content:"";}.fa-palfed:before{content:"";}.fa-superpowers:before{content:"";}.fa-resolving:before{content:"";}.fa-xbox:before{content:"";}.fa-square-web-awesome-stroke:before{content:"";}.fa-searchengin:before{content:"";}.fa-tiktok:before{content:"";}.fa-facebook-square:before,.fa-square-facebook:before{content:"";}.fa-renren:before{content:"";}.fa-linux:before{content:"";}.fa-glide:before{content:"";}.fa-linkedin:before{content:"";}.fa-hubspot:before{content:"";}.fa-deploydog:before{content:"";}.fa-twitch:before{content:"";}.fa-flutter:before{content:"";}.fa-ravelry:before{content:"";}.fa-mixer:before{content:"";}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"";}.fa-vimeo:before{content:"";}.fa-mendeley:before{content:"";}.fa-uniregistry:before{content:"";}.fa-figma:before{content:"";}.fa-creative-commons-remix:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-dropbox:before{content:"";}.fa-instagram:before{content:"";}.fa-cmplid:before{content:"";}.fa-upwork:before{content:"";}.fa-facebook:before{content:"";}.fa-gripfire:before{content:"";}.fa-jedi-order:before{content:"";}.fa-uikit:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-phabricator:before{content:"";}.fa-ussunnah:before{content:"";}.fa-earlybirds:before{content:"";}.fa-trade-federation:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-whatsapp:before{content:"";}.fa-square-upwork:before{content:"";}.fa-slideshare:before{content:"";}.fa-google-play:before{content:"";}.fa-viadeo:before{content:"";}.fa-line:before{content:"";}.fa-google-drive:before{content:"";}.fa-servicestack:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-bitbucket:before{content:"";}.fa-imdb:before{content:"";}.fa-deezer:before{content:"";}.fa-raspberry-pi:before{content:"";}.fa-jira:before{content:"";}.fa-docker:before{content:"";}.fa-screenpal:before{content:"";}.fa-bluetooth:before{content:"";}.fa-gitter:before{content:"";}.fa-d-and-d:before{content:"";}.fa-microblog:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-gg-circle:before{content:"";}.fa-pied-piper-hat:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-yandex:before{content:"";}.fa-readme:before{content:"";}.fa-html5:before{content:"";}.fa-sellsy:before{content:"";}.fa-square-web-awesome:before{content:"";}.fa-sass:before{content:"";}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-salesforce:before{content:"";}.fa-octopus-deploy:before{content:"";}.fa-medapps:before{content:"";}.fa-ns8:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-apper:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-waze:before{content:"";}.fa-bluesky:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"";}.fa-fantasy-flight-games:before{content:"";}.fa-rust:before{content:"";}.fa-wix:before{content:"";}.fa-behance-square:before,.fa-square-behance:before{content:"";}.fa-supple:before{content:"";}.fa-webflow:before{content:"";}.fa-rebel:before{content:"";}.fa-css3:before{content:"";}.fa-staylinked:before{content:"";}.fa-kaggle:before{content:"";}.fa-space-awesome:before{content:"";}.fa-deviantart:before{content:"";}.fa-cpanel:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-git-square:before,.fa-square-git:before{content:"";}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"";}.fa-trello:before{content:"";}.fa-creative-commons-nc-jp:before{content:"";}.fa-get-pocket:before{content:"";}.fa-perbyte:before{content:"";}.fa-grunt:before{content:"";}.fa-weebly:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-leanpub:before{content:"";}.fa-black-tie:before{content:"";}.fa-themeco:before{content:"";}.fa-python:before{content:"";}.fa-android:before{content:"";}.fa-bots:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-hornbill:before{content:"";}.fa-js:before{content:"";}.fa-ideal:before{content:"";}.fa-git:before{content:"";}.fa-dev:before{content:"";}.fa-sketch:before{content:"";}.fa-yandex-international:before{content:"";}.fa-cc-amex:before{content:"";}.fa-uber:before{content:"";}.fa-github:before{content:"";}.fa-php:before{content:"";}.fa-alipay:before{content:"";}.fa-youtube:before{content:"";}.fa-skyatlas:before{content:"";}.fa-firefox-browser:before{content:"";}.fa-replyd:before{content:"";}.fa-suse:before{content:"";}.fa-jenkins:before{content:"";}.fa-twitter:before{content:"";}.fa-rockrms:before{content:"";}.fa-pinterest:before{content:"";}.fa-buffer:before{content:"";}.fa-npm:before{content:"";}.fa-yammer:before{content:"";}.fa-btc:before{content:"";}.fa-dribbble:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-stubber:before{content:"";}.fa-telegram-plane:before,.fa-telegram:before{content:"";}.fa-old-republic:before{content:"";}.fa-odysee:before{content:"";}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"";}.fa-node-js:before{content:"";}.fa-edge-legacy:before{content:"";}.fa-slack-hash:before,.fa-slack:before{content:"";}.fa-medrt:before{content:"";}.fa-usb:before{content:"";}.fa-tumblr:before{content:"";}.fa-vaadin:before{content:"";}.fa-quora:before{content:"";}.fa-square-x-twitter:before{content:"";}.fa-reacteurope:before{content:"";}.fa-medium-m:before,.fa-medium:before{content:"";}.fa-amilia:before{content:"";}.fa-mixcloud:before{content:"";}.fa-flipboard:before{content:"";}.fa-viacoin:before{content:"";}.fa-critical-role:before{content:"";}.fa-sitrox:before{content:"";}.fa-discourse:before{content:"";}.fa-joomla:before{content:"";}.fa-mastodon:before{content:"";}.fa-airbnb:before{content:"";}.fa-wolf-pack-battalion:before{content:"";}.fa-buy-n-large:before{content:"";}.fa-gulp:before{content:"";}.fa-creative-commons-sampling-plus:before{content:"";}.fa-strava:before{content:"";}.fa-ember:before{content:"";}.fa-canadian-maple-leaf:before{content:"";}.fa-teamspeak:before{content:"";}.fa-pushed:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-nutritionix:before{content:"";}.fa-wodu:before{content:"";}.fa-google-pay:before{content:"";}.fa-intercom:before{content:"";}.fa-zhihu:before{content:"";}.fa-korvue:before{content:"";}.fa-pix:before{content:"";}.fa-steam-symbol:before{content:"";}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";}.fa-regular,.far{font-weight:400;}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";}.fa-solid,.fas{font-weight:900;}*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box;}:after,:before{--tw-content:"";}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;}body{line-height:inherit;margin:0;}:root{scroll-behavior:smooth;}::-moz-selection{background-color:var(--kb-primary-color);color:var(--kb-base-color);}::-moz-selection,::selection{background-color:var(--kb-primary-color);color:var(--kb-base-color);}[data-kenta-theme=light]{--kenta-primary-color:var(--kenta-light-primary-color);--kenta-primary-active:var(--kenta-light-primary-active);--kenta-accent-color:var(--kenta-light-accent-color);--kenta-accent-active:var(--kenta-light-accent-active);--kenta-base-color:var(--kenta-light-base-color);--kenta-base-100:var(--kenta-light-base-100);--kenta-base-200:var(--kenta-light-base-200);--kenta-base-300:var(--kenta-light-base-300);}[data-kenta-theme=light] .kenta-theme-switch .dark-mode{display:inline;}[data-kenta-theme=light] .kenta-theme-switch .light-mode{display:none;}[data-kenta-theme=dark]{--kenta-primary-color:var(--kenta-dark-primary-color,var(--kenta-light-primary-color));--kenta-primary-active:var(--kenta-dark-primary-active,var(--kenta-light-primary-active));--kenta-accent-color:var(--kenta-dark-accent-color,var(--kenta-light-accent-color));--kenta-accent-active:var(--kenta-dark-accent-active,var(--kenta-light-accent-active));--kenta-base-color:var(--kenta-dark-base-color,var(--kenta-light-base-color));--kenta-base-100:var(--kenta-dark-base-100,var(--kenta-light-base-100));--kenta-base-200:var(--kenta-dark-base-200,var(--kenta-light-base-200));--kenta-base-300:var(--kenta-dark-base-300,var(--kenta-light-base-300));}[data-kenta-theme=dark] .kenta-theme-switch .light-mode{display:inline;}[data-kenta-theme=dark] .kenta-theme-switch .dark-mode{display:none;}.kenta-max-w-wide{max-width:min(var(--wp--style--global--wide-size),100%);}.kenta-max-w-wide.has-global-padding{max-width:calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));}.kenta-max-w-content{max-width:min(var(--wp--style--global--content-size),100%);}.kenta-max-w-content.has-global-padding{max-width:calc(var(--wp--style--global--content-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));}.kenta-container{padding-bottom:var(--kenta-content-area-spacing);padding-top:var(--kenta-content-area-spacing);}.kenta-container.is-align-normal{--wp--style--global--content-size:var(--wp--style--global--wide-size);}.kenta-container.is-align-normal.is-style-fluid{--wp--style--global--wide-size:100%;}.kenta-site-wrap{display:flex;flex-direction:column;max-width:var(--kenta-site-wrap-width,inherit);min-height:calc(100vh - var(--wp-admin-bar-height,0px));position:relative;}.has-global-padding>.alignfull{margin-left:calc(var(--wp--style--root--padding-left) * -1) !important;margin-right:calc(var(--wp--style--root--padding-right) * -1) !important;}.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:min(var(--wp--style--global--content-size),100%);}.kenta-no-sidebar .kenta-article-content-wrap:before{content:" ";display:block;height:100%;left:0;margin-left:calc(( var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left) ) / 2);max-width:calc(100% - var(--wp--style--root--padding-right) - var(--wp--style--root--padding-left));position:absolute;top:0;width:100%;z-index:-1;}@media screen and (min-width:1140px){.kenta-no-sidebar .kenta-article-content-wrap:before{left:50%;margin-left:calc(var(--wp--style--global--wide-size) / -2 - var(--wp--style--root--padding-left));width:calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));}}@media (min-width:1024px){.kenta-transparent-header-desktop{left:0;position:absolute;top:0;width:100%;}}@media (max-width:1024px){.kenta-transparent-header-mobile{left:0;position:absolute;top:0;width:100%;}}figure,img{max-width:100%;}img{height:auto;}pre{overflow-x:auto;}.kenta-builder-column-desktop{display:none;}@media (min-width:1024px){.kenta-builder-column-desktop{display:flex;}}.kenta-builder-column-mobile{display:flex;}@media (min-width:1024px){.kenta-builder-column-mobile{display:none;}}.kenta-builder-column-desktop-dir-row>[data-builder-element],.kenta-builder-column-mobile-dir-row>[data-builder-element],.kenta-builder-column-tablet-dir-row>[data-builder-element]{flex-shrink:0;margin-right:var(--kenta-builder-elements-gap,12px);}.kenta-builder-column-desktop-dir-row>[data-builder-element]:last-child,.kenta-builder-column-mobile-dir-row>[data-builder-element]:last-child,.kenta-builder-column-tablet-dir-row>[data-builder-element]:last-child{margin-right:0;}.kenta-builder-column-desktop-dir-column>[data-builder-element],.kenta-builder-column-mobile-dir-column>[data-builder-element],.kenta-builder-column-tablet-dir-column>[data-builder-element]{margin-bottom:var(--kenta-builder-elements-gap,12px);}.kenta-builder-column-desktop-dir-column>[data-builder-element]:last-child,.kenta-builder-column-mobile-dir-column>[data-builder-element]:last-child,.kenta-builder-column-tablet-dir-column>[data-builder-element]:last-child{margin-bottom:0;}.kenta-footer-row,.kenta-footer-row .container,.kenta-header-row,.kenta-header-row .container{position:relative;}.kenta-popup{box-shadow:0 0 14px rgba(70,71,73,.1);color:var(--kenta-accent-color);font-size:1rem;margin-top:10px;min-width:300px;opacity:0;pointer-events:none;top:calc(100% + .6em);transition:all .2s ease;visibility:hidden;}.kenta-popup:before{border:.65em solid transparent;border-bottom:.65em solid var(--kenta-popup-color,var(--kenta-base-300));bottom:100%;content:" ";position:absolute;right:.65em;}.kenta-popup.show{margin-top:0;opacity:1;pointer-events:auto;visibility:visible;}.kenta-breadcrumbs-element{fill:var(--breadcrumb-link-initial);color:var(--breadcrumb-link-initial);}.kenta-breadcrumbs-element svg{display:inline-block;}.kenta-breadcrumbs-element .breadcrumb-link>svg{height:80%;width:auto;}.kenta-breadcrumbs-element .breadcrumb-sep svg{display:inline-block;height:.7em;position:relative;top:-.15em;vertical-align:middle;width:.7em;}.kenta-breadcrumbs-element .breadcrumb-link{color:var(--breadcrumb-link-initial);transition:color,fill .25s ease-in;}.kenta-breadcrumbs-element .breadcrumb-link,.kenta-breadcrumbs-element .breadcrumb-link svg{fill:var(--breadcrumb-link-initial);}.kenta-breadcrumbs-element .breadcrumb-link svg{display:inline-block;height:1.25em;position:relative;top:-.2em;vertical-align:middle;width:1.25em;}.kenta-breadcrumbs-element .breadcrumb-link:hover{color:var(--breadcrumb-link-hover);}.kenta-breadcrumbs-element .breadcrumb-link:hover,.kenta-breadcrumbs-element .breadcrumb-link:hover svg{fill:var(--breadcrumb-link-hover);}.kenta-breadcrumbs-element .breadcrumb-item{color:var(--breadcrumb-text);}.kenta-site-branding{max-width:100%;}.kenta-site-branding .site-logo{display:inline-block;margin-bottom:var(--logo-spacing);width:var(--logo-max-width,200px);}.kenta-site-branding .site-logo img{display:inline-block;height:auto;max-width:none;-o-object-fit:contain;object-fit:contain;vertical-align:initial;width:inherit;}.kenta-site-branding .site-logo .kenta-dark-scheme-logo,.kenta-site-branding .site-logo .kenta-transparent-logo{display:none;}.kenta-site-branding .site-identity .site-tagline,.kenta-site-branding .site-identity .site-title{color:var(--kenta-link-initial-color);display:block;margin-bottom:0;}.kenta-site-branding .site-identity .site-tagline,.kenta-site-branding .site-identity .site-tagline a,.kenta-site-branding .site-identity .site-title,.kenta-site-branding .site-identity .site-title a{text-decoration:none;}.kenta-site-branding .site-identity .site-title{transition:color .25s ease;}.kenta-site-branding .site-identity .site-title:hover{color:var(--kenta-link-hover-color);}.kenta-site-branding[data-logo=left],.kenta-site-branding[data-logo=right]{align-items:center;display:flex;}.kenta-site-branding[data-logo=left] .site-logo,.kenta-site-branding[data-logo=right] .site-logo{margin-bottom:0;}.kenta-site-branding[data-logo=left] .site-logo{margin-right:var(--logo-spacing);}.kenta-site-branding[data-logo=right]{flex-direction:row-reverse;}.kenta-site-branding[data-logo=right] .site-logo{margin-left:var(--logo-spacing);}[data-kenta-theme=dark] .kenta-site-branding .kenta-has-dark-scheme-logo .kenta-logo{display:none;}[data-kenta-theme=dark] .kenta-site-branding .kenta-has-dark-scheme-logo .kenta-dark-scheme-logo{display:inline-block;}.kenta-menu-wrap{flex-shrink:1 !important;}.kenta-menu,.kenta-menu-wrap{align-items:center;display:flex;}.kenta-menu{flex-wrap:wrap;height:100%;}.kenta-menu li{display:flex;line-height:1.5;white-space:nowrap;}.kenta-menu ul{min-width:12em;}.kenta-menu .kenta-menu-icon{display:none;}.kenta-menu.kenta-menu-has-arrow .menu-item-has-children>a>.kenta-menu-icon,.kenta-menu.kenta-menu-has-arrow .page_item_has_children>a>.kenta-menu-icon{display:inline-block;font-size:12px;margin-left:.65em;}.kenta-menu>li{height:var(--menu-items-height,100%);margin:var(--menu-items-margin,0);}.kenta-menu>li>a{align-items:center;background-color:var(--menu-background-initial-color);border-bottom:var(--menu-items-border-bottom);border-radius:var(--menu-items-radius,0);border-top:var(--menu-items-border-top);color:var(--menu-text-initial-color);display:flex;height:100%;padding:var(--menu-items-padding,0);text-decoration:none;transition:all .25s ease;}.kenta-menu>li>a svg{fill:var(--menu-text-initial-color);}.kenta-menu>li.sfHover>a,.kenta-menu>li:hover>a{background-color:var(--menu-background-hover-color);border-bottom:var(--menu-items-border-bottom-active);border-top:var(--menu-items-border-top-active);color:var(--menu-text-hover-color);}.kenta-menu>li.sfHover>a svg,.kenta-menu>li:hover>a svg{fill:var(--menu-text-hover-color);}.kenta-menu>li[class*=current-menu-]>a{background-color:var(--menu-background-active-color);border-bottom:var(--menu-items-border-bottom-active);border-top:var(--menu-items-border-top-active);color:var(--menu-text-active-color);}.kenta-menu>li[class*=current-menu-]>a svg{fill:var(--menu-text-active-color);}.kenta-menu>li ul{background-color:var(--dropdown-background-initial-color);border:var(--dropdown-border,none);border-radius:var(--dropdown-radius,0);box-shadow:var(--dropdown-box-shadow,none);color:var(--dropdown-text-initial-color);min-width:var(--dropdown-width);z-index:99999;}.kenta-menu>li ul svg{fill:var(--dropdown-text-initial-color);}.kenta-menu>li ul a{align-items:center;color:var(--dropdown-text-initial-color);display:flex;justify-content:space-between;padding:var(--dropdown-item-padding);text-decoration:none;transition:all .25s ease;white-space:normal;width:100%;}.kenta-menu>li ul li{border-top:var(--dropdown-divider);}.kenta-menu>li ul li:first-child,.kenta-menu>li ul li:first-child>a{border-top:none;border-top-left-radius:inherit;border-top-right-radius:inherit;}.kenta-menu>li ul li:last-child,.kenta-menu>li ul li:last-child>a{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;}.kenta-menu>li ul li:hover>a{background-color:var(--dropdown-background-active-color);color:var(--dropdown-text-hover-color);}.kenta-menu>li ul li:hover>a svg{fill:var(--dropdown-text-hover-color);}.kenta-menu>li ul li[class*=current-menu-]>a{background-color:var(--dropdown-background-active-color);color:var(--dropdown-text-active-color);}.kenta-menu>li ul li[class*=current-menu-]>a svg{fill:var(--dropdown-text-active-color);}.kenta-menu .kenta-mega-menu{position:unset !important;}.kenta-menu .kenta-mega-menu>ul{width:100%;}@media (min-width:576px){.kenta-menu .kenta-mega-menu>ul{max-width:576px;}}@media (min-width:768px){.kenta-menu .kenta-mega-menu>ul{max-width:768px;}}@media (min-width:1024px){.kenta-menu .kenta-mega-menu>ul{max-width:1024px;}}@media (min-width:1140px){.kenta-menu .kenta-mega-menu>ul{max-width:1140px;}}.kenta-footer-row .kenta-menu .kenta-mega-menu>ul,.kenta-header-row .kenta-menu .kenta-mega-menu>ul{position:relative;}.kenta-archive-header .kenta-menu .kenta-mega-menu>ul{position:relative;z-index:1;}.kenta-menu .kenta-mega-menu>ul{display:flex !important;left:50% !important;padding:24px 12px;position:absolute !important;right:unset !important;transform:translateX(-50%);width:100%;}.kenta-menu .kenta-mega-menu>ul ul{background:transparent;border:none;box-shadow:none;left:auto !important;margin-top:0;opacity:1;position:relative;visibility:visible;}.kenta-menu .kenta-mega-menu>ul .kenta-mega-col{border-top:none;padding:0 12px;width:100%;}.kenta-menu .kenta-mega-menu>ul .kenta-mega-col:not(:last-child){border-right:var(--dropdown-divider);}.kenta-menu .kenta-mega-menu>ul .kenta-mega-col>a{display:none;}.kenta-menu .kenta-mega-menu>ul .kenta-mega-heading{font-weight:700;text-transform:uppercase;}.kenta-html-element{width:100%;}.kenta-raw-html{max-width:100%;}.kenta-raw-html a{color:var(--kenta-link-initial-color);text-decoration:none;transition:all .25s ease;}.kenta-raw-html a:hover{color:var(--kenta-link-hover-color);text-decoration:underline;}.kenta-no-result-search-form{--kenta-form-background-color:var(--kenta-base-color);--kenta-form-text-color:var(--kenta-accent-active);--kenta-form-border-color:var(--kenta-base-300);--kenta-form-active-color:var(--kenta-primary-color);}.kenta-no-result-search-form input[type=search i]::-webkit-search-cancel-button{display:none;}.kenta-no-result-search-form .search-submit{font-size:18px;max-height:100%;max-width:100%;position:absolute;right:0;top:0;}.kenta-search-modal-form .search-input,.woocommerce .kenta-search-modal-form .search-input{background:transparent;border:none;border-bottom:2px solid var(--kenta-search-input-border-initial-color,var(--kenta-base-200));border-radius:0;color:var(--kenta-search-input-initial-color,var(--kenta-accent-color));flex-grow:1;padding:1rem 1.5rem;}.kenta-search-modal-form .search-input::-moz-placeholder,.woocommerce .kenta-search-modal-form .search-input::-moz-placeholder{color:var(--kenta-search-input-placeholder-color,var(--kenta-accent-color));}.kenta-search-modal-form .search-input::placeholder,.woocommerce .kenta-search-modal-form .search-input::placeholder{color:var(--kenta-search-input-placeholder-color,var(--kenta-accent-color));}.kenta-search-modal-form .search-input:focus,.woocommerce .kenta-search-modal-form .search-input:focus{border-bottom-color:var(--kenta-search-input-border-focus-color,var(--kenta-primary-color));box-shadow:none;color:var(--kenta-search-input-focus-color,var(--kenta-accent-color));outline:none;}.kenta-search-modal-form .search-submit,.woocommerce .kenta-search-modal-form .search-submit{align-items:center;background:var(--kenta-search-submit-background-initial-color,var(--kenta-accent-color));border:var(--kenta-search-submit-border,none);border-radius:var(--kenta-search-submit-radius,4px);color:var(--kenta-search-submit-initial-color,var(--kenta-accent-color));display:flex;justify-content:center;padding:.75rem;position:absolute;right:0;transition:all .25s ease;}.kenta-search-modal-form .search-submit:hover,.woocommerce .kenta-search-modal-form .search-submit:hover{background:var(--kenta-search-submit-background-hover-color,var(--kenta-primary-color));color:var(--kenta-search-submit-hover-color,var(--kenta-primary-color));}.kenta-collapsable-menu{list-style:none;margin:0;padding:0;width:100%;}.kenta-collapsable-menu a{align-items:center;border-bottom:var(--menu-items-divider,none);color:var(--menu-text-initial-color,var(--kenta-accent-color));display:flex;justify-content:space-between;padding:12px;text-decoration:none;transition:all .25s ease;}.kenta-collapsable-menu a:hover{color:var(--menu-text-hover-color,var(--kenta-primary-color));}.kenta-collapsable-menu [class*=current-menu-]>a{color:var(--menu-text-active-color,var(--kenta-primary-color));}.kenta-collapsable-menu .kenta-dropdown-toggle{align-items:center;border:var(--menu-dropdown-toggle-border,none);border-radius:2px;color:var(--menu-text-initial-color,var(--kenta-accent-color));display:none;height:2em;justify-content:center;transition:all .25s ease;visibility:hidden;width:2em;}.kenta-collapsable-menu .kenta-dropdown-toggle .kenta-menu-icon{display:block;font-size:1em;line-height:1;transform:rotate(0deg);transition:all .25s ease;}.kenta-collapsable-menu .kenta-dropdown-toggle.active .kenta-menu-icon{transform:rotate(180deg);}.kenta-collapsable-menu .kenta-dropdown-toggle:hover{border-color:var(--menu-text-hover-color,var(--kenta-primary-color));color:var(--menu-text-hover-color,var(--kenta-primary-color));}.kenta-collapsable-menu.kenta-menu-has-arrow .menu-item-has-children>a>.kenta-dropdown-toggle,.kenta-collapsable-menu.kenta-menu-has-arrow .page_item_has_children>a>.kenta-dropdown-toggle{display:flex;margin-left:1em;visibility:visible;}.kenta-collapsable-menu>li ul{-webkit-padding-start:1em;display:none;list-style:none;overflow:hidden;padding-inline-start:1em;transition:all .2s ease-in;}.kenta-collapsable-menu>li ul.open{display:block;}.kenta-cart-trigger{font-size:1rem;position:relative;}.kenta-cart-trigger .kenta-cart-badge{font-size:14px;height:1.75em;line-height:1.75em;right:-.725em;text-align:center;top:-.725em;transform:scale(.75);width:1.75em;}.kenta-cart-popup .widget>h2{display:none;}.kenta-cart-popup p.buttons{margin:1.25em 0;}.kenta-cart-popup .total{padding-bottom:12px;padding-top:12px;}.kenta-modal-visible{overflow:hidden;padding-right:var(--scrollbar-width,0);}.kenta-modal{bottom:0;height:calc(100vh - var(--wp-admin-bar-height,0));left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:var(--wp-admin-bar-height,0);visibility:hidden;width:100vw;z-index:999999;}.kenta-modal,.kenta-modal .kenta-modal-inner{transition:all .3s ease !important;}.kenta-modal .kenta-modal-inner{display:flex;flex-direction:column;height:100%;width:100%;}.kenta-modal[data-toggle-behaviour=drawer-left] .kenta-modal-inner{transform:translate3d(-20%,0,0);}.kenta-modal[data-toggle-behaviour=drawer-right] .kenta-modal-inner{transform:translate3d(20%,0,0);}.kenta-modal.active{opacity:1;pointer-events:auto;visibility:visible;}.kenta-modal.active .kenta-modal-inner{transform:translateZ(0);}.kenta-modal .kenta-modal-actions{font-size:1.75rem;left:0;line-height:1;padding:12px 24px 0;position:absolute;top:0;width:100%;}.kenta-modal .kenta-modal-actions button{color:var(--kenta-modal-action-initial,hsla(0,0%,100%,.5));cursor:pointer;display:block;position:relative;z-index:9999;}.kenta-modal .kenta-modal-actions button,.kenta-modal .kenta-modal-actions button *{transition:all .25s ease;}.kenta-modal .kenta-modal-actions button:hover{color:var(--kenta-modal-action-hover,#fff);}.kenta-modal .kenta-modal-actions .kenta-close-modal{-webkit-margin-start:auto;background:transparent;font-size:100%;margin-inline-start:auto;}.kenta-modal .kenta-modal-content{box-sizing:border-box;flex-grow:1;overflow-x:hidden;overflow-y:auto;padding:24px;}.sf-menu,.sf-menu *{list-style:none;margin:0;padding:0;}.sf-menu a,.sf-menu li{position:relative;}.sf-menu li{width:100%;}.sf-menu li.sfHover,.sf-menu li:hover{transition:none;}.sf-menu li.sfHover>ul,.sf-menu li:focus-within>ul,.sf-menu li:hover>ul{display:block;margin-top:0;opacity:1;pointer-events:auto;visibility:visible;}.sf-menu ul{display:none;margin-top:var(--dropdown-initial-offset,15px);opacity:0;pointer-events:none;position:absolute;top:0;transition:all .25s ease;visibility:hidden;z-index:50;}.sf-menu>li>ul{top:100%;}.sf-menu:not(.sf-dropdown-left) ul{left:calc(100% + 4px);}.sf-menu:not(.sf-dropdown-left)>li>ul{left:0;right:auto;}.sf-menu.sf-dropdown-left ul{left:calc(-100% - 4px);}.sf-menu.sf-dropdown-left>li>ul{left:auto;right:0;}.sf-menu>li{float:left;}.sf-menu li{width:auto;}.kenta-sidebar{margin-top:var(--kenta-sidebar-gap,0);width:100%;}@media (min-width:1024px){.kenta-sidebar{margin-top:0;width:var(--kenta-sidebar-width,30%);}.kenta-right-sidebar .kenta-sidebar{margin-left:var(--kenta-sidebar-gap,0);}.kenta-left-sidebar .kenta-sidebar{margin-right:var(--kenta-sidebar-gap,0);}}.kenta-button,.woocommerce a.button,.wp-block-button{--kenta-button-border:1px solid var(--kenta-primary-color);--kenta-button-padding:.85em 1.25em;--kenta-button-height:32px;--kenta-button-initial-color:var(--kenta-primary-color);--kenta-button-hover-color:var(--kenta-accent-color);--kenta-button-text-initial-color:var(--kenta-base-color);--kenta-button-text-hover-color:var(--kenta-base-color);--kenta-button-radius:2px;font-size:.75rem;line-height:1;}.kenta-button .has-text-align-center,.woocommerce a.button .has-text-align-center,.wp-block-button .has-text-align-center{justify-content:center;}.kenta-button .has-text-align-right,.woocommerce a.button .has-text-align-right,.wp-block-button .has-text-align-right{justify-content:flex-end;}.kenta-button .has-text-align-left,.woocommerce a.button .has-text-align-left,.wp-block-button .has-text-align-left{justify-content:flex-start;}.kenta-article-content [type=submit],.kenta-article-content button,.kenta-button,.kenta-form [type=submit],.kenta-raw-html [type=submit],.wc-block-product-search__button,.widget_search [type=submit],.woocommerce #respond input#submit,.woocommerce #respond input#submit.alt,.woocommerce .page-content .widget_price_filter .button,.woocommerce .page-content .woocommerce-message .button,.woocommerce .page-content a.button.alt,.woocommerce .page-content button.button.alt,.woocommerce .woocommerce-page .page-content .woocommerce-message .button,.woocommerce a.button,.woocommerce a.button.alt,.woocommerce button.button,.woocommerce button.button.alt,.woocommerce input.button,.woocommerce input.button.alt,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-search__button,div:not(.is-style-outline)>.wp-block-button__link{align-items:center;background-color:var(--kenta-button-initial-color);border-color:var(--lotta-border-initial-color);border:var(--kenta-button-border,none);border-radius:var(--kenta-button-radius);box-shadow:var(--kenta-button-shadow,none);box-sizing:border-box;color:var(--kenta-button-text-initial-color);cursor:pointer;display:inline-flex;min-height:var(--kenta-button-height);padding:var(--kenta-button-padding);text-decoration:none;transition:all .2s ease;}.kenta-article-content [type=submit]:disabled,.kenta-article-content button:disabled,.kenta-button:disabled,.kenta-form [type=submit]:disabled,.kenta-raw-html [type=submit]:disabled,.wc-block-product-search__button:disabled,.widget_search [type=submit]:disabled,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit:disabled,.woocommerce .page-content .widget_price_filter .button:disabled,.woocommerce .page-content .woocommerce-message .button:disabled,.woocommerce .page-content a.button.alt:disabled,.woocommerce .page-content button.button.alt:disabled,.woocommerce .woocommerce-page .page-content .woocommerce-message .button:disabled,.woocommerce a.button.alt:disabled,.woocommerce a.button:disabled,.woocommerce button.button.alt:disabled,.woocommerce button.button:disabled,.woocommerce input.button.alt:disabled,.woocommerce input.button:disabled,.wp-block-button.is-style-outline .wp-block-button__link:disabled,.wp-block-search__button:disabled,div:not(.is-style-outline)>.wp-block-button__link:disabled{cursor:not-allowed;opacity:.65;}.kenta-article-content [type=submit]:not(:disabled):hover,.kenta-article-content button:not(:disabled):hover,.kenta-button:not(:disabled):hover,.kenta-form [type=submit]:not(:disabled):hover,.kenta-raw-html [type=submit]:not(:disabled):hover,.wc-block-product-search__button:not(:disabled):hover,.widget_search [type=submit]:not(:disabled):hover,.woocommerce #respond input#submit.alt:not(:disabled):hover,.woocommerce #respond input#submit:not(:disabled):hover,.woocommerce .page-content .widget_price_filter .button:not(:disabled):hover,.woocommerce .page-content .woocommerce-message .button:not(:disabled):hover,.woocommerce .page-content a.button.alt:not(:disabled):hover,.woocommerce .page-content button.button.alt:not(:disabled):hover,.woocommerce .woocommerce-page .page-content .woocommerce-message .button:not(:disabled):hover,.woocommerce a.button.alt:not(:disabled):hover,.woocommerce a.button:not(:disabled):hover,.woocommerce button.button.alt:not(:disabled):hover,.woocommerce button.button:not(:disabled):hover,.woocommerce input.button.alt:not(:disabled):hover,.woocommerce input.button:not(:disabled):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):hover,.wp-block-search__button:not(:disabled):hover,div:not(.is-style-outline)>.wp-block-button__link:not(:disabled):hover{background-color:var(--kenta-button-hover-color);border-color:var(--lotta-border-hover-color);box-shadow:var(--kenta-button-shadow-active,none);color:var(--kenta-button-text-hover-color);}.kenta-article-content [type=submit].kenta-button-right,.kenta-article-content button.kenta-button-right,.kenta-button.kenta-button-right,.kenta-form [type=submit].kenta-button-right,.kenta-raw-html [type=submit].kenta-button-right,.wc-block-product-search__button.kenta-button-right,.widget_search [type=submit].kenta-button-right,.woocommerce #respond input#submit.alt.kenta-button-right,.woocommerce #respond input#submit.kenta-button-right,.woocommerce .page-content .widget_price_filter .button.kenta-button-right,.woocommerce .page-content .woocommerce-message .button.kenta-button-right,.woocommerce .page-content a.button.alt.kenta-button-right,.woocommerce .page-content button.button.alt.kenta-button-right,.woocommerce .woocommerce-page .page-content .woocommerce-message .button.kenta-button-right,.woocommerce a.button.alt.kenta-button-right,.woocommerce a.button.kenta-button-right,.woocommerce button.button.alt.kenta-button-right,.woocommerce button.button.kenta-button-right,.woocommerce input.button.alt.kenta-button-right,.woocommerce input.button.kenta-button-right,.wp-block-button.is-style-outline .wp-block-button__link.kenta-button-right,.wp-block-search__button.kenta-button-right,div:not(.is-style-outline)>.wp-block-button__link.kenta-button-right{flex-direction:row-reverse;}.kenta-article-content [type=submit].kenta-button-right i,.kenta-article-content [type=submit].kenta-button-right svg,.kenta-article-content button.kenta-button-right i,.kenta-article-content button.kenta-button-right svg,.kenta-button.kenta-button-right i,.kenta-button.kenta-button-right svg,.kenta-form [type=submit].kenta-button-right i,.kenta-form [type=submit].kenta-button-right svg,.kenta-raw-html [type=submit].kenta-button-right i,.kenta-raw-html [type=submit].kenta-button-right svg,.wc-block-product-search__button.kenta-button-right i,.wc-block-product-search__button.kenta-button-right svg,.widget_search [type=submit].kenta-button-right i,.widget_search [type=submit].kenta-button-right svg,.woocommerce #respond input#submit.alt.kenta-button-right i,.woocommerce #respond input#submit.alt.kenta-button-right svg,.woocommerce #respond input#submit.kenta-button-right i,.woocommerce #respond input#submit.kenta-button-right svg,.woocommerce .page-content .widget_price_filter .button.kenta-button-right i,.woocommerce .page-content .widget_price_filter .button.kenta-button-right svg,.woocommerce .page-content .woocommerce-message .button.kenta-button-right i,.woocommerce .page-content .woocommerce-message .button.kenta-button-right svg,.woocommerce .page-content a.button.alt.kenta-button-right i,.woocommerce .page-content a.button.alt.kenta-button-right svg,.woocommerce .page-content button.button.alt.kenta-button-right i,.woocommerce .page-content button.button.alt.kenta-button-right svg,.woocommerce .woocommerce-page .page-content .woocommerce-message .button.kenta-button-right i,.woocommerce .woocommerce-page .page-content .woocommerce-message .button.kenta-button-right svg,.woocommerce a.button.alt.kenta-button-right i,.woocommerce a.button.alt.kenta-button-right svg,.woocommerce a.button.kenta-button-right i,.woocommerce a.button.kenta-button-right svg,.woocommerce button.button.alt.kenta-button-right i,.woocommerce button.button.alt.kenta-button-right svg,.woocommerce button.button.kenta-button-right i,.woocommerce button.button.kenta-button-right svg,.woocommerce input.button.alt.kenta-button-right i,.woocommerce input.button.alt.kenta-button-right svg,.woocommerce input.button.kenta-button-right i,.woocommerce input.button.kenta-button-right svg,.wp-block-button.is-style-outline .wp-block-button__link.kenta-button-right i,.wp-block-button.is-style-outline .wp-block-button__link.kenta-button-right svg,.wp-block-search__button.kenta-button-right i,.wp-block-search__button.kenta-button-right svg,div:not(.is-style-outline)>.wp-block-button__link.kenta-button-right i,div:not(.is-style-outline)>.wp-block-button__link.kenta-button-right svg{margin-left:.75em;}.kenta-article-content [type=submit].kenta-button-left i,.kenta-article-content [type=submit].kenta-button-left svg,.kenta-article-content button.kenta-button-left i,.kenta-article-content button.kenta-button-left svg,.kenta-button.kenta-button-left i,.kenta-button.kenta-button-left svg,.kenta-form [type=submit].kenta-button-left i,.kenta-form [type=submit].kenta-button-left svg,.kenta-raw-html [type=submit].kenta-button-left i,.kenta-raw-html [type=submit].kenta-button-left svg,.wc-block-product-search__button.kenta-button-left i,.wc-block-product-search__button.kenta-button-left svg,.widget_search [type=submit].kenta-button-left i,.widget_search [type=submit].kenta-button-left svg,.woocommerce #respond input#submit.alt.kenta-button-left i,.woocommerce #respond input#submit.alt.kenta-button-left svg,.woocommerce #respond input#submit.kenta-button-left i,.woocommerce #respond input#submit.kenta-button-left svg,.woocommerce .page-content .widget_price_filter .button.kenta-button-left i,.woocommerce .page-content .widget_price_filter .button.kenta-button-left svg,.woocommerce .page-content .woocommerce-message .button.kenta-button-left i,.woocommerce .page-content .woocommerce-message .button.kenta-button-left svg,.woocommerce .page-content a.button.alt.kenta-button-left i,.woocommerce .page-content a.button.alt.kenta-button-left svg,.woocommerce .page-content button.button.alt.kenta-button-left i,.woocommerce .page-content button.button.alt.kenta-button-left svg,.woocommerce .woocommerce-page .page-content .woocommerce-message .button.kenta-button-left i,.woocommerce .woocommerce-page .page-content .woocommerce-message .button.kenta-button-left svg,.woocommerce a.button.alt.kenta-button-left i,.woocommerce a.button.alt.kenta-button-left svg,.woocommerce a.button.kenta-button-left i,.woocommerce a.button.kenta-button-left svg,.woocommerce button.button.alt.kenta-button-left i,.woocommerce button.button.alt.kenta-button-left svg,.woocommerce button.button.kenta-button-left i,.woocommerce button.button.kenta-button-left svg,.woocommerce input.button.alt.kenta-button-left i,.woocommerce input.button.alt.kenta-button-left svg,.woocommerce input.button.kenta-button-left i,.woocommerce input.button.kenta-button-left svg,.wp-block-button.is-style-outline .wp-block-button__link.kenta-button-left i,.wp-block-button.is-style-outline .wp-block-button__link.kenta-button-left svg,.wp-block-search__button.kenta-button-left i,.wp-block-search__button.kenta-button-left svg,div:not(.is-style-outline)>.wp-block-button__link.kenta-button-left i,div:not(.is-style-outline)>.wp-block-button__link.kenta-button-left svg{margin-right:.75em;}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){background-color:transparent;border-color:var(--kenta-button-initial-color);border-style:solid;border-width:2px;color:var(--kenta-button-initial-color);}.components-button.is-primary{background:var(--wp-admin-theme-color) !important;}.kenta-icon-button{align-items:center;background-color:transparent;border:none;box-sizing:border-box;color:var(--kenta-icon-button-icon-initial-color);cursor:pointer;display:flex;flex-shrink:0;height:calc(var(--kenta-icon-button-size) * 1.25);justify-content:center;margin:0;padding:0;transition:all .25s ease;width:calc(var(--kenta-icon-button-size) * 1.25);}.kenta-icon-button:active,.kenta-icon-button:hover{color:var(--kenta-icon-button-icon-hover-color);}.kenta-icon-button.kenta-icon-button-rounded,.kenta-icon-button.kenta-icon-button-square{border-radius:var(--kenta-icon-button-radius,3px);height:calc(var(--kenta-icon-button-size) * 2.5);width:calc(var(--kenta-icon-button-size) * 2.5);}.kenta-icon-button.kenta-icon-button-rounded.kenta-icon-button-solid,.kenta-icon-button.kenta-icon-button-square.kenta-icon-button-solid{background-color:var(--kenta-icon-button-bg-initial-color);}.kenta-icon-button.kenta-icon-button-rounded.kenta-icon-button-solid:hover,.kenta-icon-button.kenta-icon-button-square.kenta-icon-button-solid:hover{background-color:var(--kenta-icon-button-bg-hover-color);}.kenta-icon-button.kenta-icon-button-rounded.kenta-icon-button-outline,.kenta-icon-button.kenta-icon-button-square.kenta-icon-button-outline{border:var(--kenta-icon-button-outline,1px solid);border-color:var(--kenta-icon-button-border-initial-color);}.kenta-icon-button.kenta-icon-button-rounded.kenta-icon-button-outline:hover,.kenta-icon-button.kenta-icon-button-square.kenta-icon-button-outline:hover{border-color:var(--kenta-icon-button-border-hover-color);}.kenta-icon-button.kenta-icon-button-rounded.kenta-icon-button-outline,.kenta-icon-button.kenta-icon-button-rounded.kenta-icon-button-solid{--kenta-icon-button-radius:9999px;}.kenta-archive-header{position:relative;}.kenta-archive-header .container{position:relative;z-index:1;}.kenta-archive-header.kenta-archive-header-has-overlay:after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;}.card-list,.kenta-related-posts-list,.woocommerce .kenta-products{display:flex;flex-wrap:wrap;margin:0 calc(var(--card-gap) * -1 / 2);}.card-wrapper,.woocommerce .kenta-products>.product{padding:0 calc(var(--card-gap) / 2) var(--card-gap) calc(var(--card-gap) / 2);}.card,.woocommerce .kenta-products .kenta-product-wrapper{background:var(--kenta-base-color);border-radius:var(--kenta-card-radius,2px);display:flex;flex-direction:column;}.card .card-thumbnail,.card .kenta-product-thumbnail,.woocommerce .kenta-products .kenta-product-wrapper .card-thumbnail,.woocommerce .kenta-products .kenta-product-wrapper .kenta-product-thumbnail{flex-shrink:0;margin-bottom:var(--card-thumbnail-spacing,0);overflow:hidden;}.card .card-thumbnail img,.card .kenta-product-thumbnail img,.woocommerce .kenta-products .kenta-product-wrapper .card-thumbnail img,.woocommerce .kenta-products .kenta-product-wrapper .kenta-product-thumbnail img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:all .3s ease;width:100%;}.card[data-card-layout$=left] .card-thumbnail,.card[data-card-layout$=right] .card-thumbnail,.woocommerce .kenta-products .kenta-product-wrapper[data-card-layout$=left] .card-thumbnail,.woocommerce .kenta-products .kenta-product-wrapper[data-card-layout$=right] .card-thumbnail{margin-bottom:0;width:var(--card-thumbnail-width,45%);}.card[data-card-layout$=left] .card-thumbnail,.woocommerce .kenta-products .kenta-product-wrapper[data-card-layout$=left] .card-thumbnail{margin-right:var(--card-thumbnail-spacing,0);}.card[data-card-layout$=right] .card-thumbnail,.woocommerce .kenta-products .kenta-product-wrapper[data-card-layout$=right] .card-thumbnail{margin-left:var(--card-thumbnail-spacing,0);}.card[data-card-layout$=masonry] .entry-thumbnail,.woocommerce .kenta-products .kenta-product-wrapper[data-card-layout$=masonry] .entry-thumbnail{height:auto;}.card.card-thumb-motion .card-thumbnail:hover img,.woocommerce .kenta-products .kenta-product-wrapper.card-thumb-motion .card-thumbnail:hover img{transform:scale(1.1);}.card .card-content,.card .kenta-product-content,.woocommerce .kenta-products .kenta-product-wrapper .card-content,.woocommerce .kenta-products .kenta-product-wrapper .kenta-product-content{padding:var(--card-content-spacing);}.card .card-thumbnail.card-content,.woocommerce .kenta-products .kenta-product-wrapper .card-thumbnail.card-content{padding:0 var(--card-content-spacing);}@media (min-width:768px){.card[data-card-layout$=left]{flex-direction:row;}.card[data-card-layout$=right]{flex-direction:row-reverse;}}.entry-title{color:var(--kenta-link-initial-color,inherit);word-break:break-word;}.entry-title,.entry-title a{text-decoration:none;}.entry-divider{padding-bottom:24px;}.entry-divider.full-width{margin:0 calc(var(--card-content-spacing) * -1);}.entry-divider:after{border-bottom:var(--entry-divider,1px solid var(--kenta-base-200));content:"";display:block;width:100%;}.cat-taxonomies .entry-tax-item{color:var(--kenta-tax-text-initial);text-decoration:none;transition:all .25s ease;}.cat-taxonomies .entry-tax-item:hover{color:var(--kenta-tax-text-hover);}.cat-taxonomies[data-tax-type=badge] .entry-tax-item{background:var(--kenta-tax-bg-initial);border-radius:var(--kenta-tax-item-radius,3px);display:inline-block;margin-bottom:1px;margin-top:1px;padding:.3em .75em;}.cat-taxonomies[data-tax-type=badge] .entry-tax-item:hover{background:var(--kenta-tax-bg-hover);}.entry-metas i,.entry-metas svg{fill:var(--kenta-meta-link-initial-color);color:var(--kenta-meta-link-initial-color);display:inline-block;position:relative;top:-.1em;vertical-align:middle;}.entry-metas .meta-item{display:inline-block;}.entry-metas .meta-item i,.entry-metas .meta-item svg{font-size:1em;margin-right:.65em;}.entry-metas .meta-item svg{height:1em;width:1em;}.entry-metas .meta-divider{height:1.25em;margin:0 .5em;width:1.25em;}.entry-metas .meta-divider:last-child{display:none;}.entry-metas .entry-meta-link{color:var(--kenta-meta-link-initial-color);text-decoration:none;transition:all .25s ease;}.entry-metas .entry-meta-link:hover{color:var(--kenta-meta-link-hover-color);}.kenta-about-author-bio-box .kenta-author-bio-avatar-link{display:inline-block;}.kenta-about-author-bio-box .kenta-author-bio-avatar{border-radius:var(--kenta-author-bio-avatar-radius,0);margin:0;}.kenta-about-author-bio-box .kenta-author-bio-all-articles{font-size:.85rem;}.kenta-about-author-bio-box .kenta-author-bio-name{font-size:18px;font-weight:600;line-height:1.5;margin-bottom:1rem;margin-top:1.5rem;}.kenta-related-posts-wrap .heading-content{color:var(--kenta-accent-active);font-size:.875rem;font-weight:500;text-transform:uppercase;}.kenta-post-navigation .nav-links{color:var(--kenta-navigation-initial-color);word-break:break-all;}@media (min-width:1024px){.kenta-post-navigation .nav-links{display:flex;}}.kenta-post-navigation .nav-next{width:100%;}@media (min-width:1024px){.kenta-post-navigation .nav-previous{width:50%;}}.kenta-post-navigation .nav-previous{flex-shrink:0;}.kenta-post-navigation .nav-next,.kenta-post-navigation .nav-previous{align-items:center;display:flex;}.kenta-post-navigation .nav-next a,.kenta-post-navigation .nav-previous a{fill:var(--kenta-navigation-initial-color);align-items:center;color:var(--kenta-navigation-initial-color);display:flex;text-decoration:none;transition:all .2s ease;}.kenta-post-navigation .nav-next a .post-thumbnail,.kenta-post-navigation .nav-previous a .post-thumbnail{border:1px dashed var(--kenta-base-300);border-radius:var(--kenta-navigation-thumb-radius,8px);flex-shrink:0;height:4em;overflow:hidden;position:relative;width:4em;}.kenta-post-navigation .nav-next a .post-thumbnail:after,.kenta-post-navigation .nav-previous a .post-thumbnail:after{background-color:var(--kenta-navigation-hover-color);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .25s ease;width:100%;}.kenta-post-navigation .nav-next a .post-thumbnail i,.kenta-post-navigation .nav-next a .post-thumbnail svg,.kenta-post-navigation .nav-previous a .post-thumbnail i,.kenta-post-navigation .nav-previous a .post-thumbnail svg{fill:var(--kenta-base-color);color:var(--kenta-base-color);display:inline-block;height:1.2em;margin-left:-.6em;margin-top:-.6em;opacity:0;position:absolute;top:50%;transition:all .25s ease;width:1.2em;z-index:1;}.kenta-post-navigation .nav-next a .post-thumbnail img,.kenta-post-navigation .nav-previous a .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;}.kenta-post-navigation .nav-next a span,.kenta-post-navigation .nav-previous a span{overflow:hidden;text-overflow:ellipsis;white-space:normal;}.kenta-post-navigation .nav-next a:hover,.kenta-post-navigation .nav-previous a:hover{fill:var(--kenta-navigation-hover-color);color:var(--kenta-navigation-hover-color);}.kenta-post-navigation .nav-next a:hover .post-thumbnail:after,.kenta-post-navigation .nav-previous a:hover .post-thumbnail:after{opacity:.75;}.kenta-post-navigation .nav-next a:hover .post-thumbnail i,.kenta-post-navigation .nav-next a:hover .post-thumbnail svg,.kenta-post-navigation .nav-previous a:hover .post-thumbnail i,.kenta-post-navigation .nav-previous a:hover .post-thumbnail svg{left:50%;opacity:1;}.kenta-post-navigation .nav-previous a i,.kenta-post-navigation .nav-previous a svg{flex-shrink:0;left:80%;}.kenta-post-navigation .nav-next{justify-content:flex-end;text-align:end;}.kenta-post-navigation .nav-next a{flex-direction:row-reverse;}.kenta-post-navigation .nav-next a i,.kenta-post-navigation .nav-next a svg{left:20%;}.kenta-post-navigation .item-label{font-size:12px;font-weight:500;opacity:.8;text-transform:uppercase;}.kenta-post-navigation .item-title{display:block;font-size:14px;font-weight:700;margin-top:5px;word-break:break-word;}.kenta-pagination,.woocommerce-pagination,.woocommerce-pagination>.page-numbers,nav.woocommerce-pagination,nav.woocommerce-pagination>.page-numbers{color:var(--kenta-accent-color);display:flex;padding:var(--kenta-pagination-spacing,24px) 0;}.kenta-pagination>li,.woocommerce-pagination>.page-numbers>li,.woocommerce-pagination>li,nav.woocommerce-pagination>.page-numbers>li,nav.woocommerce-pagination>li{display:flex;}.kenta-pagination .kenta-btn,.kenta-pagination li>.page-numbers,.woocommerce-pagination .kenta-btn,.woocommerce-pagination li>.page-numbers,.woocommerce-pagination>.page-numbers .kenta-btn,.woocommerce-pagination>.page-numbers li>.page-numbers,nav.woocommerce-pagination .kenta-btn,nav.woocommerce-pagination li>.page-numbers,nav.woocommerce-pagination>.page-numbers .kenta-btn,nav.woocommerce-pagination>.page-numbers li>.page-numbers{align-items:center;border:var(--kenta-pagination-button-border);border-radius:var(--kenta-pagination-button-radius);color:var(--kenta-pagination-initial-color);display:flex;height:2.5em;justify-content:center;text-decoration:none;transition:all .25s ease;width:2.5em;}.kenta-pagination .kenta-btn svg,.kenta-pagination li>.page-numbers svg,.woocommerce-pagination .kenta-btn svg,.woocommerce-pagination li>.page-numbers svg,.woocommerce-pagination>.page-numbers .kenta-btn svg,.woocommerce-pagination>.page-numbers li>.page-numbers svg,nav.woocommerce-pagination .kenta-btn svg,nav.woocommerce-pagination li>.page-numbers svg,nav.woocommerce-pagination>.page-numbers .kenta-btn svg,nav.woocommerce-pagination>.page-numbers li>.page-numbers svg{fill:var(--kenta-pagination-initial-color);}.kenta-pagination .kenta-btn:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover,.kenta-pagination li>.page-numbers:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover,.woocommerce-pagination .kenta-btn:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover,.woocommerce-pagination li>.page-numbers:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover,.woocommerce-pagination>.page-numbers .kenta-btn:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover,.woocommerce-pagination>.page-numbers li>.page-numbers:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover,nav.woocommerce-pagination .kenta-btn:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover,nav.woocommerce-pagination li>.page-numbers:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover,nav.woocommerce-pagination>.page-numbers .kenta-btn:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover,nav.woocommerce-pagination>.page-numbers li>.page-numbers:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover{border-color:var(--kenta-pagination-accent-color);color:var(--kenta-pagination-accent-color);}.kenta-pagination .kenta-btn:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover svg,.kenta-pagination li>.page-numbers:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover svg,.woocommerce-pagination .kenta-btn:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover svg,.woocommerce-pagination li>.page-numbers:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover svg,.woocommerce-pagination>.page-numbers .kenta-btn:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover svg,.woocommerce-pagination>.page-numbers li>.page-numbers:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover svg,nav.woocommerce-pagination .kenta-btn:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover svg,nav.woocommerce-pagination li>.page-numbers:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover svg,nav.woocommerce-pagination>.page-numbers .kenta-btn:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover svg,nav.woocommerce-pagination>.page-numbers li>.page-numbers:not(.kenta-btn-disabled,.kenta-btn-active,.current):hover svg{fill:var(--kenta-pagination-accent-color);}.kenta-pagination .kenta-btn.current,.kenta-pagination .kenta-btn.kenta-btn-active,.kenta-pagination li>.page-numbers.current,.kenta-pagination li>.page-numbers.kenta-btn-active,.woocommerce-pagination .kenta-btn.current,.woocommerce-pagination .kenta-btn.kenta-btn-active,.woocommerce-pagination li>.page-numbers.current,.woocommerce-pagination li>.page-numbers.kenta-btn-active,.woocommerce-pagination>.page-numbers .kenta-btn.current,.woocommerce-pagination>.page-numbers .kenta-btn.kenta-btn-active,.woocommerce-pagination>.page-numbers li>.page-numbers.current,.woocommerce-pagination>.page-numbers li>.page-numbers.kenta-btn-active,nav.woocommerce-pagination .kenta-btn.current,nav.woocommerce-pagination .kenta-btn.kenta-btn-active,nav.woocommerce-pagination li>.page-numbers.current,nav.woocommerce-pagination li>.page-numbers.kenta-btn-active,nav.woocommerce-pagination>.page-numbers .kenta-btn.current,nav.woocommerce-pagination>.page-numbers .kenta-btn.kenta-btn-active,nav.woocommerce-pagination>.page-numbers li>.page-numbers.current,nav.woocommerce-pagination>.page-numbers li>.page-numbers.kenta-btn-active{background:var(--kenta-pagination-accent-color);border-color:var(--kenta-pagination-accent-color);color:var(--kenta-pagination-active-color);}.kenta-pagination .kenta-btn.current svg,.kenta-pagination .kenta-btn.kenta-btn-active svg,.kenta-pagination li>.page-numbers.current svg,.kenta-pagination li>.page-numbers.kenta-btn-active svg,.woocommerce-pagination .kenta-btn.current svg,.woocommerce-pagination .kenta-btn.kenta-btn-active svg,.woocommerce-pagination li>.page-numbers.current svg,.woocommerce-pagination li>.page-numbers.kenta-btn-active svg,.woocommerce-pagination>.page-numbers .kenta-btn.current svg,.woocommerce-pagination>.page-numbers .kenta-btn.kenta-btn-active svg,.woocommerce-pagination>.page-numbers li>.page-numbers.current svg,.woocommerce-pagination>.page-numbers li>.page-numbers.kenta-btn-active svg,nav.woocommerce-pagination .kenta-btn.current svg,nav.woocommerce-pagination .kenta-btn.kenta-btn-active svg,nav.woocommerce-pagination li>.page-numbers.current svg,nav.woocommerce-pagination li>.page-numbers.kenta-btn-active svg,nav.woocommerce-pagination>.page-numbers .kenta-btn.current svg,nav.woocommerce-pagination>.page-numbers .kenta-btn.kenta-btn-active svg,nav.woocommerce-pagination>.page-numbers li>.page-numbers.current svg,nav.woocommerce-pagination>.page-numbers li>.page-numbers.kenta-btn-active svg{fill:var(--kenta-pagination-active-color);}.woocommerce-pagination>.page-numbers>li,.woocommerce-pagination>li,nav.woocommerce-pagination>.page-numbers>li,nav.woocommerce-pagination>li{margin-right:.5em;}.woocommerce-pagination>.page-numbers>li:last-child,.woocommerce-pagination>li:last-child,nav.woocommerce-pagination>.page-numbers>li:last-child,nav.woocommerce-pagination>li:last-child{margin-right:0;}.kenta-pagination .kenta-btn{margin-right:.5em;}.kenta-pagination .kenta-btn.kenta-next-btn-text,.kenta-pagination .kenta-btn.kenta-prev-btn-text{padding:0 1.25em;width:auto;}.kenta-pagination .kenta-btn:last-child{margin-right:0;}.kenta-pagination .kenta-btn.kenta-btn-disabled{opacity:.5;}.kenta-article-header-background:after{content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;}.kenta-article-header-background .kenta-article-header .entry-title{--kenta-link-initial-color:var(--kenta-article-header-override);}.kenta-article-header-background .kenta-article-header .entry-title>*{color:inherit;}.kenta-article-header-background .kenta-article-header .entry-metas{--kenta-meta-link-initial-color:var(--kenta-article-header-override);}.kenta-article-header-background .article-featured-image{height:100%;left:0;max-width:100%;padding:0;position:absolute;top:0;width:100%;}.kenta-article-header-background .article-featured-image img{height:100%;margin:0 !important;width:100%;}.kenta-form-classic{--kenta-form-border-top:1px solid var(--kenta-form-border-color);--kenta-form-border-right:1px solid var(--kenta-form-border-color);--kenta-form-border-bottom:1px solid var(--kenta-form-border-color);--kenta-form-border-left:1px solid var(--kenta-form-border-color);--kenta-form-checkbox-border-top:1px solid var(--kenta-form-border-color);--kenta-form-checkbox-border-right:1px solid var(--kenta-form-border-color);--kenta-form-checkbox-border-bottom:1px solid var(--kenta-form-border-color);--kenta-form-checkbox-border-left:1px solid var(--kenta-form-border-color);}.kenta-article-content .kenta-form-control,.kenta-article-content .select2-selection--single,.kenta-article-content [type=email],.kenta-article-content [type=number],.kenta-article-content [type=password],.kenta-article-content [type=search],.kenta-article-content [type=tel],.kenta-article-content [type=text],.kenta-article-content [type=url],.kenta-article-content select,.kenta-article-content textarea,.kenta-form .kenta-form-control,.kenta-form .select2-selection--single,.kenta-form [type=email],.kenta-form [type=number],.kenta-form [type=password],.kenta-form [type=search],.kenta-form [type=tel],.kenta-form [type=text],.kenta-form [type=url],.kenta-form select,.kenta-form textarea,.kenta-widget .kenta-form-control,.kenta-widget .select2-selection--single,.kenta-widget [type=email],.kenta-widget [type=number],.kenta-widget [type=password],.kenta-widget [type=search],.kenta-widget [type=tel],.kenta-widget [type=text],.kenta-widget [type=url],.kenta-widget select,.kenta-widget textarea,form .kenta-form-control,form .select2-selection--single,form [type=email],form [type=number],form [type=password],form [type=search],form [type=tel],form [type=text],form [type=url],form select,form textarea{background:var(--kenta-form-background-color);border-bottom:var(--kenta-form-border-bottom);border-left:var(--kenta-form-border-left);border-radius:var(--kenta-form-control-radius,2px);border-right:var(--kenta-form-border-right);border-top:var(--kenta-form-border-top);color:var(--kenta-form-text-color,inherit);display:block;font-size:inherit;height:var(--kenta-form-control-height,45px);padding:var(--kenta-form-control-paddding,.3em .75em);transition:all .25s ease;width:100%;}.kenta-article-content .kenta-form-control:focus,.kenta-article-content .select2-selection--single:focus,.kenta-article-content [type=email]:focus,.kenta-article-content [type=number]:focus,.kenta-article-content [type=password]:focus,.kenta-article-content [type=search]:focus,.kenta-article-content [type=tel]:focus,.kenta-article-content [type=text]:focus,.kenta-article-content [type=url]:focus,.kenta-article-content select:focus,.kenta-article-content textarea:focus,.kenta-form .kenta-form-control:focus,.kenta-form .select2-selection--single:focus,.kenta-form [type=email]:focus,.kenta-form [type=number]:focus,.kenta-form [type=password]:focus,.kenta-form [type=search]:focus,.kenta-form [type=tel]:focus,.kenta-form [type=text]:focus,.kenta-form [type=url]:focus,.kenta-form select:focus,.kenta-form textarea:focus,.kenta-widget .kenta-form-control:focus,.kenta-widget .select2-selection--single:focus,.kenta-widget [type=email]:focus,.kenta-widget [type=number]:focus,.kenta-widget [type=password]:focus,.kenta-widget [type=search]:focus,.kenta-widget [type=tel]:focus,.kenta-widget [type=text]:focus,.kenta-widget [type=url]:focus,.kenta-widget select:focus,.kenta-widget textarea:focus,form .kenta-form-control:focus,form .select2-selection--single:focus,form [type=email]:focus,form [type=number]:focus,form [type=password]:focus,form [type=search]:focus,form [type=tel]:focus,form [type=text]:focus,form [type=url]:focus,form select:focus,form textarea:focus{border-color:var(--kenta-form-active-color);box-shadow:none;outline:none;}.kenta-article-content textarea,.kenta-form textarea,.kenta-widget textarea,form textarea{height:auto;}.kenta-article-content [type=checkbox],.kenta-form [type=checkbox],.kenta-widget [type=checkbox],form [type=checkbox]{background-color:var(--kenta-form-background-color);border-bottom:var(--kenta-form-checkbox-border-bottom);border-left:var(--kenta-form-checkbox-border-left);border-radius:3px;border-right:var(--kenta-form-checkbox-border-right);border-top:var(--kenta-form-checkbox-border-top);height:20px;margin-right:.5rem;transition:all .25s ease;vertical-align:center;width:20px;}.kenta-article-content [type=checkbox]:checked,.kenta-article-content [type=checkbox]:focus,.kenta-form [type=checkbox]:checked,.kenta-form [type=checkbox]:focus,.kenta-widget [type=checkbox]:checked,.kenta-widget [type=checkbox]:focus,form [type=checkbox]:checked,form [type=checkbox]:focus{--tw-ring-color:var(--kenta-form-active-color);}.kenta-article-content [type=checkbox]:checked,.kenta-form [type=checkbox]:checked,.kenta-widget [type=checkbox]:checked,form [type=checkbox]:checked{background-color:var(--kenta-form-active-color);}.kenta-article-content [type=submit],.kenta-form [type=submit],.kenta-widget [type=submit],form [type=submit]{line-height:1;}.kenta-input-group{display:flex;position:relative;width:100%;}.kenta-input-group .kenta-form-control:not(:last-child),.kenta-input-group .select2-selection--single:not(:last-child),.kenta-input-group [type=email]:not(:last-child),.kenta-input-group [type=number]:not(:last-child),.kenta-input-group [type=password]:not(:last-child),.kenta-input-group [type=search]:not(:last-child),.kenta-input-group [type=submit]:not(:last-child),.kenta-input-group [type=tel]:not(:last-child),.kenta-input-group [type=text]:not(:last-child),.kenta-input-group [type=url]:not(:last-child),.kenta-input-group select:not(:last-child),.kenta-input-group textarea:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;}.kenta-input-group .kenta-form-control:not(:first-child),.kenta-input-group .select2-selection--single:not(:first-child),.kenta-input-group [type=email]:not(:first-child),.kenta-input-group [type=number]:not(:first-child),.kenta-input-group [type=password]:not(:first-child),.kenta-input-group [type=search]:not(:first-child),.kenta-input-group [type=submit]:not(:first-child),.kenta-input-group [type=tel]:not(:first-child),.kenta-input-group [type=text]:not(:first-child),.kenta-input-group [type=url]:not(:first-child),.kenta-input-group select:not(:first-child),.kenta-input-group textarea:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;}.kenta-full-width-submit input[type=submit]{justify-content:center;width:100%;}.kenta-inner-label{position:relative;}.kenta-inner-label label{align-items:center;display:flex;height:100%;left:0;max-height:var(--kenta-form-control-height,45px);opacity:.85;padding:0 12px;position:absolute;top:0;transition:all .25s ease;z-index:1;}.kenta-inner-label:focus-within label{opacity:0;transform:translate3d(20px,0,0);visibility:hidden;}.kenta-not-empty-field label{opacity:0;transform:translate3d(20px,0,0);visibility:hidden;}.mc4wp-response{text-align:center;}.kenta-newsletter{--kenta-form-control-paddding:.75em 2em;--kenta-form-control-radius:9999px;--kenta-form-control-height:auto;}.kenta-newsletter .kenta-inner-label label{padding:0 2em;}.kenta-newsletter [type=submit]{--kenta-button-padding:8px 36px 8px 36px !important;--kenta-button-radius:9999px !important;}.kenta-comments-area .comment-list .comment-body a,.kenta-comments-area .comment-list .comment-meta .comment-author .fn .url,.kenta-comments-area .comment-list .comment-meta .comment-metadata a,.kenta-comments-area .comment-list .reply,.kenta-comments-area .comment-respond .comment-reply-title small,.kenta-comments-link{color:var(--kenta-comments-initial-color);transition:all .25s ease;}.kenta-comments-area .comment-list .comment-body a:hover,.kenta-comments-area .comment-list .comment-meta .comment-author .fn .url:hover,.kenta-comments-area .comment-list .comment-meta .comment-metadata a:hover,.kenta-comments-area .comment-list .reply:hover,.kenta-comments-area .comment-respond .comment-reply-title small:hover,.kenta-comments-link:hover{color:var(--kenta-comments-hover-color);}.kenta-comments-area{--kenta-comments-initial-color:var(--kenta-accent-color);--kenta-comments-hover-color:var(--kenta-primary-color);color:var(--kenta-comments-initial-color);}.kenta-comments-area ol{list-style:none;}.kenta-comments-area .comment-reply-title,.kenta-comments-area .comments-title{border-bottom:1px solid var(--kenta-base-300);font-size:.875rem;font-weight:500;padding-bottom:8px;position:relative;text-transform:uppercase;}.kenta-comments-area .comment-reply-title:after,.kenta-comments-area .comments-title:after{background:var(--kenta-primary-color);bottom:-1px;content:" ";display:block;height:4px;left:0;position:absolute;width:3em;}.kenta-comments-area .comment-list .comment-body{border-bottom-width:2px;border-color:var(--kenta-base-100);margin-bottom:12px;overflow-wrap:break-word;padding:12px;position:relative;}.kenta-comments-area .comment-list>.comment:first-child>.comment-body{margin-top:0;}.kenta-comments-area .comment-list .children{padding-left:24px;}.kenta-comments-area .comment-list .comment-meta:after{clear:both;content:"";display:block;}.kenta-comments-area .comment-list .comment-meta a{text-decoration:none;}.kenta-comments-area .comment-list .comment-meta .comment-author img{border-radius:9999px;display:block;float:left;height:46px !important;margin:0 1rem 0 0;padding:0;width:46px !important;}.kenta-comments-area .comment-list .comment-meta .comment-author .says{display:none;}.kenta-comments-area .comment-list .comment-meta .comment-author .fn{display:inline-block;font-weight:700;}.kenta-comments-area .comment-list .comment-meta .comment-metadata{font-size:.75rem;line-height:1rem;}.kenta-comments-area .comment-list .comment-meta .edit-link{margin-left:10px;}.kenta-comments-area .comment-list .comment-meta .comment-awaiting-moderation{display:block;font-size:.875rem;line-height:1.25rem;margin-top:24px;}.kenta-comments-area .comment-list .comment-content{font-size:.875rem;line-height:1.25rem;margin-top:12px;padding-left:12px;padding-right:12px;}.kenta-comments-area .comment-list .comment-content p{margin:0;}.kenta-comments-area .comment-list .reply{display:inline-block;font-size:.875rem;line-height:1.25rem;margin-top:12px;-webkit-text-decoration-line:none;text-decoration-line:none;}.kenta-comments-area .comment-list .reply,.kenta-comments-area .comment-list .reply a{text-decoration:none;}.kenta-comments-area .comment-list .reply .comment-reply-link{padding-left:8px;}.kenta-comments-area .comment-respond .comment-reply-title{margin-bottom:24px;margin-top:24px;}.kenta-comments-area .comment-respond .comment-reply-title small{font-size:.875rem;font-weight:400;line-height:1.25rem;padding-left:.5rem;padding-right:.5rem;}.kenta-comments-area .comment-respond .logged-in-as{display:none;}.kenta-comments-area .comment-respond .comment-notes{font-size:.875rem;line-height:1.25rem;}.kenta-comments-area .comment-respond .form-submit{padding-bottom:12px;padding-top:12px;}.kenta-comments-area .comment-respond .comment-form-cookies-consent label{display:inline-block;font-size:.875rem;line-height:1.25rem;}.kenta-comments-area .comment-form .required{color:#d00;}.kenta-comments-area .comment-form>p{margin-bottom:24px;}.kenta-comments-area .comment-form .comment-form-author,.kenta-comments-area .comment-form .comment-form-comment,.kenta-comments-area .comment-form .comment-form-email,.kenta-comments-area .comment-form .comment-form-url{position:relative;}.kenta-comments-area .comment-form .comment-form-author label,.kenta-comments-area .comment-form .comment-form-comment label,.kenta-comments-area .comment-form .comment-form-email label,.kenta-comments-area .comment-form .comment-form-url label{align-items:center;display:flex;height:100%;left:0;max-height:var(--kenta-form-control-height,45px);opacity:.85;padding:0 12px;position:absolute;top:0;transition:all .25s ease;z-index:1;}.kenta-comments-area .comment-form .comment-form-author:focus-within label,.kenta-comments-area .comment-form .comment-form-comment:focus-within label,.kenta-comments-area .comment-form .comment-form-email:focus-within label,.kenta-comments-area .comment-form .comment-form-url:focus-within label{opacity:0;transform:translate3d(20px,0,0);visibility:hidden;}.kenta-newsletter .kenta-comments-area .comment-form .comment-form-author label,.kenta-newsletter .kenta-comments-area .comment-form .comment-form-comment label,.kenta-newsletter .kenta-comments-area .comment-form .comment-form-email label,.kenta-newsletter .kenta-comments-area .comment-form .comment-form-url label{padding:0 2em;}.kenta-heading .heading-content{position:relative;}.kenta-heading .heading-content:after{background:var(--kenta-heading-indicator,var(--kenta-primary-color));content:"";display:block;}.kenta-heading.kenta-heading-style-1 .heading-content{border-bottom:1px solid var(--kenta-base-200);padding-bottom:8px;}.kenta-heading.kenta-heading-style-1 .heading-content:after{bottom:-1px;height:4px;left:0;position:absolute;width:3em;}.kenta-heading.kenta-heading-style-2 .heading-content{padding-left:.65em;}.kenta-heading.kenta-heading-style-2 .heading-content:after{height:1.2em;left:0;margin-top:-.6em;position:absolute;top:50%;width:4px;}.popup-triangle{border:.65em solid transparent;border-bottom:.65em solid var(--kenta-popup-color,var(--kenta-base-300));bottom:100%;content:" ";position:absolute;}.wp-block-details summary{align-items:center;border-radius:inherit;cursor:pointer;display:flex;justify-content:space-between;position:relative;}.wp-block-details summary::-webkit-details-marker{display:none;}.wp-block-details summary::marker{content:"";display:none;}.wp-block-details summary:after{background:currentcolor;content:"";display:inline-block;height:1.5em;inset:0 0 0 auto;margin-right:-.333em;mask-image:url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.5 11.6 12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z\"/></svg>");-webkit-mask-image:url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.5 11.6 12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z\"/></svg>");mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;opacity:1;position:absolute;transform:rotate(0deg);transition:transform .1s ease-in;width:1.5em;}.wp-block-details[open]:not(.closing) summary:after{transform:rotate(180deg);}.wp-block-details section:not([hidden]){display:block;}.kenta-widget{color:var(--kenta-widgets-text-color);margin-bottom:var(--kenta-widgets-spacing,0);position:relative;}.kenta-widget ol,.kenta-widget ul{list-style:none outside none;margin:0;padding:0;}.kenta-widget li,.kenta-widget ol>li,.kenta-widget ul>li{padding:0;}.kenta-widget a{color:var(--kenta-widgets-link-initial,var(--kenta-primary-color));transition:all .25s ease;}.kenta-widget a:hover{color:var(--kenta-widgets-link-hover,var(--kenta-primary-active));}.kenta-widget .widget-title{margin:0 0 12px;}.kenta-widget [multiple],.kenta-widget [type=date],.kenta-widget [type=datetime-local],.kenta-widget [type=email],.kenta-widget [type=month],.kenta-widget [type=number],.kenta-widget [type=password],.kenta-widget [type=search],.kenta-widget [type=tel],.kenta-widget [type=text],.kenta-widget [type=time],.kenta-widget [type=url],.kenta-widget [type=week],.kenta-widget select,.kenta-widget textarea{background-color:transparent;border:1px solid var(--kenta-form-border-color,var(--kenta-base-200));border-radius:var(--kenta-form-control-radius,2px);display:block;transition:all .25s ease;width:100%;}.kenta-widget [multiple]:focus,.kenta-widget [type=date]:focus,.kenta-widget [type=datetime-local]:focus,.kenta-widget [type=email]:focus,.kenta-widget [type=month]:focus,.kenta-widget [type=number]:focus,.kenta-widget [type=password]:focus,.kenta-widget [type=search]:focus,.kenta-widget [type=tel]:focus,.kenta-widget [type=text]:focus,.kenta-widget [type=time]:focus,.kenta-widget [type=url]:focus,.kenta-widget [type=week]:focus,.kenta-widget select:focus,.kenta-widget textarea:focus{border-color:var(--kenta-form-active-color,var(--kenta-primary-color));box-shadow:none;outline:none;}.widget_product_tag_cloud a,.widget_tag_cloud a,.wp-block-tag-cloud a{background-color:var(--kenta-tag-cloud-background-initial,var(--kenta-base-color));border:1px solid var(--kenta-tag-cloud-border-initial-color,var(--kenta-base-200));border-radius:2px;color:var(--kenta-tag-cloud-text-initial,var(--kenta-accent-color));display:inline-block;margin-bottom:.5em;margin-right:.5em;padding:.25em 1em;text-decoration:none;transition:all .25s ease;}.widget_product_tag_cloud a:hover,.widget_tag_cloud a:hover,.wp-block-tag-cloud a:hover{background-color:var(--kenta-tag-cloud-background-hover,var(--kenta-primary-color));border-color:var(--kenta-tag-cloud-border-hover-color,var(--kenta-primary-color));color:var(--kenta-tag-cloud-text-hover,var(--kenta-base-color));}.widget_rss .widget-title a.rsswidget:first-of-type{display:none;}.widget_rss li{margin-bottom:12px;}.gallery{display:flex;flex-wrap:wrap;list-style:none !important;margin-bottom:10px;overflow:hidden;}.gallery-item{position:relative;}.gallery-item img{margin:0;width:100%;}.gallery-item *{display:block;height:100%;}.wp-caption{position:relative;}.gallery-caption,.wp-caption figcaption,.wp-caption-text,figcaption{margin-top:0;width:100%;}body:not(.elementor-page) .gallery-item{display:inline-block;margin-bottom:5px;margin-right:5px;padding:0 !important;text-align:center;vertical-align:top;}.gallery-columns-1 .gallery-item{float:none !important;width:100%;}.gallery-columns-2 .gallery-item{width:calc(50% - 3.5px);}.gallery-columns-3 .gallery-item{width:calc(33.33333% - 4.33333px);}.gallery-columns-4 .gallery-item{width:calc(25% - 4.75px);}.gallery-columns-5 .gallery-item{width:calc(20% - 5px);}.gallery-columns-6 .gallery-item{width:calc(16.66667% - 5.16667px);}.gallery-columns-7 .gallery-item{width:calc(14.28571% - 5.28571px);}.gallery-columns-8 .gallery-item{width:calc(12.5% - 5.375px);}.gallery-columns-9 .gallery-item{width:calc(11.11111% - 5.44444px);}.gallery-columns-2 .gallery-item:nth-child(2n+2),.gallery-columns-3 .gallery-item:nth-child(3n+3),.gallery-columns-4 .gallery-item:nth-child(4n+4),.gallery-columns-5 .gallery-item:nth-child(5n+5),.gallery-columns-6 .gallery-item:nth-child(6n+6),.gallery-columns-7 .gallery-item:nth-child(7n+7),.gallery-columns-8 .gallery-item:nth-child(8n+8),.gallery-columns-9 .gallery-item:nth-child(9n+9){margin-right:0 !important;}.gallery-columns-2 .gallery-item:nth-child(2n+2)+li,.gallery-columns-3 .gallery-item:nth-child(3n+3)+li,.gallery-columns-4 .gallery-item:nth-child(4n+4)+li,.gallery-columns-5 .gallery-item:nth-child(5n+5)+li,.gallery-columns-6 .gallery-item:nth-child(6n+6)+li,.gallery-columns-7 .gallery-item:nth-child(7n+7)+li,.gallery-columns-8 .gallery-item:nth-child(8n+8)+li,.gallery-columns-9 .gallery-item:nth-child(9n+9)+li{clear:both;}.kenta-widget.widget_search label{display:block;}.kenta-widget.widget_search button[type=submit]{height:100%;}.kenta-widget form.search-form{position:relative;}.kenta-widget form.search-form button{position:absolute;right:0;top:0;}.kenta-widget:not(.woocommerce) ul:not(.wp-block-social-links,.blocks-gallery-grid,.wc-block-grid__products,.wc-block-product-categories-list){list-style:none;padding:0;}.kenta-widget:not(.woocommerce) ul:not(.wp-block-social-links,.blocks-gallery-grid,.wc-block-grid__products,.wc-block-product-categories-list)>li{padding:var(--widget-list-pt,.2rem) var(--widget-list-pr,1rem) var(--widget-list-pb,.2rem) var(--widget-list-pl,1.4rem);position:relative;}.kenta-widget:not(.woocommerce) ul:not(.wp-block-social-links,.blocks-gallery-grid,.wc-block-grid__products,.wc-block-product-categories-list) li a{position:static;}.kenta-widget:not(.woocommerce) ul:not(.wp-block-social-links,.blocks-gallery-grid,.wc-block-grid__products,.wc-block-product-categories-list) li:not(.menu-item-has-children):before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:auto;color:var(--kenta-primary-color);content:"";display:inline-block;display:var(--fa-display,inline-block);font-family:Font Awesome\ 6 Free;font-size:.6rem;font-style:normal;font-variant:normal;font-weight:900;left:0;line-height:1;margin-top:-.3rem;position:absolute;top:50%;}.kenta-widget:not(.woocommerce) ul:not(.wp-block-social-links,.blocks-gallery-grid,.wc-block-grid__products,.wc-block-product-categories-list) .sub-menu{padding-left:1rem;}.kenta-widget:not(.woocommerce) .kenta-widget:not(.woocommerce).widget_archive ul li:before,.kenta-widget:not(.woocommerce) ul.wp-block-archives li:before{content:"" !important;font-size:13px;top:9px;}.kenta-widget:not(.woocommerce) .kenta-widget:not(.woocommerce).widget_categories ul li:before,.kenta-widget:not(.woocommerce) ul.wp-block-categories li:before{content:"" !important;}.kenta-widget:not(.woocommerce) .kenta-widget:not(.woocommerce).widget_pages ul li:before,.kenta-widget:not(.woocommerce) ul.wp-block-page-list li:before{content:"" !important;}.kenta-widget:not(.woocommerce) .kenta-widget:not(.woocommerce).widget_meta ul li:before{content:"" !important;}.kenta-widget:not(.woocommerce) .kenta-widget:not(.woocommerce).widget_recent_comments ul li:before,.kenta-widget:not(.woocommerce) ul.wp-block-latest-comments li:before{content:"" !important;}.kenta-widget:not(.woocommerce) .kenta-widget:not(.woocommerce).widget_recent_entries ul li:before,.kenta-widget:not(.woocommerce) ul.wp-block-latest-posts li:before{content:"" !important;}.kenta-widget:not(.woocommerce) ul.wp-block-rss li .wp-block-rss__item-title{margin:0;}.kenta-widget:not(.woocommerce) .kenta-widget:not(.woocommerce).widget_rss ul li:before,.kenta-widget:not(.woocommerce) ul.wp-block-rss li:before{content:"" !important;}.rtl .kenta-widget:not(.woocommerce) ul:not(.wp-block-social-links,.blocks-gallery-grid,.wc-block-grid__products) li{padding-left:0;padding-right:1.4rem;}.rtl .kenta-widget:not(.woocommerce) ul:not(.wp-block-social-links,.blocks-gallery-grid,.wc-block-grid__products) li:not(.menu-item-has-children):before{left:auto;right:0;}.rtl .kenta-widget:not(.woocommerce) ul:not(.wp-block-social-links,.blocks-gallery-grid,.wc-block-grid__products) li:not(.menu-item-has-children) a:after{content:"";left:0;right:auto;}.kenta-to-top{align-items:center;background-color:var(--kenta-to-top-background-initial);bottom:var(--kenta-to-top-bottom-offset,40px);color:var(--kenta-to-top-icon-initial);display:flex;font-size:var(--kenta-to-top-icon-size);height:3em;justify-content:center;line-height:0;opacity:0;position:fixed;text-decoration:none;transition:all .25s ease;visibility:hidden;width:3em;z-index:999;}.kenta-to-top.active{opacity:1;visibility:visible;}.kenta-to-top [data-shortcut]{height:100%;left:0;position:absolute;top:0;width:100%;}.kenta-to-top svg{transition:fill .25s ease;}.kenta-to-top.kenta-to-top-left{left:var(--kenta-to-top-side-offset,40px);}.kenta-to-top.kenta-to-top-right{right:var(--kenta-to-top-side-offset,40px);}.kenta-to-top svg{fill:var(--kenta-to-top-icon-initial);height:var(--kenta-to-top-icon-size);width:var(--kenta-to-top-icon-size);}.kenta-to-top:hover{background-color:var(--kenta-to-top-background-hover);border-color:var(--lotta-border-hover-color);color:var(--kenta-to-top-icon-hover);}.kenta-to-top:hover svg{fill:var(--kenta-to-top-icon-hover);}.kenta-socials{display:flex;}.kenta-socials .kenta-social-link{margin-right:var(--kenta-social-icons-spacing,0);text-decoration:none;}.kenta-socials .kenta-social-link:last-of-type{margin-right:0;}.kenta-socials .kenta-social-link .kenta-social-icon{color:var(--kenta-official-color);font-size:var(--kenta-social-icons-size,12px);transition:all .2s ease,opacity .2s ease;}.kenta-socials .kenta-social-link.kenta-socials-official:hover .kenta-social-icon svg{opacity:.8;}.kenta-socials.kenta-socials-custom .kenta-social-link .kenta-social-icon{color:var(--kenta-social-icon-initial-color);}.kenta-socials.kenta-socials-custom .kenta-social-link:hover .kenta-social-icon{color:var(--kenta-social-icon-hover-color);}.kenta-socials.kenta-socials-rounded .kenta-social-icon,.kenta-socials.kenta-socials-square .kenta-social-icon{align-items:center;border-radius:var(--kenta-social-icons-radius,3px);display:flex;height:calc(var(--kenta-social-icons-size) * 2.5);justify-content:center;width:calc(var(--kenta-social-icons-size) * 2.5);}.kenta-socials.kenta-socials-rounded.kenta-socials-solid .kenta-social-icon,.kenta-socials.kenta-socials-square.kenta-socials-solid .kenta-social-icon{background-color:var(--kenta-social-bg-initial-color);}.kenta-socials.kenta-socials-rounded.kenta-socials-solid .kenta-social-icon:hover,.kenta-socials.kenta-socials-square.kenta-socials-solid .kenta-social-icon:hover{background-color:var(--kenta-social-bg-hover-color);}.kenta-socials.kenta-socials-rounded.kenta-socials-outline .kenta-social-icon,.kenta-socials.kenta-socials-square.kenta-socials-outline .kenta-social-icon{border:var(--kenta-social-icons-outline,1px solid);border-color:var(--kenta-social-border-initial-color);}.kenta-socials.kenta-socials-rounded.kenta-socials-outline .kenta-social-icon:hover,.kenta-socials.kenta-socials-square.kenta-socials-outline .kenta-social-icon:hover{border-color:var(--kenta-social-border-hover-color);}.kenta-socials.kenta-socials-rounded.kenta-socials-outline .kenta-social-icon,.kenta-socials.kenta-socials-rounded.kenta-socials-solid .kenta-social-icon{--kenta-social-icons-radius:9999px;}.kenta-particles-canvas{height:100%;left:0;position:absolute;top:0;width:100%;z-index:var(--kenta-particles-canvas-z-index,1);}.visible{visibility:visible;}.static{position:static;}.fixed{position:fixed;}.absolute{position:absolute;}.relative{position:relative;}.right-0{right:0;}.z-\[1\]{z-index:1;}.z-\[9\]{z-index:9;}.mx-auto{margin-left:auto;margin-right:auto;}.mx-2{margin-left:.5rem;margin-right:.5rem;}.my-gutter{margin-top:24px;}.mb-gutter,.my-gutter{margin-bottom:24px;}.mb-0{margin-bottom:0;}.mr-2{margin-right:.5rem;}.mb-half-gutter{margin-bottom:12px;}.mb-2{margin-bottom:.5rem;}.mt-half-gutter{margin-top:12px;}.mt-60{margin-top:15rem;}.mb-60{margin-bottom:15rem;}.mt-10{margin-top:2.5rem;}.block{display:block;}.inline-block{display:inline-block;}.inline{display:inline;}.flex{display:flex;}.grid{display:grid;}.hidden{display:none;}.h-full{height:100%;}.w-full{width:100%;}.max-w-full{max-width:100%;}.max-w-screen-md{max-width:768px;}.shrink-0{flex-shrink:0;}.flex-grow{flex-grow:1;}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}.resize{resize:both;}.flex-col{flex-direction:column;}.flex-wrap{flex-wrap:wrap;}.items-center{align-items:center;}.items-stretch{align-items:stretch;}.overflow-hidden{overflow:hidden;}.overflow-x-hidden{overflow-x:hidden;}.break-words{overflow-wrap:break-word;}.rounded{border-radius:.25rem;}.rounded-full{border-radius:9999px;}.border{border-width:1px;}.border-base-300{border-color:var(--kenta-base-300);}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220,38,38,var(--tw-bg-opacity));}.bg-base-color{background-color:var(--kenta-base-color);}.object-cover{-o-object-fit:cover;object-fit:cover;}.object-center{-o-object-position:center;object-position:center;}.p-half-gutter{padding:12px;}.px-gutter{padding-right:24px;}.pl-gutter,.px-gutter{padding-left:24px;}.pr-gutter{padding-right:24px;}.text-left{text-align:left;}.text-center{text-align:center;}.text-right{text-align:right;}.text-justify{text-align:justify;}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;}.text-lg{font-size:1.125rem;line-height:1.75rem;}.text-xs{font-size:.75rem;line-height:1rem;}.text-sm{font-size:.875rem;line-height:1.25rem;}.text-3xl{font-size:1.875rem;line-height:2.25rem;}.font-bold{font-weight:700;}.font-normal{font-weight:400;}.uppercase{text-transform:uppercase;}.capitalize{text-transform:capitalize;}.leading-none{line-height:1;}.leading-normal{line-height:1.5;}.text-accent{color:var(--kenta-accent-color);}.text-red-100{--tw-text-opacity:1;color:rgb(254,226,226,var(--tw-text-opacity));}.text-accent-active{color:var(--kenta-accent-active);}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline;}.no-underline{-webkit-text-decoration-line:none;text-decoration-line:none;}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 rgba(0,0,0,0)),var(--tw-ring-shadow,0 0 rgba(0,0,0,0)),var(--tw-shadow);}.outline{outline-style:solid;}.blur{--tw-blur:blur(8px);}.blur,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);}.invert{--tw-invert:invert(100%);}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);}.transition-force-none,.transition-force-none *{transition:none !important;}.clearfix:after{clear:both;content:"";display:block;}.kenta-is-sticky{z-index:9999;}.no-underline,.no-underline a{text-decoration:none;}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal !important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.screen-reader-text:focus{clip:auto !important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}.last\:mb-0:last-child{margin-bottom:0;}.last\:mr-0:last-child{margin-right:0;}@media (min-width:1024px){.lg\:flex-row{flex-direction:row;}.lg\:flex-row-reverse{flex-direction:row-reverse;}.lg\:pr-2{padding-right:.5rem;}.lg\:pl-2{padding-left:.5rem;}}