/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"\e68f"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-table-cells-row-unlock:before{content:"\e691"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.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"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/themes/kerkida/fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(/themes/kerkida/fonts/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-flutter:before{content:"\e694"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/themes/kerkida/fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(/themes/kerkida/fonts/webfonts/fa-regular-400.ttf) format("truetype")}.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"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/themes/kerkida/fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(/themes/kerkida/fonts/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/themes/kerkida/fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(/themes/kerkida/fonts/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/themes/kerkida/fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(/themes/kerkida/fonts/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/themes/kerkida/fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(/themes/kerkida/fonts/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/kerkida/fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(/themes/kerkida/fonts/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/kerkida/fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(/themes/kerkida/fonts/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/kerkida/fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(/themes/kerkida/fonts/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/kerkida/fonts/webfonts/fa-v4compatibility.woff2) format("woff2"),url(/themes/kerkida/fonts/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
@media print{*,*:before,*:after{color:#000 !important;text-shadow:none !important;background:transparent !important;box-shadow:none !important;}a,a:visited{text-decoration:underline;}a[href]:after{content:" (" attr(href) ")";}abbr[title]:after{content:" (" attr(title) ")";}a[href^="#"]:after,a[href^="javascript:"]:after{content:"";}pre,blockquote{border:1px solid #999;page-break-inside:avoid;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{max-width:100% !important;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}.navbar{display:none;}.btn > .caret,.dropup > .btn > .caret{border-top-color:#000 !important;}.label{border:1px solid #000;}.table{border-collapse:collapse !important;}.table td,.table th{background-color:#fff !important;}.table-bordered th,.table-bordered td{border:1px solid #ddd !important;}}@font-face{font-family:"Glyphicons Halflings";src:url(/themes/kerkida/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(/themes/kerkida/bootstrap/fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"),url(/themes/kerkida/bootstrap/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(/themes/kerkida/bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"),url(/themes/kerkida/bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(/themes/kerkida/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.glyphicon-asterisk:before{content:"\002a";}.glyphicon-plus:before{content:"\002b";}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac";}.glyphicon-minus:before{content:"\2212";}.glyphicon-cloud:before{content:"\2601";}.glyphicon-envelope:before{content:"\2709";}.glyphicon-pencil:before{content:"\270f";}.glyphicon-glass:before{content:"\e001";}.glyphicon-music:before{content:"\e002";}.glyphicon-search:before{content:"\e003";}.glyphicon-heart:before{content:"\e005";}.glyphicon-star:before{content:"\e006";}.glyphicon-star-empty:before{content:"\e007";}.glyphicon-user:before{content:"\e008";}.glyphicon-film:before{content:"\e009";}.glyphicon-th-large:before{content:"\e010";}.glyphicon-th:before{content:"\e011";}.glyphicon-th-list:before{content:"\e012";}.glyphicon-ok:before{content:"\e013";}.glyphicon-remove:before{content:"\e014";}.glyphicon-zoom-in:before{content:"\e015";}.glyphicon-zoom-out:before{content:"\e016";}.glyphicon-off:before{content:"\e017";}.glyphicon-signal:before{content:"\e018";}.glyphicon-cog:before{content:"\e019";}.glyphicon-trash:before{content:"\e020";}.glyphicon-home:before{content:"\e021";}.glyphicon-file:before{content:"\e022";}.glyphicon-time:before{content:"\e023";}.glyphicon-road:before{content:"\e024";}.glyphicon-download-alt:before{content:"\e025";}.glyphicon-download:before{content:"\e026";}.glyphicon-upload:before{content:"\e027";}.glyphicon-inbox:before{content:"\e028";}.glyphicon-play-circle:before{content:"\e029";}.glyphicon-repeat:before{content:"\e030";}.glyphicon-refresh:before{content:"\e031";}.glyphicon-list-alt:before{content:"\e032";}.glyphicon-lock:before{content:"\e033";}.glyphicon-flag:before{content:"\e034";}.glyphicon-headphones:before{content:"\e035";}.glyphicon-volume-off:before{content:"\e036";}.glyphicon-volume-down:before{content:"\e037";}.glyphicon-volume-up:before{content:"\e038";}.glyphicon-qrcode:before{content:"\e039";}.glyphicon-barcode:before{content:"\e040";}.glyphicon-tag:before{content:"\e041";}.glyphicon-tags:before{content:"\e042";}.glyphicon-book:before{content:"\e043";}.glyphicon-bookmark:before{content:"\e044";}.glyphicon-print:before{content:"\e045";}.glyphicon-camera:before{content:"\e046";}.glyphicon-font:before{content:"\e047";}.glyphicon-bold:before{content:"\e048";}.glyphicon-italic:before{content:"\e049";}.glyphicon-text-height:before{content:"\e050";}.glyphicon-text-width:before{content:"\e051";}.glyphicon-align-left:before{content:"\e052";}.glyphicon-align-center:before{content:"\e053";}.glyphicon-align-right:before{content:"\e054";}.glyphicon-align-justify:before{content:"\e055";}.glyphicon-list:before{content:"\e056";}.glyphicon-indent-left:before{content:"\e057";}.glyphicon-indent-right:before{content:"\e058";}.glyphicon-facetime-video:before{content:"\e059";}.glyphicon-picture:before{content:"\e060";}.glyphicon-map-marker:before{content:"\e062";}.glyphicon-adjust:before{content:"\e063";}.glyphicon-tint:before{content:"\e064";}.glyphicon-edit:before{content:"\e065";}.glyphicon-share:before{content:"\e066";}.glyphicon-check:before{content:"\e067";}.glyphicon-move:before{content:"\e068";}.glyphicon-step-backward:before{content:"\e069";}.glyphicon-fast-backward:before{content:"\e070";}.glyphicon-backward:before{content:"\e071";}.glyphicon-play:before{content:"\e072";}.glyphicon-pause:before{content:"\e073";}.glyphicon-stop:before{content:"\e074";}.glyphicon-forward:before{content:"\e075";}.glyphicon-fast-forward:before{content:"\e076";}.glyphicon-step-forward:before{content:"\e077";}.glyphicon-eject:before{content:"\e078";}.glyphicon-chevron-left:before{content:"\e079";}.glyphicon-chevron-right:before{content:"\e080";}.glyphicon-plus-sign:before{content:"\e081";}.glyphicon-minus-sign:before{content:"\e082";}.glyphicon-remove-sign:before{content:"\e083";}.glyphicon-ok-sign:before{content:"\e084";}.glyphicon-question-sign:before{content:"\e085";}.glyphicon-info-sign:before{content:"\e086";}.glyphicon-screenshot:before{content:"\e087";}.glyphicon-remove-circle:before{content:"\e088";}.glyphicon-ok-circle:before{content:"\e089";}.glyphicon-ban-circle:before{content:"\e090";}.glyphicon-arrow-left:before{content:"\e091";}.glyphicon-arrow-right:before{content:"\e092";}.glyphicon-arrow-up:before{content:"\e093";}.glyphicon-arrow-down:before{content:"\e094";}.glyphicon-share-alt:before{content:"\e095";}.glyphicon-resize-full:before{content:"\e096";}.glyphicon-resize-small:before{content:"\e097";}.glyphicon-exclamation-sign:before{content:"\e101";}.glyphicon-gift:before{content:"\e102";}.glyphicon-leaf:before{content:"\e103";}.glyphicon-fire:before{content:"\e104";}.glyphicon-eye-open:before{content:"\e105";}.glyphicon-eye-close:before{content:"\e106";}.glyphicon-warning-sign:before{content:"\e107";}.glyphicon-plane:before{content:"\e108";}.glyphicon-calendar:before{content:"\e109";}.glyphicon-random:before{content:"\e110";}.glyphicon-comment:before{content:"\e111";}.glyphicon-magnet:before{content:"\e112";}.glyphicon-chevron-up:before{content:"\e113";}.glyphicon-chevron-down:before{content:"\e114";}.glyphicon-retweet:before{content:"\e115";}.glyphicon-shopping-cart:before{content:"\e116";}.glyphicon-folder-close:before{content:"\e117";}.glyphicon-folder-open:before{content:"\e118";}.glyphicon-resize-vertical:before{content:"\e119";}.glyphicon-resize-horizontal:before{content:"\e120";}.glyphicon-hdd:before{content:"\e121";}.glyphicon-bullhorn:before{content:"\e122";}.glyphicon-bell:before{content:"\e123";}.glyphicon-certificate:before{content:"\e124";}.glyphicon-thumbs-up:before{content:"\e125";}.glyphicon-thumbs-down:before{content:"\e126";}.glyphicon-hand-right:before{content:"\e127";}.glyphicon-hand-left:before{content:"\e128";}.glyphicon-hand-up:before{content:"\e129";}.glyphicon-hand-down:before{content:"\e130";}.glyphicon-circle-arrow-right:before{content:"\e131";}.glyphicon-circle-arrow-left:before{content:"\e132";}.glyphicon-circle-arrow-up:before{content:"\e133";}.glyphicon-circle-arrow-down:before{content:"\e134";}.glyphicon-globe:before{content:"\e135";}.glyphicon-wrench:before{content:"\e136";}.glyphicon-tasks:before{content:"\e137";}.glyphicon-filter:before{content:"\e138";}.glyphicon-briefcase:before{content:"\e139";}.glyphicon-fullscreen:before{content:"\e140";}.glyphicon-dashboard:before{content:"\e141";}.glyphicon-paperclip:before{content:"\e142";}.glyphicon-heart-empty:before{content:"\e143";}.glyphicon-link:before{content:"\e144";}.glyphicon-phone:before{content:"\e145";}.glyphicon-pushpin:before{content:"\e146";}.glyphicon-usd:before{content:"\e148";}.glyphicon-gbp:before{content:"\e149";}.glyphicon-sort:before{content:"\e150";}.glyphicon-sort-by-alphabet:before{content:"\e151";}.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}.glyphicon-sort-by-order:before{content:"\e153";}.glyphicon-sort-by-order-alt:before{content:"\e154";}.glyphicon-sort-by-attributes:before{content:"\e155";}.glyphicon-sort-by-attributes-alt:before{content:"\e156";}.glyphicon-unchecked:before{content:"\e157";}.glyphicon-expand:before{content:"\e158";}.glyphicon-collapse-down:before{content:"\e159";}.glyphicon-collapse-up:before{content:"\e160";}.glyphicon-log-in:before{content:"\e161";}.glyphicon-flash:before{content:"\e162";}.glyphicon-log-out:before{content:"\e163";}.glyphicon-new-window:before{content:"\e164";}.glyphicon-record:before{content:"\e165";}.glyphicon-save:before{content:"\e166";}.glyphicon-open:before{content:"\e167";}.glyphicon-saved:before{content:"\e168";}.glyphicon-import:before{content:"\e169";}.glyphicon-export:before{content:"\e170";}.glyphicon-send:before{content:"\e171";}.glyphicon-floppy-disk:before{content:"\e172";}.glyphicon-floppy-saved:before{content:"\e173";}.glyphicon-floppy-remove:before{content:"\e174";}.glyphicon-floppy-save:before{content:"\e175";}.glyphicon-floppy-open:before{content:"\e176";}.glyphicon-credit-card:before{content:"\e177";}.glyphicon-transfer:before{content:"\e178";}.glyphicon-cutlery:before{content:"\e179";}.glyphicon-header:before{content:"\e180";}.glyphicon-compressed:before{content:"\e181";}.glyphicon-earphone:before{content:"\e182";}.glyphicon-phone-alt:before{content:"\e183";}.glyphicon-tower:before{content:"\e184";}.glyphicon-stats:before{content:"\e185";}.glyphicon-sd-video:before{content:"\e186";}.glyphicon-hd-video:before{content:"\e187";}.glyphicon-subtitles:before{content:"\e188";}.glyphicon-sound-stereo:before{content:"\e189";}.glyphicon-sound-dolby:before{content:"\e190";}.glyphicon-sound-5-1:before{content:"\e191";}.glyphicon-sound-6-1:before{content:"\e192";}.glyphicon-sound-7-1:before{content:"\e193";}.glyphicon-copyright-mark:before{content:"\e194";}.glyphicon-registration-mark:before{content:"\e195";}.glyphicon-cloud-download:before{content:"\e197";}.glyphicon-cloud-upload:before{content:"\e198";}.glyphicon-tree-conifer:before{content:"\e199";}.glyphicon-tree-deciduous:before{content:"\e200";}.glyphicon-cd:before{content:"\e201";}.glyphicon-save-file:before{content:"\e202";}.glyphicon-open-file:before{content:"\e203";}.glyphicon-level-up:before{content:"\e204";}.glyphicon-copy:before{content:"\e205";}.glyphicon-paste:before{content:"\e206";}.glyphicon-alert:before{content:"\e209";}.glyphicon-equalizer:before{content:"\e210";}.glyphicon-king:before{content:"\e211";}.glyphicon-queen:before{content:"\e212";}.glyphicon-pawn:before{content:"\e213";}.glyphicon-bishop:before{content:"\e214";}.glyphicon-knight:before{content:"\e215";}.glyphicon-baby-formula:before{content:"\e216";}.glyphicon-tent:before{content:"\26fa";}.glyphicon-blackboard:before{content:"\e218";}.glyphicon-bed:before{content:"\e219";}.glyphicon-apple:before{content:"\f8ff";}.glyphicon-erase:before{content:"\e221";}.glyphicon-hourglass:before{content:"\231b";}.glyphicon-lamp:before{content:"\e223";}.glyphicon-duplicate:before{content:"\e224";}.glyphicon-piggy-bank:before{content:"\e225";}.glyphicon-scissors:before{content:"\e226";}.glyphicon-bitcoin:before{content:"\e227";}.glyphicon-btc:before{content:"\e227";}.glyphicon-xbt:before{content:"\e227";}.glyphicon-yen:before{content:"\00a5";}.glyphicon-jpy:before{content:"\00a5";}.glyphicon-ruble:before{content:"\20bd";}.glyphicon-rub:before{content:"\20bd";}.glyphicon-scale:before{content:"\e230";}.glyphicon-ice-lolly:before{content:"\e231";}.glyphicon-ice-lolly-tasted:before{content:"\e232";}.glyphicon-education:before{content:"\e233";}.glyphicon-option-horizontal:before{content:"\e234";}.glyphicon-option-vertical:before{content:"\e235";}.glyphicon-menu-hamburger:before{content:"\e236";}.glyphicon-modal-window:before{content:"\e237";}.glyphicon-oil:before{content:"\e238";}.glyphicon-grain:before{content:"\e239";}.glyphicon-sunglasses:before{content:"\e240";}.glyphicon-text-size:before{content:"\e241";}.glyphicon-text-color:before{content:"\e242";}.glyphicon-text-background:before{content:"\e243";}.glyphicon-object-align-top:before{content:"\e244";}.glyphicon-object-align-bottom:before{content:"\e245";}.glyphicon-object-align-horizontal:before{content:"\e246";}.glyphicon-object-align-left:before{content:"\e247";}.glyphicon-object-align-vertical:before{content:"\e248";}.glyphicon-object-align-right:before{content:"\e249";}.glyphicon-triangle-right:before{content:"\e250";}.glyphicon-triangle-left:before{content:"\e251";}.glyphicon-triangle-bottom:before{content:"\e252";}.glyphicon-triangle-top:before{content:"\e253";}.glyphicon-console:before{content:"\e254";}.glyphicon-superscript:before{content:"\e255";}.glyphicon-subscript:before{content:"\e256";}.glyphicon-menu-left:before{content:"\e257";}.glyphicon-menu-right:before{content:"\e258";}.glyphicon-menu-down:before{content:"\e259";}.glyphicon-menu-up:before{content:"\e260";}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333333;background-color:#ffffff;}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}a{color:#337ab7;text-decoration:none;}a:hover,a:focus{color:#23527c;text-decoration:underline;}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}figure{margin:0;}img{vertical-align:middle;}.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img{display:block;max-width:100%;height:auto;}.img-rounded{border-radius:6px;}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;}.img-circle{border-radius:50%;}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}[role="button"]{cursor:pointer;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777777;}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px;}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%;}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px;}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%;}h1,.h1{font-size:36px;}h2,.h2{font-size:30px;}h3,.h3{font-size:24px;}h4,.h4{font-size:18px;}h5,.h5{font-size:14px;}h6,.h6{font-size:12px;}p{margin:0 0 10px;}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4;}@media (min-width:768px){.lead{font-size:21px;}}small,.small{font-size:85%;}mark,.mark{padding:.2em;background-color:#fcf8e3;}.text-left{text-align:left;}.text-right{text-align:right;}.text-center{text-align:center;}.text-justify{text-align:justify;}.text-nowrap{white-space:nowrap;}.text-lowercase{text-transform:lowercase;}.text-uppercase{text-transform:uppercase;}.text-capitalize{text-transform:capitalize;}.text-muted{color:#777777;}.text-primary{color:#337ab7;}a.text-primary:hover,a.text-primary:focus{color:#286090;}.text-success{color:#3c763d;}a.text-success:hover,a.text-success:focus{color:#2b542c;}.text-info{color:#31708f;}a.text-info:hover,a.text-info:focus{color:#245269;}.text-warning{color:#8a6d3b;}a.text-warning:hover,a.text-warning:focus{color:#66512c;}.text-danger{color:#a94442;}a.text-danger:hover,a.text-danger:focus{color:#843534;}.bg-primary{color:#fff;background-color:#337ab7;}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090;}.bg-success{background-color:#dff0d8;}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3;}.bg-info{background-color:#d9edf7;}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee;}.bg-warning{background-color:#fcf8e3;}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5;}.bg-danger{background-color:#f2dede;}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9;}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee;}ul,ol{margin-top:0;margin-bottom:10px;}ul ul,ol ul,ul ol,ol ol{margin-bottom:0;}.list-unstyled{padding-left:0;list-style:none;}.list-inline{padding-left:0;list-style:none;margin-left:-5px;}.list-inline > li{display:inline-block;padding-right:5px;padding-left:5px;}dl{margin-top:0;margin-bottom:20px;}dt,dd{line-height:1.42857143;}dt{font-weight:700;}dd{margin-left:0;}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.dl-horizontal dd{margin-left:180px;}}abbr[title],abbr[data-original-title]{cursor:help;}.initialism{font-size:90%;text-transform:uppercase;}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee;}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0;}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777777;}blockquote footer:before,blockquote small:before,blockquote .small:before{content:"\2014 \00A0";}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eeeeee;border-left:0;}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:"";}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:"\00A0 \2014";}address{margin-bottom:20px;font-style:normal;line-height:1.42857143;}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px;}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none;}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px;}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0;}.pre-scrollable{max-height:340px;overflow-y:scroll;}.container-fluid{padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;}.row{margin-right:-10px;margin-left:-10px;}.row-no-gutters{margin-right:0;margin-left:0;}.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0;}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:10px;padding-left:10px;}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left;}.col-xs-12{width:100%;}.col-xs-11{width:91.66666667%;}.col-xs-10{width:83.33333333%;}.col-xs-9{width:75%;}.col-xs-8{width:66.66666667%;}.col-xs-7{width:58.33333333%;}.col-xs-6{width:50%;}.col-xs-5{width:41.66666667%;}.col-xs-4{width:33.33333333%;}.col-xs-3{width:25%;}.col-xs-2{width:16.66666667%;}.col-xs-1{width:8.33333333%;}.col-xs-pull-12{right:100%;}.col-xs-pull-11{right:91.66666667%;}.col-xs-pull-10{right:83.33333333%;}.col-xs-pull-9{right:75%;}.col-xs-pull-8{right:66.66666667%;}.col-xs-pull-7{right:58.33333333%;}.col-xs-pull-6{right:50%;}.col-xs-pull-5{right:41.66666667%;}.col-xs-pull-4{right:33.33333333%;}.col-xs-pull-3{right:25%;}.col-xs-pull-2{right:16.66666667%;}.col-xs-pull-1{right:8.33333333%;}.col-xs-pull-0{right:auto;}.col-xs-push-12{left:100%;}.col-xs-push-11{left:91.66666667%;}.col-xs-push-10{left:83.33333333%;}.col-xs-push-9{left:75%;}.col-xs-push-8{left:66.66666667%;}.col-xs-push-7{left:58.33333333%;}.col-xs-push-6{left:50%;}.col-xs-push-5{left:41.66666667%;}.col-xs-push-4{left:33.33333333%;}.col-xs-push-3{left:25%;}.col-xs-push-2{left:16.66666667%;}.col-xs-push-1{left:8.33333333%;}.col-xs-push-0{left:auto;}.col-xs-offset-12{margin-left:100%;}.col-xs-offset-11{margin-left:91.66666667%;}.col-xs-offset-10{margin-left:83.33333333%;}.col-xs-offset-9{margin-left:75%;}.col-xs-offset-8{margin-left:66.66666667%;}.col-xs-offset-7{margin-left:58.33333333%;}.col-xs-offset-6{margin-left:50%;}.col-xs-offset-5{margin-left:41.66666667%;}.col-xs-offset-4{margin-left:33.33333333%;}.col-xs-offset-3{margin-left:25%;}.col-xs-offset-2{margin-left:16.66666667%;}.col-xs-offset-1{margin-left:8.33333333%;}.col-xs-offset-0{margin-left:0%;}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left;}.col-sm-12{width:100%;}.col-sm-11{width:91.66666667%;}.col-sm-10{width:83.33333333%;}.col-sm-9{width:75%;}.col-sm-8{width:66.66666667%;}.col-sm-7{width:58.33333333%;}.col-sm-6{width:50%;}.col-sm-5{width:41.66666667%;}.col-sm-4{width:33.33333333%;}.col-sm-3{width:25%;}.col-sm-2{width:16.66666667%;}.col-sm-1{width:8.33333333%;}.col-sm-pull-12{right:100%;}.col-sm-pull-11{right:91.66666667%;}.col-sm-pull-10{right:83.33333333%;}.col-sm-pull-9{right:75%;}.col-sm-pull-8{right:66.66666667%;}.col-sm-pull-7{right:58.33333333%;}.col-sm-pull-6{right:50%;}.col-sm-pull-5{right:41.66666667%;}.col-sm-pull-4{right:33.33333333%;}.col-sm-pull-3{right:25%;}.col-sm-pull-2{right:16.66666667%;}.col-sm-pull-1{right:8.33333333%;}.col-sm-pull-0{right:auto;}.col-sm-push-12{left:100%;}.col-sm-push-11{left:91.66666667%;}.col-sm-push-10{left:83.33333333%;}.col-sm-push-9{left:75%;}.col-sm-push-8{left:66.66666667%;}.col-sm-push-7{left:58.33333333%;}.col-sm-push-6{left:50%;}.col-sm-push-5{left:41.66666667%;}.col-sm-push-4{left:33.33333333%;}.col-sm-push-3{left:25%;}.col-sm-push-2{left:16.66666667%;}.col-sm-push-1{left:8.33333333%;}.col-sm-push-0{left:auto;}.col-sm-offset-12{margin-left:100%;}.col-sm-offset-11{margin-left:91.66666667%;}.col-sm-offset-10{margin-left:83.33333333%;}.col-sm-offset-9{margin-left:75%;}.col-sm-offset-8{margin-left:66.66666667%;}.col-sm-offset-7{margin-left:58.33333333%;}.col-sm-offset-6{margin-left:50%;}.col-sm-offset-5{margin-left:41.66666667%;}.col-sm-offset-4{margin-left:33.33333333%;}.col-sm-offset-3{margin-left:25%;}.col-sm-offset-2{margin-left:16.66666667%;}.col-sm-offset-1{margin-left:8.33333333%;}.col-sm-offset-0{margin-left:0%;}}@media (min-width:993px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left;}.col-md-12{width:100%;}.col-md-11{width:91.66666667%;}.col-md-10{width:83.33333333%;}.col-md-9{width:75%;}.col-md-8{width:66.66666667%;}.col-md-7{width:58.33333333%;}.col-md-6{width:50%;}.col-md-5{width:41.66666667%;}.col-md-4{width:33.33333333%;}.col-md-3{width:25%;}.col-md-2{width:16.66666667%;}.col-md-1{width:8.33333333%;}.col-md-pull-12{right:100%;}.col-md-pull-11{right:91.66666667%;}.col-md-pull-10{right:83.33333333%;}.col-md-pull-9{right:75%;}.col-md-pull-8{right:66.66666667%;}.col-md-pull-7{right:58.33333333%;}.col-md-pull-6{right:50%;}.col-md-pull-5{right:41.66666667%;}.col-md-pull-4{right:33.33333333%;}.col-md-pull-3{right:25%;}.col-md-pull-2{right:16.66666667%;}.col-md-pull-1{right:8.33333333%;}.col-md-pull-0{right:auto;}.col-md-push-12{left:100%;}.col-md-push-11{left:91.66666667%;}.col-md-push-10{left:83.33333333%;}.col-md-push-9{left:75%;}.col-md-push-8{left:66.66666667%;}.col-md-push-7{left:58.33333333%;}.col-md-push-6{left:50%;}.col-md-push-5{left:41.66666667%;}.col-md-push-4{left:33.33333333%;}.col-md-push-3{left:25%;}.col-md-push-2{left:16.66666667%;}.col-md-push-1{left:8.33333333%;}.col-md-push-0{left:auto;}.col-md-offset-12{margin-left:100%;}.col-md-offset-11{margin-left:91.66666667%;}.col-md-offset-10{margin-left:83.33333333%;}.col-md-offset-9{margin-left:75%;}.col-md-offset-8{margin-left:66.66666667%;}.col-md-offset-7{margin-left:58.33333333%;}.col-md-offset-6{margin-left:50%;}.col-md-offset-5{margin-left:41.66666667%;}.col-md-offset-4{margin-left:33.33333333%;}.col-md-offset-3{margin-left:25%;}.col-md-offset-2{margin-left:16.66666667%;}.col-md-offset-1{margin-left:8.33333333%;}.col-md-offset-0{margin-left:0%;}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left;}.col-lg-12{width:100%;}.col-lg-11{width:91.66666667%;}.col-lg-10{width:83.33333333%;}.col-lg-9{width:75%;}.col-lg-8{width:66.66666667%;}.col-lg-7{width:58.33333333%;}.col-lg-6{width:50%;}.col-lg-5{width:41.66666667%;}.col-lg-4{width:33.33333333%;}.col-lg-3{width:25%;}.col-lg-2{width:16.66666667%;}.col-lg-1{width:8.33333333%;}.col-lg-pull-12{right:100%;}.col-lg-pull-11{right:91.66666667%;}.col-lg-pull-10{right:83.33333333%;}.col-lg-pull-9{right:75%;}.col-lg-pull-8{right:66.66666667%;}.col-lg-pull-7{right:58.33333333%;}.col-lg-pull-6{right:50%;}.col-lg-pull-5{right:41.66666667%;}.col-lg-pull-4{right:33.33333333%;}.col-lg-pull-3{right:25%;}.col-lg-pull-2{right:16.66666667%;}.col-lg-pull-1{right:8.33333333%;}.col-lg-pull-0{right:auto;}.col-lg-push-12{left:100%;}.col-lg-push-11{left:91.66666667%;}.col-lg-push-10{left:83.33333333%;}.col-lg-push-9{left:75%;}.col-lg-push-8{left:66.66666667%;}.col-lg-push-7{left:58.33333333%;}.col-lg-push-6{left:50%;}.col-lg-push-5{left:41.66666667%;}.col-lg-push-4{left:33.33333333%;}.col-lg-push-3{left:25%;}.col-lg-push-2{left:16.66666667%;}.col-lg-push-1{left:8.33333333%;}.col-lg-push-0{left:auto;}.col-lg-offset-12{margin-left:100%;}.col-lg-offset-11{margin-left:91.66666667%;}.col-lg-offset-10{margin-left:83.33333333%;}.col-lg-offset-9{margin-left:75%;}.col-lg-offset-8{margin-left:66.66666667%;}.col-lg-offset-7{margin-left:58.33333333%;}.col-lg-offset-6{margin-left:50%;}.col-lg-offset-5{margin-left:41.66666667%;}.col-lg-offset-4{margin-left:33.33333333%;}.col-lg-offset-3{margin-left:25%;}.col-lg-offset-2{margin-left:16.66666667%;}.col-lg-offset-1{margin-left:8.33333333%;}.col-lg-offset-0{margin-left:0%;}}table{background-color:transparent;}table col[class*="col-"]{position:static;display:table-column;float:none;}table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none;}caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left;}th{text-align:left;}.table{width:100%;max-width:100%;margin-bottom:20px;}.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd;}.table > thead > tr > th{vertical-align:bottom;border-bottom:2px solid #dddddd;}.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td{border-top:0;}.table > tbody + tbody{border-top:2px solid #dddddd;}.table .table{background-color:#ffffff;}.table-condensed > thead > tr > th,.table-condensed > tbody > tr > th,.table-condensed > tfoot > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > td{padding:5px;}.table-bordered{border:1px solid #dddddd;}.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td{border:1px solid #dddddd;}.table-bordered > thead > tr > th,.table-bordered > thead > tr > td{border-bottom-width:2px;}.table-striped > tbody > tr:nth-of-type(odd){background-color:#f9f9f9;}.table-hover > tbody > tr:hover{background-color:#f5f5f5;}.table > thead > tr > td.active,.table > tbody > tr > td.active,.table > tfoot > tr > td.active,.table > thead > tr > th.active,.table > tbody > tr > th.active,.table > tfoot > tr > th.active,.table > thead > tr.active > td,.table > tbody > tr.active > td,.table > tfoot > tr.active > td,.table > thead > tr.active > th,.table > tbody > tr.active > th,.table > tfoot > tr.active > th{background-color:#f5f5f5;}.table-hover > tbody > tr > td.active:hover,.table-hover > tbody > tr > th.active:hover,.table-hover > tbody > tr.active:hover > td,.table-hover > tbody > tr:hover > .active,.table-hover > tbody > tr.active:hover > th{background-color:#e8e8e8;}.table > thead > tr > td.success,.table > tbody > tr > td.success,.table > tfoot > tr > td.success,.table > thead > tr > th.success,.table > tbody > tr > th.success,.table > tfoot > tr > th.success,.table > thead > tr.success > td,.table > tbody > tr.success > td,.table > tfoot > tr.success > td,.table > thead > tr.success > th,.table > tbody > tr.success > th,.table > tfoot > tr.success > th{background-color:#dff0d8;}.table-hover > tbody > tr > td.success:hover,.table-hover > tbody > tr > th.success:hover,.table-hover > tbody > tr.success:hover > td,.table-hover > tbody > tr:hover > .success,.table-hover > tbody > tr.success:hover > th{background-color:#d0e9c6;}.table > thead > tr > td.info,.table > tbody > tr > td.info,.table > tfoot > tr > td.info,.table > thead > tr > th.info,.table > tbody > tr > th.info,.table > tfoot > tr > th.info,.table > thead > tr.info > td,.table > tbody > tr.info > td,.table > tfoot > tr.info > td,.table > thead > tr.info > th,.table > tbody > tr.info > th,.table > tfoot > tr.info > th{background-color:#d9edf7;}.table-hover > tbody > tr > td.info:hover,.table-hover > tbody > tr > th.info:hover,.table-hover > tbody > tr.info:hover > td,.table-hover > tbody > tr:hover > .info,.table-hover > tbody > tr.info:hover > th{background-color:#c4e3f3;}.table > thead > tr > td.warning,.table > tbody > tr > td.warning,.table > tfoot > tr > td.warning,.table > thead > tr > th.warning,.table > tbody > tr > th.warning,.table > tfoot > tr > th.warning,.table > thead > tr.warning > td,.table > tbody > tr.warning > td,.table > tfoot > tr.warning > td,.table > thead > tr.warning > th,.table > tbody > tr.warning > th,.table > tfoot > tr.warning > th{background-color:#fcf8e3;}.table-hover > tbody > tr > td.warning:hover,.table-hover > tbody > tr > th.warning:hover,.table-hover > tbody > tr.warning:hover > td,.table-hover > tbody > tr:hover > .warning,.table-hover > tbody > tr.warning:hover > th{background-color:#faf2cc;}.table > thead > tr > td.danger,.table > tbody > tr > td.danger,.table > tfoot > tr > td.danger,.table > thead > tr > th.danger,.table > tbody > tr > th.danger,.table > tfoot > tr > th.danger,.table > thead > tr.danger > td,.table > tbody > tr.danger > td,.table > tfoot > tr.danger > td,.table > thead > tr.danger > th,.table > tbody > tr.danger > th,.table > tfoot > tr.danger > th{background-color:#f2dede;}.table-hover > tbody > tr > td.danger:hover,.table-hover > tbody > tr > th.danger:hover,.table-hover > tbody > tr.danger:hover > td,.table-hover > tbody > tr:hover > .danger,.table-hover > tbody > tr.danger:hover > th{background-color:#ebcccc;}.table-responsive{min-height:.01%;overflow-x:auto;}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd;}.table-responsive > .table{margin-bottom:0;}.table-responsive > .table > thead > tr > th,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td{white-space:nowrap;}.table-responsive > .table-bordered{border:0;}.table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0;}.table-responsive > .table-bordered > thead > tr > th:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0;}.table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom:0;}}fieldset{min-width:0;padding:0;margin:0;border:0;}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700;}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;appearance:none;}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal;}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed;}input[type="file"]{display:block;}input[type="range"]{display:block;width:100%;}select[multiple],select[size]{height:auto;}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555555;}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555555;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);}.form-control::-moz-placeholder{color:#999999;opacity:1;}.form-control:-ms-input-placeholder{color:#999999;}.form-control::-webkit-input-placeholder{color:#999999;}.form-control::-ms-expand{background-color:transparent;border:0;}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1;}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed;}textarea.form-control{height:auto;}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px;}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px;}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px;}}.form-group{margin-bottom:15px;}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px;}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed;}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer;}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px;}.radio + .radio,.checkbox + .checkbox{margin-top:-5px;}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer;}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed;}.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline{margin-top:0;margin-left:10px;}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0;}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0;}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-sm{height:30px;line-height:30px;}textarea.input-sm,select[multiple].input-sm{height:auto;}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.form-group-sm select.form-control{height:30px;line-height:30px;}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto;}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5;}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}select.input-lg{height:46px;line-height:46px;}textarea.input-lg,select[multiple].input-lg{height:auto;}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}.form-group-lg select.form-control{height:46px;line-height:46px;}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto;}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333;}.has-feedback{position:relative;}.has-feedback .form-control{padding-right:42.5px;}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none;}.input-lg + .form-control-feedback,.input-group-lg + .form-control-feedback,.form-group-lg .form-control + .form-control-feedback{width:46px;height:46px;line-height:46px;}.input-sm + .form-control-feedback,.input-group-sm + .form-control-feedback,.form-group-sm .form-control + .form-control-feedback{width:30px;height:30px;line-height:30px;}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d;}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d;}.has-success .form-control-feedback{color:#3c763d;}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b;}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b;}.has-warning .form-control-feedback{color:#8a6d3b;}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442;}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442;}.has-error .form-control-feedback{color:#a94442;}.has-feedback label ~ .form-control-feedback{top:25px;}.has-feedback label.sr-only ~ .form-control-feedback{top:0;}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;}.form-inline .form-control-static{display:inline-block;}.form-inline .input-group{display:inline-table;vertical-align:middle;}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto;}.form-inline .input-group > .form-control{width:100%;}.form-inline .control-label{margin-bottom:0;vertical-align:middle;}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}.form-inline .radio label,.form-inline .checkbox label{padding-left:0;}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0;}.form-inline .has-feedback .form-control-feedback{top:0;}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0;}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px;}.form-horizontal .form-group{margin-right:-10px;margin-left:-10px;}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right;}}.form-horizontal .has-feedback .form-control-feedback{right:10px;}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px;}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px;}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.btn:hover,.btn:focus,.btn.focus{color:#333333;text-decoration:none;}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:0.65;-webkit-box-shadow:none;box-shadow:none;}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none;}.btn-default{color:#333333;background-color:#ffffff;border-color:#cccccc;}.btn-default:focus,.btn-default.focus{color:#333333;background-color:#e6e6e6;border-color:#8c8c8c;}.btn-default:hover{color:#333333;background-color:#e6e6e6;border-color:#adadad;}.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default{color:#333333;background-color:#e6e6e6;background-image:none;border-color:#adadad;}.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus{color:#333333;background-color:#d4d4d4;border-color:#8c8c8c;}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#ffffff;border-color:#cccccc;}.btn-default .badge{color:#ffffff;background-color:#333333;}.btn-primary{color:#ffffff;background-color:#337ab7;border-color:#2e6da4;}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#286090;border-color:#122b40;}.btn-primary:hover{color:#ffffff;background-color:#286090;border-color:#204d74;}.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary{color:#ffffff;background-color:#286090;background-image:none;border-color:#204d74;}.btn-primary:active:hover,.btn-primary.active:hover,.open > .dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open > .dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open > .dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#204d74;border-color:#122b40;}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4;}.btn-primary .badge{color:#337ab7;background-color:#ffffff;}.btn-success{color:#ffffff;background-color:#5cb85c;border-color:#4cae4c;}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#449d44;border-color:#255625;}.btn-success:hover{color:#ffffff;background-color:#449d44;border-color:#398439;}.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success{color:#ffffff;background-color:#449d44;background-image:none;border-color:#398439;}.btn-success:active:hover,.btn-success.active:hover,.open > .dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open > .dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open > .dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#398439;border-color:#255625;}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c;}.btn-success .badge{color:#5cb85c;background-color:#ffffff;}.btn-info{color:#ffffff;background-color:#5bc0de;border-color:#46b8da;}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#31b0d5;border-color:#1b6d85;}.btn-info:hover{color:#ffffff;background-color:#31b0d5;border-color:#269abc;}.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info{color:#ffffff;background-color:#31b0d5;background-image:none;border-color:#269abc;}.btn-info:active:hover,.btn-info.active:hover,.open > .dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open > .dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open > .dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#269abc;border-color:#1b6d85;}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da;}.btn-info .badge{color:#5bc0de;background-color:#ffffff;}.btn-warning{color:#ffffff;background-color:#f0ad4e;border-color:#eea236;}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#ec971f;border-color:#985f0d;}.btn-warning:hover{color:#ffffff;background-color:#ec971f;border-color:#d58512;}.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning{color:#ffffff;background-color:#ec971f;background-image:none;border-color:#d58512;}.btn-warning:active:hover,.btn-warning.active:hover,.open > .dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open > .dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open > .dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#d58512;border-color:#985f0d;}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236;}.btn-warning .badge{color:#f0ad4e;background-color:#ffffff;}.btn-danger{color:#ffffff;background-color:#d9534f;border-color:#d43f3a;}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#c9302c;border-color:#761c19;}.btn-danger:hover{color:#ffffff;background-color:#c9302c;border-color:#ac2925;}.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger{color:#ffffff;background-color:#c9302c;background-image:none;border-color:#ac2925;}.btn-danger:active:hover,.btn-danger.active:hover,.open > .dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open > .dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open > .dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#ac2925;border-color:#761c19;}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a;}.btn-danger .badge{color:#d9534f;background-color:#ffffff;}.btn-link{font-weight:400;color:#337ab7;border-radius:0;}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent;}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent;}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none;}.btn-lg,.btn-group-lg > .btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}.btn-sm,.btn-group-sm > .btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-xs,.btn-group-xs > .btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-block{display:block;width:100%;}.btn-block + .btn-block{margin-top:5px;}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}.fade.in{opacity:1;}.collapse{display:none;}.collapse.in{display:block;}tr.collapse.in{display:table-row;}tbody.collapse.in{display:table-row-group;}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease;}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent;}.dropup,.dropdown{position:relative;}.dropdown-toggle:focus{outline:0;}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#ffffff;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);}.dropdown-menu.pull-right{right:0;left:auto;}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.dropdown-menu > li > a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333333;white-space:nowrap;}.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5;}.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus{color:#ffffff;text-decoration:none;background-color:#337ab7;outline:0;}.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{color:#777777;}.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.open > .dropdown-menu{display:block;}.open > a{outline:0;}.dropdown-menu-right{right:0;left:auto;}.dropdown-menu-left{right:auto;left:0;}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777777;white-space:nowrap;}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990;}.pull-right > .dropdown-menu{right:0;left:auto;}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px;}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto;}.navbar-right .dropdown-menu-left{right:auto;left:0;}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;}.btn-group > .btn,.btn-group-vertical > .btn{position:relative;float:left;}.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active{z-index:2;}.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group{margin-left:-1px;}.btn-toolbar{margin-left:-5px;}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left;}.btn-toolbar > .btn,.btn-toolbar > .btn-group,.btn-toolbar > .input-group{margin-left:5px;}.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0;}.btn-group > .btn:first-child{margin-left:0;}.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0;}.btn-group > .btn:last-child:not(:first-child),.btn-group > .dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;}.btn-group > .btn-group{float:left;}.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0;}.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0;}.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0;}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}.btn-group > .btn + .dropdown-toggle{padding-right:8px;padding-left:8px;}.btn-group > .btn-lg + .dropdown-toggle{padding-right:12px;padding-left:12px;}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none;}.btn .caret{margin-left:0;}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0;}.dropup .btn-lg .caret{border-width:0 5px 5px;}.btn-group-vertical > .btn,.btn-group-vertical > .btn-group,.btn-group-vertical > .btn-group > .btn{display:block;float:none;width:100%;max-width:100%;}.btn-group-vertical > .btn-group > .btn{float:none;}.btn-group-vertical > .btn + .btn,.btn-group-vertical > .btn + .btn-group,.btn-group-vertical > .btn-group + .btn,.btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0;}.btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius:0;}.btn-group-vertical > .btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical > .btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0;}.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-left-radius:0;border-top-right-radius:0;}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate;}.btn-group-justified > .btn,.btn-group-justified > .btn-group{display:table-cell;float:none;width:1%;}.btn-group-justified > .btn-group .btn{width:100%;}.btn-group-justified > .btn-group .dropdown-menu{left:auto;}[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none;}.input-group{position:relative;display:table;border-collapse:separate;}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0;}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0;}.input-group .form-control:focus{z-index:3;}.input-group-lg > .form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}select.input-group-lg > .form-control,select.input-group-lg > .input-group-addon,select.input-group-lg > .input-group-btn > .btn{height:46px;line-height:46px;}textarea.input-group-lg > .form-control,textarea.input-group-lg > .input-group-addon,textarea.input-group-lg > .input-group-btn > .btn,select[multiple].input-group-lg > .form-control,select[multiple].input-group-lg > .input-group-addon,select[multiple].input-group-lg > .input-group-btn > .btn{height:auto;}.input-group-sm > .form-control,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-group-sm > .form-control,select.input-group-sm > .input-group-addon,select.input-group-sm > .input-group-btn > .btn{height:30px;line-height:30px;}textarea.input-group-sm > .form-control,textarea.input-group-sm > .input-group-addon,textarea.input-group-sm > .input-group-btn > .btn,select[multiple].input-group-sm > .form-control,select[multiple].input-group-sm > .input-group-addon,select[multiple].input-group-sm > .input-group-btn > .btn{height:auto;}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell;}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0;}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle;}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px;}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px;}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px;}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0;}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-top-right-radius:0;border-bottom-right-radius:0;}.input-group-addon:first-child{border-right:0;}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-top-left-radius:0;border-bottom-left-radius:0;}.input-group-addon:last-child{border-left:0;}.input-group-btn{position:relative;font-size:0;white-space:nowrap;}.input-group-btn > .btn{position:relative;}.input-group-btn > .btn + .btn{margin-left:-1px;}.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active{z-index:2;}.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group{margin-right:-1px;}.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group{z-index:2;margin-left:-1px;}.nav{padding-left:0;margin-bottom:0;list-style:none;}.nav > li{position:relative;display:block;}.nav > li > a{position:relative;display:block;padding:10px 15px;}.nav > li > a:hover,.nav > li > a:focus{text-decoration:none;background-color:#eeeeee;}.nav > li.disabled > a{color:#777777;}.nav > li.disabled > a:hover,.nav > li.disabled > a:focus{color:#777777;text-decoration:none;cursor:not-allowed;background-color:transparent;}.nav .open > a,.nav .open > a:hover,.nav .open > a:focus{background-color:#eeeeee;border-color:#337ab7;}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.nav > li > a > img{max-width:none;}.nav-tabs{border-bottom:1px solid #dddddd;}.nav-tabs > li{float:left;margin-bottom:-1px;}.nav-tabs > li > a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0;}.nav-tabs > li > a:hover{border-color:#eeeeee #eeeeee #dddddd;}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus{color:#555555;cursor:default;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;}.nav-tabs.nav-justified{width:100%;border-bottom:0;}.nav-tabs.nav-justified > li{float:none;}.nav-tabs.nav-justified > li > a{margin-bottom:5px;text-align:center;}.nav-tabs.nav-justified > .dropdown .dropdown-menu{top:auto;left:auto;}@media (min-width:768px){.nav-tabs.nav-justified > li{display:table-cell;width:1%;}.nav-tabs.nav-justified > li > a{margin-bottom:0;}}.nav-tabs.nav-justified > li > a{margin-right:0;border-radius:4px;}.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus{border:1px solid #dddddd;}@media (min-width:768px){.nav-tabs.nav-justified > li > a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0;}.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus{border-bottom-color:#ffffff;}}.nav-pills > li{float:left;}.nav-pills > li > a{border-radius:4px;}.nav-pills > li + li{margin-left:2px;}.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus{color:#ffffff;background-color:#337ab7;}.nav-stacked > li{float:none;}.nav-stacked > li + li{margin-top:2px;margin-left:0;}.nav-justified{width:100%;}.nav-justified > li{float:none;}.nav-justified > li > a{margin-bottom:5px;text-align:center;}.nav-justified > .dropdown .dropdown-menu{top:auto;left:auto;}@media (min-width:768px){.nav-justified > li{display:table-cell;width:1%;}.nav-justified > li > a{margin-bottom:0;}}.nav-tabs-justified{border-bottom:0;}.nav-tabs-justified > li > a{margin-right:0;border-radius:4px;}.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus{border:1px solid #dddddd;}@media (min-width:768px){.nav-tabs-justified > li > a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0;}.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus{border-bottom-color:#ffffff;}}.tab-content > .tab-pane{display:none;}.tab-content > .active{display:block;}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0;}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;}@media (min-width:768px){.navbar{border-radius:4px;}}@media (min-width:768px){.navbar-header{float:left;}}.navbar-collapse{padding-right:10px;padding-left:10px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch;}.navbar-collapse.in{overflow-y:auto;}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none;}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}.navbar-collapse.in{overflow-y:visible;}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0;}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px;}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px;}}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0;}}.navbar-fixed-top{top:0;border-width:0 0 1px;}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0;}.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse{margin-right:-10px;margin-left:-10px;}@media (min-width:768px){.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse{margin-right:0;margin-left:0;}}.navbar-static-top{z-index:1000;border-width:0 0 1px;}@media (min-width:768px){.navbar-static-top{border-radius:0;}}.navbar-brand{float:left;height:50px;padding:15px 10px;font-size:18px;line-height:20px;}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none;}.navbar-brand > img{display:block;}@media (min-width:768px){.navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand{margin-left:-10px;}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px;}.navbar-toggle:focus{outline:0;}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px;}.navbar-toggle .icon-bar + .icon-bar{margin-top:4px;}@media (min-width:768px){.navbar-toggle{display:none;}}.navbar-nav{margin:7.5px -10px;}.navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px;}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none;}.navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px;}.navbar-nav .open .dropdown-menu > li > a{line-height:20px;}.navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus{background-image:none;}}@media (min-width:768px){.navbar-nav{float:left;margin:0;}.navbar-nav > li{float:left;}.navbar-nav > li > a{padding-top:15px;padding-bottom:15px;}}.navbar-form{padding:10px 10px;margin-right:-10px;margin-left:-10px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px;}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle;}.navbar-form .form-control-static{display:inline-block;}.navbar-form .input-group{display:inline-table;vertical-align:middle;}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto;}.navbar-form .input-group > .form-control{width:100%;}.navbar-form .control-label{margin-bottom:0;vertical-align:middle;}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0;}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0;}.navbar-form .has-feedback .form-control-feedback{top:0;}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px;}.navbar-form .form-group:last-child{margin-bottom:0;}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none;}}.navbar-nav > li > .dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0;}.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}.navbar-btn{margin-top:8px;margin-bottom:8px;}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px;}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px;}.navbar-text{margin-top:15px;margin-bottom:15px;}@media (min-width:768px){.navbar-text{float:left;margin-right:10px;margin-left:10px;}}@media (min-width:768px){.navbar-left{float:left !important;}.navbar-right{float:right !important;margin-right:-10px;}.navbar-right ~ .navbar-right{margin-right:0;}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7;}.navbar-default .navbar-brand{color:#777777;}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent;}.navbar-default .navbar-text{color:#777777;}.navbar-default .navbar-nav > li > a{color:#777777;}.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{color:#333333;background-color:transparent;}.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus{color:#555555;background-color:#e7e7e7;}.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus{color:#cccccc;background-color:transparent;}.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus{color:#555555;background-color:#e7e7e7;}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#777777;}.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color:#333333;background-color:transparent;}.navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color:#555555;background-color:#e7e7e7;}.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#cccccc;background-color:transparent;}}.navbar-default .navbar-toggle{border-color:#dddddd;}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#dddddd;}.navbar-default .navbar-toggle .icon-bar{background-color:#888888;}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7;}.navbar-default .navbar-link{color:#777777;}.navbar-default .navbar-link:hover{color:#333333;}.navbar-default .btn-link{color:#777777;}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333333;}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc;}.navbar-inverse{background-color:#222222;border-color:#080808;}.navbar-inverse .navbar-brand{color:#9d9d9d;}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:transparent;}.navbar-inverse .navbar-text{color:#9d9d9d;}.navbar-inverse .navbar-nav > li > a{color:#9d9d9d;}.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#ffffff;background-color:transparent;}.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus{color:#ffffff;background-color:#080808;}.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus{color:#444444;background-color:transparent;}.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus{color:#ffffff;background-color:#080808;}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color:#9d9d9d;}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color:#ffffff;background-color:transparent;}.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color:#ffffff;background-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#444444;background-color:transparent;}}.navbar-inverse .navbar-toggle{border-color:#333333;}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333333;}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff;}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010;}.navbar-inverse .navbar-link{color:#9d9d9d;}.navbar-inverse .navbar-link:hover{color:#ffffff;}.navbar-inverse .btn-link{color:#9d9d9d;}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff;}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444444;}.breadcrumb > li{display:inline-block;}.breadcrumb > .active{color:#777777;}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}.pagination > li{display:inline;}.pagination > li > a,.pagination > li > span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;}.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#dddddd;}.pagination > li:first-child > a,.pagination > li:first-child > span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}.pagination > li:last-child > a,.pagination > li:last-child > span{border-top-right-radius:4px;border-bottom-right-radius:4px;}.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus{z-index:3;color:#ffffff;cursor:default;background-color:#337ab7;border-color:#337ab7;}.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus{color:#777777;cursor:not-allowed;background-color:#ffffff;border-color:#dddddd;}.pagination-lg > li > a,.pagination-lg > li > span{padding:10px 16px;font-size:18px;line-height:1.3333333;}.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span{border-top-left-radius:6px;border-bottom-left-radius:6px;}.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span{border-top-right-radius:6px;border-bottom-right-radius:6px;}.pagination-sm > li > a,.pagination-sm > li > span{padding:5px 10px;font-size:12px;line-height:1.5;}.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span{border-top-left-radius:3px;border-bottom-left-radius:3px;}.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span{border-top-right-radius:3px;border-bottom-right-radius:3px;}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none;}.pager li{display:inline;}.pager li > a,.pager li > span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px;}.pager li > a:hover,.pager li > a:focus{text-decoration:none;background-color:#eeeeee;}.pager .next > a,.pager .next > span{float:right;}.pager .previous > a,.pager .previous > span{float:left;}.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span{color:#777777;cursor:not-allowed;background-color:#ffffff;}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer;}.label:empty{display:none;}.btn .label{position:relative;top:-1px;}.label-default{background-color:#777777;}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e;}.label-primary{background-color:#337ab7;}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090;}.label-success{background-color:#5cb85c;}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44;}.label-info{background-color:#5bc0de;}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5;}.label-warning{background-color:#f0ad4e;}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f;}.label-danger{background-color:#d9534f;}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c;}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777777;border-radius:10px;}.badge:empty{display:none;}.btn .badge{position:relative;top:-1px;}.btn-xs .badge,.btn-group-xs > .btn .badge{top:0;padding:1px 5px;}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer;}.list-group-item.active > .badge,.nav-pills > .active > a > .badge{color:#337ab7;background-color:#ffffff;}.list-group-item > .badge{float:right;}.list-group-item > .badge + .badge{margin-right:5px;}.nav-pills > li > a > .badge{margin-left:3px;}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee;}.jumbotron h1,.jumbotron .h1{color:inherit;}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200;}.jumbotron > hr{border-top-color:#d5d5d5;}.container .jumbotron,.container-fluid .jumbotron{padding-right:10px;padding-left:10px;border-radius:6px;}.jumbotron .container{max-width:100%;}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px;}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px;}.jumbotron h1,.jumbotron .h1{font-size:63px;}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out;}.thumbnail > img,.thumbnail a > img{margin-right:auto;margin-left:auto;}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7;}.thumbnail .caption{padding:9px;color:#333333;}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;}.alert h4{margin-top:0;color:inherit;}.alert .alert-link{font-weight:bold;}.alert > p,.alert > ul{margin-bottom:0;}.alert > p + p{margin-top:5px;}.alert-dismissable,.alert-dismissible{padding-right:35px;}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit;}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;}.alert-success hr{border-top-color:#c9e2b3;}.alert-success .alert-link{color:#2b542c;}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;}.alert-info hr{border-top-color:#a6e1ec;}.alert-info .alert-link{color:#245269;}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;}.alert-warning hr{border-top-color:#f7e1b5;}.alert-warning .alert-link{color:#66512c;}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}.alert-danger hr{border-top-color:#e4b9c0;}.alert-danger .alert-link{color:#843534;}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#ffffff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px;}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}.progress-bar-success{background-color:#5cb85c;}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}.progress-bar-info{background-color:#5bc0de;}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}.progress-bar-warning{background-color:#f0ad4e;}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}.progress-bar-danger{background-color:#d9534f;}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}.media{margin-top:15px;}.media:first-child{margin-top:0;}.media,.media-body{overflow:hidden;zoom:1;}.media-body{width:10000px;}.media-object{display:block;}.media-object.img-thumbnail{max-width:none;}.media-right,.media > .pull-right{padding-left:10px;}.media-left,.media > .pull-left{padding-right:10px;}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top;}.media-middle{vertical-align:middle;}.media-bottom{vertical-align:bottom;}.media-heading{margin-top:0;margin-bottom:5px;}.media-list{padding-left:0;list-style:none;}.list-group{padding-left:0;margin-bottom:20px;}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd;}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px;}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777777;cursor:not-allowed;background-color:#eeeeee;}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit;}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777777;}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#337ab7;border-color:#337ab7;}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading > .small{color:inherit;}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef;}a.list-group-item,button.list-group-item{color:#555555;}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333333;}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{color:#555555;text-decoration:none;background-color:#f5f5f5;}button.list-group-item{width:100%;text-align:left;}.list-group-item-success{color:#3c763d;background-color:#dff0d8;}a.list-group-item-success,button.list-group-item-success{color:#3c763d;}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit;}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6;}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d;}.list-group-item-info{color:#31708f;background-color:#d9edf7;}a.list-group-item-info,button.list-group-item-info{color:#31708f;}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit;}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3;}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f;}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3;}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b;}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit;}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc;}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b;}.list-group-item-danger{color:#a94442;background-color:#f2dede;}a.list-group-item-danger,button.list-group-item-danger{color:#a94442;}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit;}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc;}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442;}.list-group-item-heading{margin-top:0;margin-bottom:5px;}.list-group-item-text{margin-bottom:0;line-height:1.3;}.panel{margin-bottom:20px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05);}.panel-body{padding:15px;}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px;}.panel-heading > .dropdown .dropdown-toggle{color:inherit;}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit;}.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a{color:inherit;}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel > .list-group,.panel > .panel-collapse > .list-group{margin-bottom:0;}.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item{border-width:1px 0;border-radius:0;}.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px;}.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0;}.panel-heading + .list-group .list-group-item:first-child{border-top-width:0;}.list-group + .panel-footer{border-top-width:0;}.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table{margin-bottom:0;}.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .table caption{padding-right:15px;padding-left:15px;}.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius:3px;}.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius:3px;}.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius:3px;}.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius:3px;}.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body{border-top:1px solid #dddddd;}.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td{border-top:0;}.panel > .table-bordered,.panel > .table-responsive > .table-bordered{border:0;}.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0;}.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0;}.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom:0;}.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom:0;}.panel > .table-responsive{margin-bottom:0;border:0;}.panel-group{margin-bottom:20px;}.panel-group .panel{margin-bottom:0;border-radius:4px;}.panel-group .panel + .panel{margin-top:5px;}.panel-group .panel-heading{border-bottom:0;}.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group{border-top:1px solid #dddddd;}.panel-group .panel-footer{border-top:0;}.panel-group .panel-footer + .panel-collapse .panel-body{border-bottom:1px solid #dddddd;}.panel-default{border-color:#dddddd;}.panel-default > .panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd;}.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#dddddd;}.panel-default > .panel-heading .badge{color:#f5f5f5;background-color:#333333;}.panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#dddddd;}.panel-primary{border-color:#337ab7;}.panel-primary > .panel-heading{color:#ffffff;background-color:#337ab7;border-color:#337ab7;}.panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color:#337ab7;}.panel-primary > .panel-heading .badge{color:#337ab7;background-color:#ffffff;}.panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#337ab7;}.panel-success{border-color:#d6e9c6;}.panel-success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;}.panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color:#d6e9c6;}.panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d;}.panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#d6e9c6;}.panel-info{border-color:#bce8f1;}.panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;}.panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1;}.panel-info > .panel-heading .badge{color:#d9edf7;background-color:#31708f;}.panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1;}.panel-warning{border-color:#faebcc;}.panel-warning > .panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;}.panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc;}.panel-warning > .panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b;}.panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc;}.panel-danger{border-color:#ebccd1;}.panel-danger > .panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}.panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebccd1;}.panel-danger > .panel-heading .badge{color:#f2dede;background-color:#a94442;}.panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ebccd1;}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden;}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}.embed-responsive-16by9{padding-bottom:56.25%;}.embed-responsive-4by3{padding-bottom:75%;}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15);}.well-lg{padding:24px;border-radius:6px;}.well-sm{padding:9px;border-radius:3px;}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;appearance:none;}.modal-open{overflow:hidden;}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out;}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);}.modal-open .modal{overflow-x:hidden;overflow-y:auto;}.modal-dialog{position:relative;width:auto;margin:10px;}.modal-content{position:relative;background-color:#ffffff;background-clip:padding-box;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);outline:0;}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0;}.modal-backdrop.in{filter:alpha(opacity=50);opacity:0.5;display:none;}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;}.modal-header .close{margin-top:-2px;}.modal-title{margin:0;line-height:1.42857143;}.modal-body{position:relative;padding:15px;}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5;}.modal-footer .btn + .btn{margin-bottom:0;margin-left:5px;}.modal-footer .btn-group .btn + .btn{margin-left:-1px;}.modal-footer .btn-block + .btn-block{margin-left:0;}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto;}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5);}.modal-sm{width:300px;}}@media (min-width:992px){.modal-lg{width:900px;}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0;}.tooltip.in{filter:alpha(opacity=90);opacity:0.9;}.tooltip.top{padding:5px 0;margin-top:-3px;}.tooltip.right{padding:0 5px;margin-left:3px;}.tooltip.bottom{padding:5px 0;margin-top:3px;}.tooltip.left{padding:0 5px;margin-left:-3px;}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000;}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000;}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000;}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000;}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000;}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000;}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000;}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000;}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:4px;}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#ffffff;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);}.popover.top{margin-top:-10px;}.popover.right{margin-left:10px;}.popover.bottom{margin-top:10px;}.popover.left{margin-left:-10px;}.popover > .arrow{border-width:11px;}.popover > .arrow,.popover > .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}.popover > .arrow:after{content:"";border-width:10px;}.popover.top > .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0;}.popover.top > .arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#ffffff;border-bottom-width:0;}.popover.right > .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25);border-left-width:0;}.popover.right > .arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#ffffff;border-left-width:0;}.popover.bottom > .arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);}.popover.bottom > .arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#ffffff;}.popover.left > .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25);}.popover.left > .arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#ffffff;}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0;}.popover-content{padding:9px 14px;}.carousel{position:relative;}.carousel-inner{position:relative;width:100%;overflow:hidden;}.carousel-inner > .item{position:relative;display:none;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}.carousel-inner > .item > img,.carousel-inner > .item > a > img{line-height:1;}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner > .item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px;}.carousel-inner > .item.next,.carousel-inner > .item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0;}.carousel-inner > .item.prev,.carousel-inner > .item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0;}.carousel-inner > .item.next.left,.carousel-inner > .item.prev.right,.carousel-inner > .item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0;}}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display:block;}.carousel-inner > .active{left:0;}.carousel-inner > .next,.carousel-inner > .prev{position:absolute;top:0;width:100%;}.carousel-inner > .next{left:100%;}.carousel-inner > .prev{left:-100%;}.carousel-inner > .next.left,.carousel-inner > .prev.right{left:0;}.carousel-inner > .active.left{left:-100%;}.carousel-inner > .active.right{left:100%;}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:0.5;}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x;}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x;}.carousel-control:hover,.carousel-control:focus{color:#ffffff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:0.9;}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px;}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px;}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px;}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;font-family:serif;line-height:1;}.carousel-control .icon-prev:before{content:"\2039";}.carousel-control .icon-next:before{content:"\203a";}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none;}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #ffffff;border-radius:10px;}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#ffffff;}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);}.carousel-caption .btn{text-shadow:none;}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px;}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px;}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px;}.carousel-caption{right:20%;left:20%;padding-bottom:30px;}.carousel-indicators{bottom:20px;}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after,.filter-wrapper:before,.filter-wrapper:after,.container:before,.container:after{display:table;content:" ";}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after,.filter-wrapper:after,.container:after{clear:both;}.center-block{display:block;margin-right:auto;margin-left:auto;}.pull-right{float:right !important;}.pull-left{float:left !important;}.hide{display:none !important;}.show{display:block !important;}.invisible{visibility:hidden;}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.hidden{display:none !important;}.affix{position:fixed;}@-ms-viewport{width:device-width;}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important;}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important;}@media (max-width:767px){.visible-xs{display:block !important;}table.visible-xs{display:table !important;}tr.visible-xs{display:table-row !important;}th.visible-xs,td.visible-xs{display:table-cell !important;}}@media (max-width:767px){.visible-xs-block{display:block !important;}}@media (max-width:767px){.visible-xs-inline{display:inline !important;}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important;}table.visible-sm{display:table !important;}tr.visible-sm{display:table-row !important;}th.visible-sm,td.visible-sm{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important;}table.visible-md{display:table !important;}tr.visible-md{display:table-row !important;}th.visible-md,td.visible-md{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important;}}@media (min-width:1200px){.visible-lg{display:block !important;}table.visible-lg{display:table !important;}tr.visible-lg{display:table-row !important;}th.visible-lg,td.visible-lg{display:table-cell !important;}}@media (min-width:1200px){.visible-lg-block{display:block !important;}}@media (min-width:1200px){.visible-lg-inline{display:inline !important;}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important;}}@media (max-width:767px){.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-lg{display:none !important;}}.visible-print{display:none !important;}@media print{.visible-print{display:block !important;}table.visible-print{display:table !important;}tr.visible-print{display:table-row !important;}th.visible-print,td.visible-print{display:table-cell !important;}}.visible-print-block{display:none !important;}@media print{.visible-print-block{display:block !important;}}.visible-print-inline{display:none !important;}@media print{.visible-print-inline{display:inline !important;}}.visible-print-inline-block{display:none !important;}@media print{.visible-print-inline-block{display:inline-block !important;}}@media print{.hidden-print{display:none !important;}}.alert-sm{padding:5px 10px;}.alert a{font-weight:bold;}.alert-success a,.alert-success a:hover,.alert-success a:focus{color:#2b542c;}.alert-info a,.alert-info a:hover,.alert-info a:focus{color:#245269;}.alert-warning a,.alert-warning a:hover,.alert-warning a:focus{color:#66512c;}.alert-danger a,.alert-danger a:hover,.alert-danger a:focus{color:#843534;}@keyframes glyphicon-spin{0%{transform:rotate(0deg);}100%{transform:rotate(359deg);}}.glyphicon-spin{display:inline-block;animation:glyphicon-spin 1s infinite linear;}a .glyphicon-spin{display:inline-block;text-decoration:none;}html.js .btn .ajax-throbber{margin-left:.5em;margin-right:-0.25em;}html.js .form-item .input-group-addon .glyphicon{color:#777777;opacity:.5;transition:150ms color,150ms opacity;}html.js .form-item .input-group-addon .glyphicon.glyphicon-spin{color:#337ab7;opacity:1;}html.js .form-item .input-group-addon .input-group-addon{background-color:#ffffff;}html.js .ajax-new-content:empty{display:none !important;}.field--label{font-weight:bold;}.field--label-inline .field--label,.field--label-inline .field--items{float:left;}.field--label-inline .field--label,.field--label-inline > .field--item,.field--label-inline .field--items{padding-right:0.5em;}[dir="rtl"] .field--label-inline .field--label,[dir="rtl"] .field--label-inline .field--items{padding-left:0.5em;padding-right:0;float:right;}.field--label-inline .field--label::after{content:':';}.file{display:table;font-size:75%;font-weight:700;margin:5px 0;width:100%;}.file > span{background:#fff;color:#337ab7;border-bottom:1px solid #cccccc;border-top:1px solid #cccccc;}.file > span:first-child{border-left:1px solid #cccccc;}.file > span:last-child{border-right:1px solid #cccccc;}.file > .tabledrag-changed{background:#fcf8e3;border-radius:0;color:#8a6d3b;display:table-cell;padding:0 1em;top:0;vertical-align:middle;border-left:1px solid inherit;}.file > .tabledrag-changed,.file > .tabledrag-changed:last-child{border:1px solid #f7e1b5;}.file-icon{display:table-cell;font-size:150%;padding:.25em .5em;text-align:center;vertical-align:middle;}.file-link{display:table-cell;vertical-align:middle;width:100%;}.file-link a,.file-link a:hover,.file-link a:focus,.file-link a:active{color:inherit;}.file-size{display:table-cell;padding:0 1em;text-align:right;white-space:pre;vertical-align:middle;}.image-widget.row{overflow:hidden;}.filter-wrapper{background-color:#ffffff;border:1px solid #dddddd;border-top:0;border-radius:0 0 4px 4px;box-shadow:0 1px 1px rgba(0,0,0,0.05);margin-bottom:0;padding:10px;height:51px;}.filter-help{float:right;line-height:1;margin:.5em 0 0;}.nav.nav-tabs.filter-formats{margin-bottom:15px;}table .checkbox.form-no-label,table .radio.form-no-label{margin-bottom:0;margin-top:0;}.select-wrapper{display:inline-block;position:relative;width:100%;}.form-inline .select-wrapper{width:auto;}.input-group .select-wrapper{display:table-cell;}.input-group .select-wrapper:first-child .form-control:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;}.input-group .select-wrapper:last-child .form-control:first-child{border-top-right-radius:4px;border-bottom-right-radius:4px;}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1;padding-right:2em;}.select-wrapper select::-ms-expand{opacity:0;}.select-wrapper:after{color:#337ab7;content:'▼';font-style:normal;font-weight:400;line-height:1;margin-top:-0.5em;padding-right:.5em;pointer-events:none;position:absolute;right:0;top:50%;z-index:10;}.has-glyphicons .select-wrapper:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e114';display:inline-block;font-family:'Glyphicons Halflings';}.has-error .select-wrapper:after{color:#a94442;}.has-success .select-wrapper:after{color:#3c763d;}.has-warning .select-wrapper:after{color:#8a6d3b;}.form-required:after{background-image:url(/themes/kerkida/images/required.svg);background-size:10px 7px;content:"";display:inline-block;vertical-align:super;line-height:1;height:7px;width:10px;}.form-actions .btn,.form-actions .btn-group{margin-right:10px;}.form-actions .btn-group .btn{margin-right:0;}a.icon-before .glyphicon,a .glyphicon.icon-before{margin-right:.25em;}a.icon-after .glyphicon,a .glyphicon.icon-after{margin-left:.25em;}.btn.icon-before .glyphicon,.btn .glyphicon.icon-before{margin-left:-0.25em;margin-right:.25em;}.btn.icon-after .glyphicon,.btn .glyphicon.icon-after{margin-left:.25em;margin-right:-0.25em;}body{position:relative;}body.navbar-is-static-top{margin-top:0;}body.navbar-is-fixed-top{margin-top:60px;}body.navbar-is-fixed-bottom{padding-bottom:60px;}@media screen and (min-width:768px){body{margin-top:10px;}}@media screen and (max-width:767px){body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar,body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar{position:fixed;}body.toolbar-vertical.navbar-is-fixed-top header,body.toolbar-vertical.navbar-is-fixed-bottom header{z-index:500;}body.toolbar-vertical.navbar-is-fixed-top header{top:39px;}}@media screen and (min-width:768px){.navbar.container{max-width:720px;}}@media screen and (min-width:992px){.navbar.container{max-width:940px;}}@media screen and (min-width:1200px){.navbar.container{max-width:1140px;}}.navbar .logo{margin-right:-10px;padding-left:10px;padding-right:10px;}@media screen and (min-width:768px){.navbar .logo{margin-right:0;padding-left:0;}}.is-unpublished{background-color:var(--Secondary-900,#111827);}html:not(.dark) .is-unpublished{background-color:transparent;}.node-preview-container{margin-top:-10px;}.node-preview-form-select{padding:10px;}.panel-title{display:block;margin:-10px -15px;padding:10px 15px;}.panel-title,.panel-title:hover,.panel-title:focus,.panel-title:hover:focus{color:inherit;}.panel-title:focus,.panel-title:hover{text-decoration:none;}.progress-wrapper{margin-bottom:15px;}.progress-wrapper:last-child .progress{margin-bottom:5px;}.progress-wrapper .message{font-weight:700;margin-bottom:5px;}.progress-wrapper .percentage,.progress-wrapper .progress-label{font-size:12px;}.progress-wrapper .progress-bar{min-width:2em;}.tabledrag-toggle-weight{float:right;margin:1px 2px 1px 10px;}.tabledrag-changed-warning{margin:0;overflow:hidden;}.tabledrag-handle{color:#777777;cursor:move;float:left;font-size:125%;line-height:1;margin:-10px 0 0 -10px;padding:10px;}.tabledrag-handle:hover,.tabledrag-handle:focus{color:#337ab7;}.indentation{float:left;height:1.7em;margin:-0.4em 0.2em -0.4em -0.4em;padding:0.42em 0 0.42em 0.6em;width:20px;}[dir="rtl"] .indentation{float:right;margin:-0.4em -0.4em -0.4em 0.2em;padding:0.42em 0.6em 0.42em 0;}.local-actions{margin:10px 0 10px -5px;}.tabs--secondary{margin:10px 0 5px;}.tabbable{margin-bottom:20px;}.tabs-below > .nav-tabs,.tabs-left > .nav-tabs,.tabs-right > .nav-tabs{border-bottom:0;}.tabs-below > .nav-tabs .summary,.tabs-left > .nav-tabs .summary,.tabs-right > .nav-tabs .summary{color:#777777;font-size:12px;}.tab-pane > .panel-heading{display:none;}.tab-content > .active{display:block;}.tabs-below > .nav-tabs{border-top:1px solid #dddddd;}.tabs-below > .nav-tabs > li{margin-top:-1px;margin-bottom:0;}.tabs-below > .nav-tabs > li > a{border-radius:0 0 4px 4px;}.tabs-below > .nav-tabs > li > a:hover,.tabs-below > .nav-tabs > li > a:focus{border-top-color:#dddddd;border-bottom-color:transparent;}.tabs-below > .nav-tabs > .active > a,.tabs-below > .nav-tabs > .active > a:hover,.tabs-below > .nav-tabs > .active > a:focus{border-color:transparent #dddddd #dddddd #dddddd;}.tabs-left > .nav-tabs,.tabs-right > .nav-tabs{padding-bottom:20px;width:220px;}.tabs-left > .nav-tabs > li,.tabs-right > .nav-tabs > li{float:none;}.tabs-left > .nav-tabs > li:focus,.tabs-right > .nav-tabs > li:focus{outline:0;}.tabs-left > .nav-tabs > li > a,.tabs-right > .nav-tabs > li > a{margin-right:0;margin-bottom:3px;}.tabs-left > .nav-tabs > li > a:focus,.tabs-right > .nav-tabs > li > a:focus{outline:0;}.tabs-left > .tab-content,.tabs-right > .tab-content{border-radius:0 4px 4px 4px;border:1px solid #dddddd;box-shadow:0 1px 1px rgba(0,0,0,0.05);overflow:hidden;padding:10px 15px;}.tabs-left > .nav-tabs{float:left;margin-right:-1px;}.tabs-left > .nav-tabs > li > a{border-radius:4px 0 0 4px;}.tabs-left > .nav-tabs > li > a:hover,.tabs-left > .nav-tabs > li > a:focus{border-color:#eeeeee #dddddd #eeeeee #eeeeee;}.tabs-left > .nav-tabs > .active > a,.tabs-left > .nav-tabs > .active > a:hover,.tabs-left > .nav-tabs > .active > a:focus{border-color:#dddddd transparent #dddddd #dddddd;box-shadow:-1px 1px 1px rgba(0,0,0,0.05);}.tabs-right > .nav-tabs{float:right;margin-left:-1px;}.tabs-right > .nav-tabs > li > a{border-radius:0 4px 4px 0;}.tabs-right > .nav-tabs > li > a:hover,.tabs-right > .nav-tabs > li > a:focus{border-color:#eeeeee #eeeeee #eeeeee #dddddd;box-shadow:1px 1px 1px rgba(0,0,0,0.05);}.tabs-right > .nav-tabs > .active > a,.tabs-right > .nav-tabs > .active > a:hover,.tabs-right > .nav-tabs > .active > a:focus{border-color:#dddddd #dddddd #dddddd transparent;}body.toolbar-fixed .toolbar-oriented .toolbar-bar{z-index:1031;}body.toolbar-fixed .navbar-fixed-top{top:39px;}body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top{top:79px;}body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top{left:240px;}body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed{margin-left:240px;}body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray{padding-bottom:40px;}body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before{width:240px;}body.toolbar-loading{margin-top:0;}body.toolbar-loading.toolbar{margin-bottom:10px;}.ui-autocomplete{background:#ffffff;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175);color:inherit;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;list-style:none;min-width:160px;padding:5px 0;text-align:left;z-index:1000;}.ui-autocomplete .ui-menu-item{border:0;border-radius:0;clear:both;color:#333333;cursor:pointer;display:block;font-weight:normal;line-height:1.42857143;margin:0;outline:0;padding:3px 20px;text-decoration:none;white-space:nowrap;}.ui-autocomplete .ui-menu-item.ui-state-hover{background:#f5f5f5;color:#262626;}.ui-autocomplete .ui-menu-item.ui-state-active,.ui-autocomplete .ui-menu-item.ui-state-focus{background:#337ab7;color:#ffffff;}ol,ul{padding-left:1.5em;}.popover ol:last-child,.popover ul:last-child{margin-bottom:0;}.page-header{margin-top:0;}.footer{margin-top:45px;padding-top:35px;padding-bottom:36px;}.form-group:last-child,.panel:last-child{margin-bottom:0;}.region-help > .glyphicon{font-size:18px;float:left;margin:-0.05em 0.5em 0 0;}.region-help .block{overflow:hidden;}.help-block,.control-group .help-inline{color:#777777;font-size:12px;margin:5px 0 10px;padding:0;}.help-block:first-child,.control-group .help-inline:first-child{margin-top:0;}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after,.filter-wrapper:before,.filter-wrapper:after,.container:before,.container:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after,.filter-wrapper:before,.filter-wrapper:after,.container:before,.container:after{display:block;}.featured-5 .view-content{padding-top:10px;}.featured-5 a{display:block;position:relative;}.featured-5 .leading-article{display:block;padding-bottom:10px;}.featured-5 .leading-article .channel-title .title{display:block;}.featured-5 .featured-articles-r-col .channel-title .title{display:block;}.featured-5 .channel-title .channel{margin-right:7px;color:#fdcf09;font-weight:700;}@media (min-width:992px){.featured-5 .view-content{display:flex;flex-wrap:wrap;}.featured-5 .view-content .leading-article a .main-image{height:100%;}.featured-5 .featured-articles-r-col .views-row:first-child a{margin-bottom:10px;}}.latest-articles .view-content a{display:block;position:relative;width:100%;border-bottom:1px solid #383e50;}.latest-articles .view-content a:hover,.latest-articles .view-content a:focus,.latest-articles .view-content a:active{text-decoration:none;}.latest-articles .view-content a .time{display:table-cell;padding:15px 5px;font-weight:700;color:#fdcf09;vertical-align:middle;text-align:center;}.latest-articles .view-content a .channel-title{display:table-cell;position:unset;width:unset;height:unset;padding:5px;vertical-align:middle;}.latest-articles .view-content a .channel-title .title{display:inline;}@media (min-width:992px){.yellow-block .view-header .header-wrapper h3.block-header{position:relative;}}section#block-views-block-frontpage-views-block-27 .view-content .article-item:nth-child(4),section#block-views-block-frontpage-views-block-24 .view-content .article-item:nth-child(4){display:none;}section#block-views-block-frontpage-views-block-27 .view-content .article-item:nth-child(5),section#block-views-block-frontpage-views-block-24 .view-content .article-item:nth-child(5){display:none;}section#block-views-block-frontpage-views-block-27 .view-content .article-item:nth-child(6),section#block-views-block-frontpage-views-block-24 .view-content .article-item:nth-child(6){display:none;}section#block-views-block-frontpage-views-block-31 .yellow-block .view-content .view-content-wrapper{height:110px;padding:0 10px;}section#block-views-block-frontpage-views-block-31 .yellow-block .view-content .view-content-wrapper i.fal.fa-chevron-right{top:8px;position:absolute;}body.page-node-type-article section.block-views-blocktaxonomy-views-block-1{display:none;}section.block-views-blocktaxonomy-views-block-1 .gamw-normal,section#block-views-block-taxonomy-views-block-6 .gamw-normal{margin-top:10px;}section#block-views-block-frontpage-views-block-19 .yellow-block .view-content .view-content-wrapper{padding:10px 10px 0 10px;}section#block-views-block-frontpage-views-block-19 .yellow-block .view-content .view-content-wrapper a{display:block !important;padding:9px 43px 10px 9px !important;background-color:#232732 !important;font-size:14px;font-weight:700;color:#fdcf09;text-align:right;margin-bottom:0 !important;}section#block-views-block-frontpage-views-block-19 .yellow-block .view-content .view-content-wrapper a:hover i{right:5px;}section#block-views-block-frontpage-views-block-19 .yellow-block .view-content .view-content-wrapper i{position:absolute;right:10px;display:inline-block !important;margin-left:5px;padding-right:5px;font-size:24px;line-height:1;vertical-align:middle;transition:all 0.3s;}.car-block-title-trim{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;}section#block-tnscararticlesblock .channel{display:none;}section#block-populararticlesblock{display:none;}section.block-views-blockfrontpage-views-block-3 span.latest-articles-header a{color:#fdcf09;}section.block-views-blockfrontpage-views-block-3 span.latest-articles-header a:hover,section.block-views-blockfrontpage-views-block-3 span.latest-articles-header a:active,section.block-views-blockfrontpage-views-block-3 span.latest-articles-header a:focus{text-decoration:none;color:#fdcf09;}.block-views-blockfrontpage-views-block-4 .title,.block-views-blockfrontpage-views-block-5 .title,.block-views-blockfrontpage-views-block-6 .title,.block-views-blockfrontpage-views-block-7 .title,.block-views-blockfrontpage-views-block-20 .title,.block-views-blockfrontpage-views-block-21 .title,.block-views-blockfrontpage-views-block-26 .title{width:75%;}.block-views-blockfrontpage-views-block-4 .time,.block-views-blockfrontpage-views-block-5 .time,.block-views-blockfrontpage-views-block-6 .time,.block-views-blockfrontpage-views-block-7 .time,.block-views-blockfrontpage-views-block-20 .time,.block-views-blockfrontpage-views-block-21 .time,.block-views-blockfrontpage-views-block-26 .time{top:10px;}section#block-views-block-frontpage-views-block-4 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-15 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-14 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-17 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-6 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-11 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-19 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-12 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-7 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-21 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-31 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-20 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-33 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-36 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-35 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-37 .view-header h3.block-header.with-link i.fal.fa-chevron-right{display:none;}section#block-views-block-frontpage-views-block-4 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-15 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-14 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-17 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-6 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-11 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-19 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-12 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-7 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-21 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-31 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-20 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-33 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-36 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-35 .view-header h3.block-header.with-link .taxonomy-link,section#block-views-block-frontpage-views-block-37 .view-header h3.block-header.with-link .taxonomy-link{display:inline;}section#block-views-block-frontpage-views-block-20 .block-header{font-size:16px;}.block-views-blocktaxonomy-views-block-1 .view-content{display:unset;}section#block-views-block-frontpage-views-block-21 .channel-title .channel{display:none;}.block-views-blockfrontpage-views-block-25{border-bottom:4px solid #FDCF09;margin-bottom:20px;}#block-quicktabsvideosblock{margin:10px 0;}#block-quicktabsvideosblock .quicktabs-tabs{padding:0;margin:0;border-top:5px solid #fdcf09;}#block-quicktabsvideosblock .quicktabs-tabs li{display:block;max-width:282px;padding:0 10px 0 0;position:relative;background-color:#b9bfce;}#block-quicktabsvideosblock .quicktabs-tabs li.active{background-color:#232732;}#block-quicktabsvideosblock .quicktabs-tabs li.active:after{border-color:#232732 transparent transparent transparent;}#block-quicktabsvideosblock .quicktabs-tabs li.active a{color:#fdcf09;}#block-quicktabsvideosblock .quicktabs-tabs li:after{content:'';display:block;position:absolute;top:0;right:-18px;z-index:1;width:0;height:0;border-style:solid;border-width:44px 18px 0 0;border-color:#b9bfce transparent transparent transparent;}#block-quicktabsvideosblock .quicktabs-tabs li a{display:block;padding:10px 10px;font-size:18px;font-weight:900;font-style:italic;color:#36363d;}#block-quicktabsvideosblock .quicktabs-tabs li a:hover,#block-quicktabsvideosblock .quicktabs-tabs li a:focus,#block-quicktabsvideosblock .quicktabs-tabs li a:active{text-decoration:none;}#block-quicktabsvideosblock .views-element-container{padding:10px 0;background-color:#232732;}#block-quicktabsvideosblock .views-element-container .view-display-id-block_22,#block-quicktabsvideosblock .views-element-container .view-display-id-block_23,#block-quicktabsvideosblock .views-element-container .view-display-id-block_41{position:relative;}#block-quicktabsvideosblock .views-element-container .title{display:block;}#block-quicktabsvideosblock .views-element-container .article-item{padding-bottom:20px;height:100%;position:relative;z-index:1;}#block-quicktabsvideosblock .views-element-container .article-item:after{content:'';display:block;width:100%;position:absolute;bottom:10px;border-bottom:1px solid #383e50;}#block-quicktabsvideosblock .views-element-container .article-item .video-article,#block-quicktabsvideosblock .views-element-container .article-item .video-article-2,#block-quicktabsvideosblock .views-element-container .article-item .video-article-3{cursor:pointer;}#block-quicktabsvideosblock .views-element-container .article-item .video-article .main-image,#block-quicktabsvideosblock .views-element-container .article-item .video-article-2 .main-image,#block-quicktabsvideosblock .views-element-container .article-item .video-article-3 .main-image{display:block;width:150px;height:auto;}#block-quicktabsvideosblock .views-element-container .article-item .video-article .main-image img,#block-quicktabsvideosblock .views-element-container .article-item .video-article-2 .main-image img,#block-quicktabsvideosblock .views-element-container .article-item .video-article-3 .main-image img{width:100%;}#block-quicktabsvideosblock .views-element-container .article-item .video-article .channel-title,#block-quicktabsvideosblock .views-element-container .article-item .video-article-2 .channel-title,#block-quicktabsvideosblock .views-element-container .article-item .video-article-3 .channel-title{display:block;padding:10px 0 10px;line-height:1.2;}#block-quicktabsvideosblock .views-element-container .no-padding{padding-left:0;}#block-quicktabsvideosblock .view-footer .view-footer-wrapper a{display:block;padding:9px 10px;font-size:14px;font-weight:700;color:#fdcf09;}#block-quicktabsvideosblock .view-footer .view-footer-wrapper a:hover,#block-quicktabsvideosblock .view-footer .view-footer-wrapper a:focus,#block-quicktabsvideosblock .view-footer .view-footer-wrapper a:active{text-decoration:none;}#block-quicktabsvideosblock .view-footer .view-footer-wrapper a:hover i,#block-quicktabsvideosblock .view-footer .view-footer-wrapper a:focus i,#block-quicktabsvideosblock .view-footer .view-footer-wrapper a:active i{margin-left:10px;padding-right:0;}#block-quicktabsvideosblock .view-footer .view-footer-wrapper a i{margin-left:5px;padding-right:5px;font-size:24px;line-height:1;vertical-align:middle;transition:all 0.3s;}.yellow-block.compact-item .view-header{margin-bottom:0;}.yellow-block .view-header .header-wrapper:after{content:'';display:block;clear:both;}.yellow-block .view-header .header-wrapper h3.block-header a .taxonomy-link{display:none;}.yellow-block .view-header .header-wrapper h3.block-header a:hover,.yellow-block .view-header .header-wrapper h3.block-header a:focus,.yellow-block .view-header .header-wrapper h3.block-header a:active{text-decoration:none;}.yellow-block .view-header .header-wrapper h3.block-header a:hover i,.yellow-block .view-header .header-wrapper h3.block-header a:focus i,.yellow-block .view-header .header-wrapper h3.block-header a:active i{margin-left:10px;padding-right:0;}.yellow-block .view-header .header-wrapper h3.block-header a i{margin-left:5px;padding-right:5px;font-size:24px;line-height:1;vertical-align:middle;transition:all 0.3s;}.yellow-block .view-content .view-content-wrapper{padding:0;}.yellow-block .view-content .view-content-wrapper a{display:block !important;padding:9px 43px 10px 9px !important;background-color:#232732 !important;font-size:14px;font-weight:700;color:#fdcf09;text-align:right;margin-bottom:0 !important;}.yellow-block .view-content .view-content-wrapper a:first-child{border-bottom:1px solid #383e50;}.yellow-block .view-content .view-content-wrapper a:hover,.yellow-block .view-content .view-content-wrapper a:focus,.yellow-block .view-content .view-content-wrapper a:active{text-decoration:none;}.yellow-block .view-content .view-content-wrapper a:hover i,.yellow-block .view-content .view-content-wrapper a:focus i,.yellow-block .view-content .view-content-wrapper a:active i{margin-left:10px;padding-right:0;}.yellow-block .view-content .view-content-wrapper a i{right:10px;display:block !important;margin-left:5px;padding-right:5px;font-size:24px;line-height:1;vertical-align:middle;transition:all 0.3s;}.yellow-block .view-footer .view-footer-wrapper a{display:block;padding:9px 10px;background-color:#232732;font-size:14px;font-weight:700;color:#fdcf09;text-align:right;}.yellow-block .view-footer .view-footer-wrapper a:first-child{border-bottom:1px solid #383e50;}.yellow-block .view-footer .view-footer-wrapper a:hover,.yellow-block .view-footer .view-footer-wrapper a:focus,.yellow-block .view-footer .view-footer-wrapper a:active{text-decoration:none;}.yellow-block .view-footer .view-footer-wrapper a:hover i,.yellow-block .view-footer .view-footer-wrapper a:focus i,.yellow-block .view-footer .view-footer-wrapper a:active i{margin-left:10px;padding-right:0;}.yellow-block .view-footer .view-footer-wrapper a i{margin-left:5px;padding-right:5px;font-size:24px;line-height:1;vertical-align:middle;transition:all 0.3s;}aside section#block-views-block-taxonomy-views-block-3 .view-footer a{font-size:14px;font-style:normal;color:#FDCF09;display:block;}aside section#block-views-block-taxonomy-views-block-3 .view-footer a:nth-child(2){margin-top:10px;}aside #block-views-block-frontpage-views-block-24 .view-content{padding-bottom:5px;}aside .normal-item:not(.compact-item) .view-content{padding:5px 0 0;}aside .normal-item:not(.compact-item) .view-content .article-item{padding:0 5px 5px;}aside .normal-item:not(.compact-item) .view-content .article-item:last-child{padding-bottom:0;}aside .normal-item:not(.compact-item) .view-content .article-item a{margin-bottom:0;background-color:#36363d;}aside .normal-item:not(.compact-item) .view-content .article-item a .channel-title{background-color:unset;}aside .compact-item.normal-item .view-content{padding:0;}aside .compact-item.normal-item .view-content .article-item{padding:0 10px;}aside .compact-item.normal-item .view-content .article-item:hover,aside .compact-item.normal-item .view-content .article-item:focus,aside .compact-item.normal-item .view-content .article-item:active{background-color:#191b23;}aside .compact-item.normal-item .view-content .article-item:hover a,aside .compact-item.normal-item .view-content .article-item:focus a,aside .compact-item.normal-item .view-content .article-item:active a{padding:10px;margin:0 -10px;}aside .compact-item.normal-item .view-content .article-item:not(:last-child){padding:0 10px;}aside .compact-item.normal-item .view-content .article-item a{margin-bottom:0;}aside .compact-item.normal-item .view-content .article-item a .channel-title{background-color:unset;}.btn-yellow{padding:4px 43px;font-weight:700;color:#333333;background-color:#fdcf09;border-color:#d1aa02;}#block-views-block-frontpage-views-block-2 .view-content .article-item:last-child a{margin-bottom:0;}.block-views-blocktaxonomy-views-block-1 .team-logo{width:13%;display:inline-block;}.block-views-blocktaxonomy-views-block-1 .black-block .view-content{background-color:transparent;}.block-views-blocktaxonomy-views-block-1 .team-logo img{margin:0 auto;}#block-views-block-taxonomy-views-block-4 .team-logos .team-logo,#block-views-block-taxonomy-views-block-5 .team-logos .team-logo,#block-views-block-taxonomy-views-block-6 .team-logos .team-logo{padding-top:10px;padding-bottom:10px;}#block-views-block-taxonomy-views-block-2 .team-logos .team-logo:nth-last-child(-n+2):after{border-bottom:0;}.team-logos .view-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;}#block-views-block-taxonomy-views-block-6 .view-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;column-gap:6px;}.team-logos .view-content:after{content:'';display:block;clear:both;}.team-logos .team-logo{margin:auto;padding-top:5px;padding-bottom:5px;}.team-logos .team-logo img{width:30px;height:30px;object-fit:contain;}.team-logos .team-logo a{color:#fff;}.team-logos .team-logo a:hover,.team-logos .team-logo a:focus,.team-logos .team-logo a:active{text-decoration:none;}.team-logos .team-logo a .flex-block{display:flex;flex-wrap:wrap;align-items:center;flex-grow:1;}.team-logos .team-logo a .flex-block .logo{padding-right:5px;}.channel-title .title{color:#fff;}.compact-item .view-content{padding:0 10px;}.compact-item .view-content .black-bg:hover,.compact-item .view-content .black-bg:focus,.compact-item .view-content .black-bg:active{background-color:#191b23;}.compact-item .view-content .black-bg:hover a,.compact-item .view-content .black-bg:focus a,.compact-item .view-content .black-bg:active a{padding:10px;margin:0 -10px;}.compact-item .view-content a{display:block;position:relative;padding:10px 0;color:#fff;border-bottom:1px solid #383e50;transition:all 0.3s;}.compact-item .view-content a:hover,.compact-item .view-content a:focus,.compact-item .view-content a:active{text-decoration:none;}.compact-item .view-content a .channel-title{display:block;background-color:unset;}.compact-item .view-content a .time{position:absolute;right:35px;font-size:10px;line-height:22px;}.compact-item .view-content a i{position:absolute;top:8px;right:5px;font-size:24px;color:#fdcf09;}.compact-item img{display:none;}.normal-item:not(.compact-item) .black-bg{background-color:transparent;}.normal-item:not(.compact-item) .black-bg:hover,.normal-item:not(.compact-item) .black-bg:focus,.normal-item:not(.compact-item) .black-bg:active{background-color:transparent;}.normal-item:not(.compact-item) .black-bg:hover a,.normal-item:not(.compact-item) .black-bg:focus a,.normal-item:not(.compact-item) .black-bg:active a{padding:5px;margin:0 0 10px;}#block-newsaggregatorblock .view-header{padding:0;margin:0;}#block-newsaggregatorblock .view-header .media-logos{display:flex;flex-grow:1;padding:15px 0;justify-content:center;background-color:#232732;}#block-newsaggregatorblock .view-header .media-logos .ms-logo{flex-grow:1;text-align:center;}#block-newsaggregatorblock .item-wrapper{padding:5px 0 0;background-color:#232732;}#block-newsaggregatorblock .item-wrapper:after{content:'';display:block;clear:both;}#block-newsaggregatorblock .item-wrapper a{display:block;padding:5px;margin-left:-5px;margin-right:-5px;position:relative;background-color:#36363d;color:#fff;}#block-newsaggregatorblock .item-wrapper a:hover,#block-newsaggregatorblock .item-wrapper a:focus,#block-newsaggregatorblock .item-wrapper a:active{text-decoration:none;}#block-newsaggregatorblock .item-wrapper .image{display:block;}#block-newsaggregatorblock .item-wrapper .image img{object-fit:cover;width:120px;height:90px;}#block-newsaggregatorblock .item-wrapper .source-title{display:block;position:absolute;top:0;bottom:0;padding:10px 5px;line-height:1;left:125px;}#block-newsaggregatorblock .item-wrapper .source-title .source{margin-right:7px;color:#fdcf09;font-weight:700;}#block-newsaggregatorblock .item-wrapper .media-item{padding-bottom:5px;}.programma.yellow-block .view-header{margin-bottom:0;}.programma .agonistiki-wrapper{display:flex;flex-wrap:wrap;padding:10px;font-weight:700;}.programma .agonistiki-wrapper .agonistiki-header{font-size:16px;color:#fff;}.programma .agonistiki-wrapper a{display:block;margin-left:auto;font-size:14px;font-style:normal;color:#fdcf09;}.programma .agonistiki-wrapper a:hover,.programma .agonistiki-wrapper a:focus,.programma .agonistiki-wrapper a:active{text-decoration:none;}.programma .agonistiki-wrapper a:hover i,.programma .agonistiki-wrapper a:focus i,.programma .agonistiki-wrapper a:active i{margin-left:10px;padding-right:0;}.programma .agonistiki-wrapper a i{margin-left:5px;padding-right:5px;font-size:24px;line-height:1;vertical-align:middle;transition:all 0.3s;}.programma .championship-round h2{margin:0;padding:10px;font-size:16px;font-weight:700;color:#fff;}.footer-teams-block .view-content{margin-left:-10px;margin-right:-10px;}#block-views-block-taxonomy-views-block-5 .team-logos .team-logo{flex:1 0 12.5%;text-align:center;display:flex;justify-content:center;}.footer-information .site-links:after{content:'';display:block;padding-top:10px;border-bottom:1px solid #4e4e58;}.footer-information .site-links ul{list-style:none;padding:0;margin:0;text-align:center;}.footer-information .site-links ul li{display:block;padding:5px 10px;line-height:1;}.footer-information .site-links ul li a{line-height:1;text-transform:uppercase;color:#fff;}.footer-information .site-links ul li a:hover,.footer-information .site-links ul li a:focus,.footer-information .site-links ul li a:active{text-decoration:none;}.footer-information .dt-information{padding:20px 0 10px;color:#fff;text-align:center;}.footer-information .dt-information ul{list-style:none;padding:0;margin:0;}.footer-information .dt-information ul li{display:inline-block;padding:10px;}.footer-information .dt-information a{color:#fff;}.footer-information .dt-information span{display:block;padding:10px 0;font-size:10px;text-transform:uppercase;}.block-views-blocktaxonomy-views-block-1 .view-header,#block-views-block-taxonomy-views-block-6 .view-header{padding:0;}.block-views-blocktaxonomy-views-block-1 .view-content .team-logo:after,#block-views-block-taxonomy-views-block-6 .view-content .team-logo:after{border-bottom:0;}@media (min-width:376px){#block-views-block-frontpage-views-block-11 .ad{float:none;}}@media (min-width:440px){.ad{float:right;}}@media (min-width:442px){#block-views-block-frontpage-views-block-11 .ad{float:right;}}@media (min-width:768px){section#block-views-block-frontpage-views-block-27 .view-content .article-item:nth-child(4),section#block-views-block-frontpage-views-block-24 .view-content .article-item:nth-child(4){display:block;}section#block-views-block-frontpage-views-block-27 .view-content .article-item:nth-child(5),section#block-views-block-frontpage-views-block-24 .view-content .article-item:nth-child(5){display:block;}section#block-views-block-frontpage-views-block-27 .view-content .article-item:nth-child(6),section#block-views-block-frontpage-views-block-24 .view-content .article-item:nth-child(6){display:block;}body.page-node-type-article section.block-views-blocktaxonomy-views-block-1,body.page-node-type-article section#block-views-block-taxonomy-views-block-6{display:block;}section#block-populararticlesblock{display:block;}.block-views-blockfrontpage-views-block-5 .title{width:auto;}.block-views-blockfrontpage-views-block-5 .time{top:unset;}aside section#block-views-block-frontpage-views-block-5-2 .compact-item.normal-item .view-content .article-item:last-child{display:none;}aside section#block-views-block-frontpage-views-block-5-2 .compact-item.normal-item .view-content .article-item:nth-last-child(2){padding-bottom:1px;}section.block-views-blocktaxonomy-views-block-1,section#block-views-block-taxonomy-views-block-6{margin-top:10px;}#block-newsaggregatorblock .view-header .header-wrapper{display:flex;align-items:center;}#block-newsaggregatorblock .view-header .header-wrapper .media-logos{padding:0 0 0 15px;background-color:unset;}#block-newsaggregatorblock .item-wrapper{display:flex;flex-wrap:wrap;}.footer-information .site-links:after{width:620px;padding-top:30px;margin:auto;}.footer-information .site-links ul li{display:inline-block;padding:0 10px;}#block-views-block-taxonomy-views-block-5 .team-logos .team-logo{flex:1 0 9.090909%;}#block-views-block-taxonomy-views-block-4 .team-logos .team-logo:nth-child(n+9):after{border-bottom:0;}.programma .agonistiki-wrapper a{display:unset;}aside #block-views-block-frontpage-views-block-5-2 .view-content .article-item:last-child{display:block;padding:0 5px;}aside #block-views-block-frontpage-views-block-5-2 .view-content .article-item:last-child a{margin-bottom:0;}aside .compact-item.normal-item .view-content{padding:5px 0 0;}aside .compact-item.normal-item .view-content .article-item{padding:5px 0;}aside .compact-item.normal-item .view-content .article-item:hover,aside .compact-item.normal-item .view-content .article-item:focus,aside .compact-item.normal-item .view-content .article-item:active{padding:5px;margin:0;}aside .compact-item.normal-item .view-content .article-item:hover a,aside .compact-item.normal-item .view-content .article-item:focus a,aside .compact-item.normal-item .view-content .article-item:active a{padding:5px;margin:0 0 5px 0;}aside .compact-item.normal-item .view-content .article-item a{margin:0 0 5px 0;}aside .compact-item.normal-item .view-content .article-item:not(:last-child){padding:0 5px;}aside .compact-item.normal-item .view-content a{display:block;position:relative;padding:5px;margin-bottom:10px;background-color:#36363d;border-bottom:unset;}aside .compact-item.normal-item .view-content a .main-image img{display:inline-block;width:auto;height:90px;}aside .compact-item.normal-item .view-content a .channel-title{display:block;width:unset;height:unset;padding:10px 5px 10px 10px;position:absolute;top:0;bottom:0;left:125px;background-color:rgba(35,39,50,0.65);line-height:1.2;white-space:unset;overflow:unset;text-overflow:unset;}aside .compact-item.normal-item .view-content a .channel-title .channel{margin-right:7px;color:#fdcf09;font-weight:700;}aside .compact-item.normal-item .view-content a .channel-title .title{color:#fff;}aside .compact-item.normal-item .view-content a .time{position:absolute;bottom:5px;left:10px;font-size:10px;color:#fdcf09;line-height:1.2;width:150px;}aside .compact-item.normal-item .view-content a i{display:none;}}@media (min-width:992px){section#block-views-block-frontpage-views-block-19 .yellow-block .view-content .view-content-wrapper{padding:0 10px;}.yellow-block .view-content .view-content-wrapper{padding:0 10px;}.yellow-block .view-content .view-content-wrapper a{display:block !important;padding:9px 43px 10px 9px !important;background-color:#232732 !important;font-size:14px;font-weight:700;color:#fdcf09;text-align:right;margin-bottom:0 !important;}.yellow-block .view-content .view-content-wrapper a:first-child{border-bottom:1px solid #383e50;}.yellow-block .view-content .view-content-wrapper a:hover,.yellow-block .view-content .view-content-wrapper a:focus,.yellow-block .view-content .view-content-wrapper a:active{text-decoration:none;}.yellow-block .view-content .view-content-wrapper a:hover i,.yellow-block .view-content .view-content-wrapper a:focus i,.yellow-block .view-content .view-content-wrapper a:active i{margin-left:10px;padding-right:0;}.yellow-block .view-content .view-content-wrapper a i{right:10px;display:block !important;margin-left:5px;padding-right:5px;font-size:24px;line-height:1;vertical-align:middle;transition:all 0.3s;}.car-block-title-trim{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}.block-views-blockfrontpage-views-block-5 .title,.block-views-blockfrontpage-views-block-6 .title,.block-views-blockfrontpage-views-block-7 .title,.block-views-blockfrontpage-views-block-20 .title,.block-views-blockfrontpage-views-block-21 .title,.block-views-blockfrontpage-views-block-26 .title{width:auto;}.block-views-blockfrontpage-views-block-5 .time,.block-views-blockfrontpage-views-block-6 .time,.block-views-blockfrontpage-views-block-7 .time,.block-views-blockfrontpage-views-block-20 .time,.block-views-blockfrontpage-views-block-21 .time,.block-views-blockfrontpage-views-block-26 .time{top:unset;}section#block-views-block-frontpage-views-block-2 .advert-item .gamw-normal{position:relative;right:unset;top:unset;text-align:center;}section#block-views-block-frontpage-views-block-4 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-15 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-14 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-17 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-6 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-11 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-19 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-12 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-7 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-21 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-31 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-20 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-33 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-36 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-35 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-37 .view-header h3.block-header.with-link .pipe,section#block-views-block-frontpage-views-block-38 .view-header h3.block-header.with-link .pipe{display:none;}section#block-views-block-frontpage-views-block-4 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-15 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-14 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-17 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-6 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-11 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-19 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-12 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-7 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-21 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-31 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-20 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-33 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-36 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-35 .view-header h3.block-header.with-link i.fal.fa-chevron-right,section#block-views-block-frontpage-views-block-37 .view-header h3.block-header.with-link i.fal.fa-chevron-right{display:inline;}section#block-views-block-frontpage-views-block-21 .channel-title .channel{display:block;}.yellow-block.big-item .view-content{padding:unset;}.yellow-block.big-item .view-content a i{display:none;}#block-views-block-taxonomy-views-block-4 .team-logos{padding-top:5px;padding-bottom:5px;}#block-views-block-taxonomy-views-block-4 .team-logos .team-logo:nth-child(n+7):after{border-bottom:0;}.yellow-block .view-header .header-wrapper h3.block-header a .taxonomy-link{display:inline;}.compact-item.normal-item .black-bg{background-color:transparent;}.compact-item.normal-item .black-bg:hover,.compact-item.normal-item .black-bg:focus,.compact-item.normal-item .black-bg:active{background-color:transparent;}.compact-item.normal-item .black-bg:hover a,.compact-item.normal-item .black-bg:focus a,.compact-item.normal-item .black-bg:active a{padding:5px;margin:0 0 10px;}.compact-item.normal-item .view-content{padding:unset;}.compact-item.normal-item .view-content a{display:block;position:relative;padding:5px;margin-bottom:10px;background-color:#232732;border-bottom:unset;}.compact-item.normal-item .view-content a .main-image img{display:inline-block;width:auto;height:90px;}.compact-item.normal-item .view-content a .channel-title{display:block;width:unset;height:unset;padding:10px 5px 10px 10px;position:absolute;top:0;bottom:0;left:125px;background-color:rgba(35,39,50,0.65);line-height:1.2;}.compact-item.normal-item .view-content a .channel-title .channel{margin-right:7px;color:#fdcf09;font-weight:700;}.compact-item.normal-item .view-content a .channel-title .title{color:#fff;}.compact-item.normal-item .view-content a .time{position:absolute;bottom:5px;left:10px;font-size:10px;color:#fdcf09;line-height:1.2;width:150px;}.compact-item.normal-item .view-content a i{display:none;}.compact-item .view-content a .channel-title{width:unset;white-space:unset;overflow:unset;text-overflow:unset;background-color:rgba(35,39,50,0.65);}.compact-item.big-item .black-bg,.normal-item.big-item .black-bg{background-color:transparent;}.compact-item.big-item .black-bg:hover,.normal-item.big-item .black-bg:hover,.compact-item.big-item .black-bg:focus,.normal-item.big-item .black-bg:focus,.compact-item.big-item .black-bg:active,.normal-item.big-item .black-bg:active{background-color:transparent;}.compact-item.big-item .black-bg:hover a,.normal-item.big-item .black-bg:hover a,.compact-item.big-item .black-bg:focus a,.normal-item.big-item .black-bg:focus a,.compact-item.big-item .black-bg:active a,.normal-item.big-item .black-bg:active a{padding:0px;margin:0;}.compact-item.big-item .view-content,.normal-item.big-item .view-content{padding:unset;}.compact-item.big-item .view-content a,.normal-item.big-item .view-content a{padding:0;}.compact-item.big-item .view-content a .main-image,.normal-item.big-item .view-content a .main-image{text-align:center;}.compact-item.big-item .view-content a .main-image img,.normal-item.big-item .view-content a .main-image img{display:block;width:unset;height:unset;}.compact-item.big-item .view-content a .channel-title,.normal-item.big-item .view-content a .channel-title{display:block;width:100%;height:60px;position:absolute;padding:10px;top:unset;bottom:0;left:unset;}.compact-item.big-item .view-content a .channel-title .channel,.normal-item.big-item .view-content a .channel-title .channel{margin-right:7px;color:#fdcf09;font-weight:700;}.compact-item.big-item .view-content a .channel-title .title,.normal-item.big-item .view-content a .channel-title .title{color:#fff;}#block-newsaggregatorblock .item-wrapper{padding:20px 10px 10px;}#block-newsaggregatorblock .item-wrapper a{height:100%;padding:0 0 10px;margin-left:0;margin-right:0;background-color:unset;}#block-newsaggregatorblock .item-wrapper a:after{content:'';display:block;width:100%;position:absolute;bottom:0;border-bottom:1px solid #383e50;}#block-newsaggregatorblock .item-wrapper .image img{width:100%;height:auto;margin-bottom:10px;}#block-newsaggregatorblock .item-wrapper .source-title{display:block;padding:unset;position:unset;top:unset;bottom:unset;left:unset;line-height:1.42857143;}#block-newsaggregatorblock .item-wrapper .media-item{margin-bottom:10px;}#block-views-block-taxonomy-views-block-5 .team-logos .team-logo{flex:1;}#block-quicktabsvideosblock .views-element-container{padding:20px 0 10px;}#block-quicktabsvideosblock .views-element-container .title{padding:10px 0 0px;}#block-quicktabsvideosblock .views-element-container .leading-video .article-item:after{border-bottom:0;}#block-quicktabsvideosblock .views-element-container .video-group .row{display:flex;flex-wrap:wrap;}#block-quicktabsvideosblock .views-element-container .no-padding{padding:0;}#block-quicktabsvideosblock .views-element-container .article-item .video-article,#block-quicktabsvideosblock .views-element-container .article-item .video-article-2,#block-quicktabsvideosblock .views-element-container .article-item .video-article-3{cursor:pointer;}#block-quicktabsvideosblock .views-element-container .article-item .video-article .main-image,#block-quicktabsvideosblock .views-element-container .article-item .video-article-2 .main-image,#block-quicktabsvideosblock .views-element-container .article-item .video-article-3 .main-image{display:block;width:unset;}#block-quicktabsvideosblock .views-element-container .article-item .video-article .channel-title,#block-quicktabsvideosblock .views-element-container .article-item .video-article-2 .channel-title,#block-quicktabsvideosblock .views-element-container .article-item .video-article-3 .channel-title{display:block;position:unset;top:unset;bottom:unset;padding:unset;line-height:unset;left:unset;}#block-quicktabsvideosblock .views-element-container .view-footer .view-footer-wrapper{position:absolute;left:0;bottom:-15px;}#block-views-block-frontpage-views-block-20 .yellow-block .view-header .header-wrapper h3.block-header.with-link{width:400px;}}.black-yellow-block{padding:10px 0;margin-left:-10px;margin-right:-10px;}.black-yellow-block .view-header{padding:0 10px;}.black-yellow-block .view-header .header-wrapper{border-top:5px solid #fdcf09;}.black-yellow-block .view-header .header-wrapper:after{content:'';display:block;clear:both;}.black-yellow-block .view-header .header-wrapper h3{margin:0;padding:11px 10px;color:#fdcf09;}.black-yellow-block .view-header .header-wrapper h3.block-header{display:inline-block;max-height:44px;position:relative;margin-top:0;margin-bottom:0;font-size:20px;font-weight:900;font-style:italic;background-color:#232732;}.black-yellow-block .view-header .header-wrapper h3.block-header:after{content:'';display:block;position:absolute;top:0;right:-18px;width:0;height:0;border-style:solid;border-width:44px 18px 0 0;border-color:#232732 transparent transparent transparent;}.black-yellow-block .view-header .header-wrapper h3.block-header a{padding-left:10px;font-size:14px;font-style:normal;color:#fdcf09;}.black-yellow-block .view-header .header-wrapper h3.block-header a:hover,.black-yellow-block .view-header .header-wrapper h3.block-header a:focus,.black-yellow-block .view-header .header-wrapper h3.block-header a:active{text-decoration:none;}.black-yellow-block .view-header .header-wrapper h3.block-header a:hover i,.black-yellow-block .view-header .header-wrapper h3.block-header a:focus i,.black-yellow-block .view-header .header-wrapper h3.block-header a:active i{margin-left:10px;padding-right:0;}.black-yellow-block .view-header .header-wrapper h3.block-header a i{margin-left:5px;padding-right:5px;font-size:24px;line-height:1;vertical-align:middle;transition:all 0.3s;}.black-yellow-block .view-content{padding:0 10px;}.black-yellow-block .view-content .article-item{padding:0 10px;background-color:#232732;}.black-yellow-block .view-content .article-item:hover,.black-yellow-block .view-content .article-item:focus,.black-yellow-block .view-content .article-item:active{background-color:#191b23;}.black-yellow-block .view-content .article-item:hover a,.black-yellow-block .view-content .article-item:focus a,.black-yellow-block .view-content .article-item:active a{padding:10px;margin:0 -10px;}.black-yellow-block .view-content a{display:block;position:relative;padding:10px 0;color:#fff;border-bottom:1px solid #383e50;transition:all 0.3s;}.black-yellow-block .view-content a:hover,.black-yellow-block .view-content a:focus,.black-yellow-block .view-content a:active{text-decoration:none;}.black-yellow-block .view-content a .time{position:absolute;right:35px;font-size:10px;line-height:22px;}.black-yellow-block .view-content a i{position:absolute;top:8px;right:5px;font-size:24px;color:#fdcf09;}.black-yellow-block img{display:none;}.black-yellow-block .view-footer{display:none;}@media (min-width:368px){#block-quicktabsvideosblock .quicktabs-tabs{display:flex;flex-wrap:wrap;}#block-quicktabsvideosblock .quicktabs-tabs li{display:inline-block;}#block-quicktabsvideosblock .quicktabs-tabs li:last-child{flex-grow:1;}#block-quicktabsvideosblock .quicktabs-tabs li:last-child:after{display:none;}#block-quicktabsvideosblock .quicktabs-tabs li:not(:first-child){padding:0 10px 0 20px;}}@media (min-width:386px){#block-quicktabsvideosblock .quicktabs-tabs{display:block;flex-wrap:unset;}#block-quicktabsvideosblock .quicktabs-tabs li:last-child:after{display:block;}}@media (min-width:768px){.black-yellow-block{margin-left:0;margin-right:0;}.black-yellow-block .view-header{padding:14px 10px;background-color:#36363d;}.black-yellow-block .view-header .header-wrapper{border-top:0;}.black-yellow-block .view-header .header-wrapper h3{margin:0;padding:0;color:#fdcf09;}.black-yellow-block .view-header .header-wrapper h3.block-header{background-color:unset;}.black-yellow-block .view-header .header-wrapper h3.block-header:after{display:none;}.black-yellow-block .view-header .header-wrapper h3 a{display:none;}.black-yellow-block .view-content{padding:5px 0 0;background-color:#232732;}.black-yellow-block .view-content .article-item{background-color:#232732;padding-left:5px;padding-right:5px;}.black-yellow-block .view-content .article-item:not(:last-child){padding-bottom:5px;}.black-yellow-block .view-content .article-item:hover,.black-yellow-block .view-content .article-item:focus,.black-yellow-block .view-content .article-item:active{background-color:unset;}.black-yellow-block .view-content .article-item:hover a,.black-yellow-block .view-content .article-item:focus a,.black-yellow-block .view-content .article-item:active a{padding:5px;margin:unset;}.black-yellow-block .view-content a{display:block;position:relative;padding:5px;background-color:#36363d;transition:unset;border-bottom:unset;}.black-yellow-block .view-content a .main-image img{width:auto;height:90px;}.black-yellow-block .view-content a .channel-title{display:block;position:absolute;top:0;bottom:0;padding:10px 5px 10px 10px;background-color:unset;line-height:1.2;left:125px;}.black-yellow-block .view-content a .channel-title .channel{margin-right:7px;color:#fdcf09;font-weight:700;}.black-yellow-block .view-content a .channel-title .title{color:#fff;}.black-yellow-block .view-content a .time{position:absolute;bottom:5px;left:10px;font-size:10px;color:#fdcf09;width:150px;}.black-yellow-block .view-footer{display:block;background-color:#232732;}.black-yellow-block img{display:unset;}}#block-views-block-frontpage-views-block-4 .black-bg:nth-child(n+11){display:none;}#block-views-block-frontpage-views-block-11 .black-bg:nth-child(n+3){display:none;}#block-views-block-frontpage-views-block-12 .black-bg:nth-child(n+3){display:block;}#block-newsaggregatorblock .media-item:nth-child(n+5){display:none;}#block-views-block-frontpage-views-block-7 .article-item:nth-child(n+3){display:none;}#quicktabs-tabpage-videos_block-0 .video-group .col-sm-6:nth-child(n+2),#quicktabs-tabpage-videos_block-1 .video-group .col-sm-6:nth-child(n+2),#quicktabs-tabpage-videos_block-2 .video-group .col-sm-6:nth-child(n+2){display:none;}#block-views-block-frontpage-views-block-14 .article-item:nth-child(n+7),#block-views-block-frontpage-views-block-36 .article-item:nth-child(n+7){display:none;}#block-views-block-frontpage-views-block-14 .article-item:nth-child(n+6) a,#block-views-block-frontpage-views-block-36 .article-item:nth-child(n+6) a{margin-bottom:0;}#block-views-block-frontpage-views-block-15 .article-item:nth-child(n+3){display:none;}#block-views-block-frontpage-views-block-15 .article-item:nth-child(n+2) a{margin-bottom:0;}#block-views-block-frontpage-views-block-17 .article-item:nth-child(n+2) a{margin-bottom:10px;}#block-views-block-frontpage-views-block-18 .article-item:nth-child(n+3){display:none;}#block-views-block-frontpage-views-block-18 .article-item:nth-child(n+2) a{margin-bottom:0;}#block-views-block-frontpage-views-block-19 .article-item:nth-child(n+3){display:none;}#block-views-block-frontpage-views-block-19 .article-item:nth-child(n+2) a{margin-bottom:0;}#block-views-block-taxonomy-views-block-4 .team-logo a span.logo-name{display:flex;align-items:center;}#block-views-block-taxonomy-views-block-4 .team-logo a span.logo-name .logo{padding-right:5px;}#block-views-block-frontpage-views-block-20 .article-item:nth-child(n+3){display:none;}#block-views-block-frontpage-views-block-5-2 .article-item:nth-child(n+3){display:none;}@media (min-width:768px){#quicktabs-tabpage-videos_block-0 .video-group .col-sm-6:nth-child(n+2),#quicktabs-tabpage-videos_block-1 .video-group .col-sm-6:nth-child(n+2),#quicktabs-tabpage-videos_block-2 .video-group .col-sm-6:nth-child(n+2){display:block;}#quicktabs-tabpage-videos_block-0 .video-group .col-sm-6:nth-child(n+4),#quicktabs-tabpage-videos_block-1 .video-group .col-sm-6:nth-child(n+4),#quicktabs-tabpage-videos_block-2 .video-group .col-sm-6:nth-child(n+4){display:none;}#block-views-block-frontpage-views-block-4 .black-bg:nth-child(n+9){display:none;}#block-views-block-frontpage-views-block-11 .black-bg:nth-child(n+3){display:block;}#block-views-block-frontpage-views-block-12 .black-bg:nth-child(n+3){display:block;}}@media (min-width:992px){#block-views-block-frontpage-views-block-5-2 .article-item:nth-child(n+3){display:block;}#block-views-block-frontpage-views-block-6 .article-item:nth-child(n+3){display:none;}#block-views-block-frontpage-views-block-4 .black-bg:nth-child(n+9){display:block;}#block-newsaggregatorblock .media-item:nth-child(n+5){display:block;}#block-views-block-frontpage-views-block-7 .article-item:nth-child(n+3){display:block;}#quicktabs-tabpage-videos_block-0 .video-group .col-sm-6:nth-child(n+4),#quicktabs-tabpage-videos_block-1 .video-group .col-sm-6:nth-child(n+4),#quicktabs-tabpage-videos_block-2 .video-group .col-sm-6:nth-child(n+4){display:block;}#block-views-block-taxonomy-views-block-4 .team-logo{text-align:unset;}#block-views-block-taxonomy-views-block-4 .team-logo a span .name{display:inline-block;}#block-views-block-frontpage-views-block-2 .article-item:nth-last-child(-n+2) a{margin-bottom:0;}#block-views-block-frontpage-views-block-6 .article-item:nth-last-child(-n+2) a{margin-bottom:0;}#block-views-block-frontpage-views-block-7 .article-item:nth-last-child(-n+2) a{margin-bottom:0;}#block-views-block-frontpage-views-block-11 .article-item:nth-last-child(-n+2) a{margin-bottom:0;}#block-views-block-frontpage-views-block-12 .article-item:nth-last-child(-n+2) a{margin-bottom:0;}#block-views-block-frontpage-views-block-14 .article-item:nth-child(n+5),#block-views-block-frontpage-views-block-36 .article-item:nth-child(n+5){display:block;}#block-views-block-frontpage-views-block-14 .article-item:not(:nth-last-child(-n+2)) a,#block-views-block-frontpage-views-block-36 .article-item:not(:nth-last-child(-n+2)) a{margin-bottom:10px;}#block-views-block-frontpage-views-block-15 .article-item:nth-child(n+3){display:block;}#block-views-block-frontpage-views-block-15 .article-item:not(:nth-last-child(-n+2)) a{margin-bottom:10px;}#block-views-block-frontpage-views-block-17 .article-item:nth-child(n+5){display:none;}#block-views-block-frontpage-views-block-17 .article-item a{margin-bottom:0;}#block-views-block-frontpage-views-block-18 .article-item:nth-child(n+3){display:block;}#block-views-block-frontpage-views-block-18 .article-item a{margin-bottom:0;}#block-views-block-frontpage-views-block-19 .article-item:nth-child(n+3){display:block;}#block-views-block-frontpage-views-block-19 .article-item:not(:nth-last-child(-n+2)) a{margin-bottom:10px;}#block-views-block-frontpage-views-block-20 .article-item:nth-child(n+3){display:block;}#block-views-block-frontpage-views-block-20 .article-item:nth-last-child(-n+2) a{margin-bottom:0;}}.button-col{flex-grow:1;text-align:right;}.button-col .btn-team-readmore{color:#fdcf09;}.button-col .btn-team-readmore:hover,.button-col .btn-team-readmore:focus,.button-col .btn-team-readmore:active{text-decoration:none;color:#fdcf09;}.team-description{display:none;margin-top:10px;}.team-description .field--name-field-paragraphs{padding-top:10px;border-top:1px solid #383e50;}.pager .pager__item a{padding:4px 43px;position:relative;font-weight:700;color:#333333;background-color:#fdcf09;border-radius:0;border-color:#d1aa02;}.pager .pager__item a:hover,.pager .pager__item a:focus,.pager .pager__item a:active{background-color:#d1aa02;}.pager .pager__item a:after{content:'';width:20px;height:20px;position:absolute;top:10px;right:10px;background-image:url(/themes/kerkida/images/readmore.svg);background-repeat:no-repeat;font-family:'Font Awesome 5 Pro';font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}@media (min-width:992px){.button-col{display:none;}.team-description{height:unset!important;margin-top:unset;display:block!important;}.team-description .field--name-field-paragraphs{padding-top:unset;border-top:unset;}}.betting-link-image{float:right;}.betting-link-image a{color:#333;}.field--name-field-author,.field--name-field-source{font-weight:bold;font-size:16px;}.field--name-field-paragraphs{font-size:16px;}.field--name-field-paragraphs .field--name-field-media-video-embed-field{margin:10px auto;}.field--name-field-main-image{margin:10px 0;}.share-article-block ul{list-style:none;margin:10px 0;padding:0;}.share-article-block ul .share-social{display:inline-block;margin-right:5px;}@media (min-width:768px){.path-taxonomy .flex-block,.path-eidiseis .flex-block,.path-kyries-eidiseis .flex-block,.path-vathmologies .flex-block{display:flex;flex-wrap:wrap;}.path-taxonomy .flex-block aside.col-sm-5.col-md-4,.path-eidiseis .flex-block aside.col-sm-5.col-md-4,.path-kyries-eidiseis .flex-block aside.col-sm-5.col-md-4,.path-vathmologies .flex-block aside.col-sm-5.col-md-4{position:relative;}.path-frontpage .flex-block{display:flex;flex-wrap:wrap;}.path-frontpage .region:not(.region-navigation-collapsible){height:100%;}.path-frontpage .region:not(.region-navigation-collapsible) .sticky-sidebar{position:-webkit-sticky;position:sticky;top:50px;}.path-frontpage.toolbar-fixed .region:not(.region-navigation-collapsible) .sticky-sidebar{top:89px;}.path-frontpage.toolbar-fixed.toolbar-tray-open .region:not(.region-navigation-collapsible) .sticky-sidebar{top:129px;}.path-frontpage .region .sticky-sidebar{padding-bottom:0;}.field--name-field-paragraphs .field--name-field-media-video-embed-field{margin:30px auto;}}@media (min-width:992px){.field--name-field-paragraphs .field--name-field-media-video-embed-field{margin:10px auto;}div.paragraph--type--twitter,div.paragraph--type--instagram{width:400px;}}.page-node-type-poll .breadcrumb{display:none;}.page-node-type-article .breadcrumb li:last-child{display:none;}.page-node-type-league-table .breadcrumb{display:none;}.breadcrumb > .active{font-weight:700;color:#000;}.path-taxonomy .breadcrumb-col-r,.page-node-type-page .breadcrumb-col-r,.path-programma .breadcrumb-col-r{margin-top:10px;}.breadcrumb-col-r{margin-bottom:10px;text-align:left;}.league-block{background-color:#232732;padding:0 10px;}.league-table{margin-bottom:0;color:#fff;vertical-align:middle;}.league-table a{color:#fff;}.league-table a:hover,.league-table a:focus,.league-table a:active{color:#fff;text-decoration:none;}.league-table.table-responsive{border:0;width:100%;}.league-table > thead > tr > th{padding:12px 8px;font-size:16px;border-bottom:0;}.league-table > tbody > tr > td{vertical-align:middle;border:0;}.league-table > tbody > tr > td.league-group{color:#fdcf09;background-color:#191b23;border-top:1px solid #383e50;border-bottom:1px solid #383e50;}.league-table > tbody > tr > td:first-child:not(.league-group) .team-icon{display:inline-block;padding-right:5px;}.league-table > tbody > tr > td:first-child:not(.league-group) .team-icon img{width:30px;height:30px;}.league-table > tbody > tr > td:first-child:not(.league-group) .field--name-name{display:inline-block;}.league-table > tbody > tr > td .field--item{vertical-align:middle;display:inline-block;}.media-gallery .field--items{margin:0 -10px;}.media-gallery .field--items .field--item img{width:100%;height:auto;}.field--name-field-gallery{margin:0 -10px;}.field--name-field-gallery .field--item{margin:10px 0;}.field--name-field-gallery .field--item img{width:100%;height:auto;}#cboxTitle{display:none!important;}.page-search-container label,.page-search-container .page-search-box{width:100%;}.page-search-container .page-search-box{padding:5px 10px;border:1px solid #232732;background-color:#e5e5e5;}.cse .gsc-control-cse,.gsc-control-cse{padding:0!important;}.gs-title{font-size:14px!important;font-weight:700;}.gsc-control-cse,.gsc-control-cse .gsc-table-result{font-size:14px!important;}.gs-result .gs-title,.gs-result .gs-title *{text-decoration:none!important;}.gcsc-more-maybe-branding-root,.gsc-url-top{display:none!important;}.gsc-webResult.gsc-result,.gsc-results .gsc-imageResult{border-left:1px solid transparent;}.gsc-webResult .gsc-result{border-bottom:0!important;}.player-wrapper{background-color:#232732;height:100vh;position:relative;}.play-pause{font-family:'Font Awesome 5 Pro';font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;padding:10px 30px;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.play-pause:before{content:'\f04b';}.stations{width:100%;position:absolute;bottom:0;}.station{position:relative;height:100px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-webkit-box-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;box-sizing:border-box;}.station:hover{background-color:#434a5f;}.station .title{font-size:20px;line-height:40px;font-weight:300;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,0.33);}.station .subtitle{display:inline-block;vertical-align:middle;}.station .live{width:65px;height:20px;background-color:#cc1919;border-radius:3px;font-weight:bold;color:#fff;font-size:10px;line-height:20px;display:inline-block;text-align:center;vertical-align:middle;opacity:0;text-shadow:none;}.station.is-playing{background-color:#fdcf09;}.station.is-playing .play-pause:before{content:'\f04c';}.station.is-playing .title{color:#232732;}.station.is-playing .playing{display:block;}.station.is-playing .live{opacity:1;}.station .playing{position:absolute;right:50%;top:5px;margin:auto -25px auto auto;width:50px;height:20px;text-align:center;font-size:10px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;display:none;}.station .playing > div{background-color:#232732;height:100%;width:6px;display:inline-block;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;-webkit-animation:wavy 1s ease infinite forwards;animation:wavy 1s ease infinite forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;box-shadow:1px 1px 2px rgba(0,0,0,0.33);}.station .playing .rect2{-webkit-animation-delay:0.25s;animation-delay:0.25s;}.station .playing .rect3{-webkit-animation-delay:0.5s;animation-delay:0.5s;}.station .playing .rect4{-webkit-animation-delay:0.75s;animation-delay:0.75s;}.station .playing .rect5{-webkit-animation-delay:1.0s;animation-delay:1.0s;}.radio-ad{display:flex;flex-wrap:wrap;}.radio-ad > div{padding:50px;margin:auto;}@media (min-width:375px){.station{}.station .playing{height:40px;right:5%;top:50%;margin:-20px auto;}}@media (min-width:768px){.station{height:unset;}.station .title{font-size:40px;line-height:80px;font-weight:300;}.station .live{width:110px;height:40px;font-size:20px;line-height:40px;}}@-webkit-keyframes wavy{0%{-webkit-transform:scaleY(1);transform:scaleY(1);}50%{-webkit-transform:scaleY(0.6);transform:scaleY(0.6);}100%{-webkit-transform:scaleY(1);transform:scaleY(1);}}@keyframes wavy{0%{-webkit-transform:scaleY(1);transform:scaleY(1);}50%{-webkit-transform:scaleY(0.6);transform:scaleY(0.6);}100%{-webkit-transform:scaleY(1);transform:scaleY(1);}}#video-modal .modal-dialog .modal-content,#video-modal-2 .modal-dialog .modal-content,#video-modal-3 .modal-dialog .modal-content{background-color:#040405;}#video-modal .modal-dialog .modal-content .modal-header,#video-modal-2 .modal-dialog .modal-content .modal-header,#video-modal-3 .modal-dialog .modal-content .modal-header{display:flex;flex-wrap:wrap;border-bottom:0;}#video-modal .modal-dialog .modal-content .modal-header .modal-logo,#video-modal-2 .modal-dialog .modal-content .modal-header .modal-logo,#video-modal-3 .modal-dialog .modal-content .modal-header .modal-logo{flex-grow:1;}#video-modal .modal-dialog .modal-content .modal-header .modal-logo img,#video-modal-2 .modal-dialog .modal-content .modal-header .modal-logo img,#video-modal-3 .modal-dialog .modal-content .modal-header .modal-logo img{height:28px;}#video-modal .modal-dialog .modal-content .modal-header .fa-times,#video-modal-2 .modal-dialog .modal-content .modal-header .fa-times,#video-modal-3 .modal-dialog .modal-content .modal-header .fa-times{font-size:20px;color:#fdcf09;}.toolbar .toolbar-bar{z-index:9999999 !important;}.container.custom-container{display:block;width:100%;margin:0 auto;text-align:center;top:-90px;}.top-bar-container{min-height:70px;}section#block-gamw-12{display:none;}div#toolbar-item-administration-tray{display:block !important;}[id^=block-ad]{text-align:center;}[id^=block-ad]:not(#block-adfeatured5) iframe{margin:10px 0;}.region-sidebar-10 div[id^=gamw] iframe{margin:10px 0;}#teamlogos-ad{text-align:center;position:absolute;}#block-adskinleft160x600,#block-adskinright160x600{display:none;}#block-adtopleaderboard728x90,#block-adleaderboard2728x90,#block-adleaderboard3728x90,#block-adleaderboard4728x90,#block-adleaderboard5728x90,#block-adleaderboard6728x90,#block-adleaderboard7728x90,#block-adleaderboard8728x90{text-align:center;}#block-adrightear202x90{display:none;padding-left:10px;width:202px;margin-right:10px;}.modal-dialog{margin-top:200px;}@media (min-width:1295px){#block-adskinleft160x600{display:block;flex-grow:1;}#block-adskinleft160x600 .field--name-body{width:160px;position:-webkit-sticky;position:sticky;top:60px;float:right;}#block-adskinright160x600{display:block;flex-grow:1;}#block-adskinright160x600 .field--name-body{width:160px;position:-webkit-sticky;position:sticky;top:60px;}.toolbar-horizontal.toolbar-tray-open #block-adskinleft160x600.fixit .field--name-body,.toolbar-horizontal.toolbar-tray-open #block-adskinright160x600.fixit .field--name-body{top:140px;}.toolbar-horizontal:not(.toolbar-tray-open) #block-adskinleft160x600.fixit .field--name-body,.toolbar-horizontal:not(.toolbar-tray-open) #block-adskinright160x600.fixit .field--name-body{top:100px;}#block-adtopleaderboard728x90{display:inline-block;}}.main-container.nav-is-fixed{padding-top:52px;}.paragraph--type--text img{max-width:100%;height:auto;}a:hover,a:focus,a:active{text-transform:none;}body{font-family:'Roboto',sans-serif;}h1{font-size:20px;font-weight:900;}.page-header{border-bottom:0;}.logo{display:inline-block;}.logo.logo-btn{margin:5px 0;}.logo img{height:30px;}#search-modal .modal-content{background-color:unset;border:0;-webkit-box-shadow:unset;box-shadow:unset;}#search-modal .modal-content .modal-header{border-bottom:0;}#search-modal .modal-content .modal-footer{border-top:0;}#search-modal .modal-content .modal-body{color:#fff;text-align:center;}#search-modal .modal-content .modal-body .search-container{display:inline-block;}#search-modal .modal-content .modal-body .help-text{padding:0 15px;font-size:10px;text-align:left;}.search-container label{width:100%;padding:10px 15px;font-size:16px;color:#fdcf09;border-bottom:1px solid #fff;}.search-container #search-box{width:90%;padding:10px 0 0;-webkit-box-shadow:none;background-color:transparent;border-top:0;border-right:0;border-left:0;box-shadow:none;outline:0;border-bottom:0;}.search-container #search-box::placeholder{color:#fdcf09;}.modal-backdrop{background-color:rgba(0,0,0,0.85);}.modal-backdrop.in{opacity:1;display:none;}#navbar-collapse{overflow-y:auto;}.default-nav{transition:all 0.6s ease-in-out;}#navbar .container{display:flex;justify-content:center;align-items:center;}#navbar .container .region-navbar{flex-grow:1;text-align:center;display:flex;justify-content:center;align-items:center;}#navbar .container .menu-bar-right .btn-radio{display:none;}.btn-radio{display:inline-block;padding:4px 25px;margin:9px 5px;color:#fdcf09;font-weight:bold;border:2px solid #fdcf09;border-radius:4px;}.btn-radio:hover,.btn-radio:focus,.btn-radio:active{text-decoration:none;color:#fdcf09;}.menu--main .dropdown-backdrop{display:none;}.footer{padding-top:0;padding-bottom:0;}@media(max-width:992px){#block-mainnavigation .menu--main > div li .dropdown-menu li{background:var(--Secondary-700,#374151);padding:16px 0px;}}#block-mainnavigation,#block-mainnavigation .menu--main,#block-mainnavigation .menu--main .menu-wrapper{padding:0;}#block-mainnavigation .menu--main > div li.parent{display:flex;flex-direction:column;background:var(--Secondary-800,#1F2937);}#block-mainnavigation .menu--main > div li.dropdown.open .fa-chevron-right{transform:rotate(90deg);}#block-mainnavigation .menu--main > div li.parent > a{padding:15px 15px 15px 10px;position:relative;}#block-mainnavigation .menu--main > div  li > a .fa-chevron-right{position:absolute;right:10px;transition:all 0.2s;line-height:1.42857143;}#block-mainnavigation .menu--main > div li .dropdown-menu{width:100%;float:unset;}#block-mainnavigation .menu--main > div li .dropdown-menu > li > a{padding:3px 10px;}#block-mainnavigation .menu--main >  li .dropdown-menu > .active > a{background-color:unset;}#block-mainnavigation .menu--main >  li .dropdown-menu > .active > a:hover,#block-mainnavigation .menu--main >  li .dropdown-menu > .active > a:focus,#block-mainnavigation .menu--main >  li .dropdown-menu > .active > a:active,#block-mainnavigation .menu--main >  li .dropdown-menu > .active > a{background-color:unset;}@media (min-width:768px){#teamlogos-ad{text-align:unset;}#block-adtopleaderboard728x90,#block-adleaderboard2728x90,#block-adleaderboard3728x90,#block-adleaderboard4728x90,#block-adleaderboard5728x90,#block-adleaderboard6728x90,#block-adleaderboard7728x90,#block-adleaderboard8728x90{margin-left:0;margin-right:0;}.social-icons .btn-radio{display:none;}.search-container label{width:unset;font-size:24px;}.search-container #search-box{width:428px;}.logo img{height:40px;}.modal-dialog{top:50%;margin-top:-120px;}body{margin-top:0;}#navbar .container .menu-bar-right .btn-radio{display:inline-block;vertical-align:top;}#navbar .container .menu-bar-right .btn-search{display:inline-block;}}#block-mainnavigation .menu--main > div  li.parent > a{font-weight:700;color:#fdcf09;text-transform:uppercase;width:100%;}#block-mainnavigation .menu--main > div  li .dropdown-menu{position:unset;background-color:unset;border:unset;border-radius:unset;box-shadow:unset;padding:0;margin:unset;}#block-mainnavigation .menu--main > div li.open{background-color:unset;}#block-mainnavigation .menu--main a{color:#fff;}#block-mainnavigation .menu--main a:hover,#block-mainnavigation .menu--main a:focus,#block-mainnavigation .menu--main a:active{background-color:unset;text-decoration:none;}#block-mainnavigation .nav .open > a,#block-mainnavigation .nav .open > a:hover,#block-mainnavigation .nav .open > a:focus{background-color:unset;}@media (min-width:992px){.top-bar-container{min-height:110px;}#block-mainnavigation{padding:20px 0 40px;}#block-mainnavigation .menu--main::before,#block-mainnavigation .menu--main::after{display:none;}#block-mainnavigation .menu--main > div:not(:nth-child(2)),#block-mainnavigation .menu--main{display:flex;flex-direction:row;padding:0;justify-content:space-between;}#block-mainnavigation .menu--main > div:nth-child(2){display:flex;flex-direction:column;row-gap:20px;}#block-mainnavigation .menu--main > div:nth-child(3){justify-content:space-evenly;}#block-mainnavigation .menu--main  > div li.parent > a{padding:3px 15px;width:fit-content;display:flex;}#block-mainnavigation .menu--main  > div li.parent > a i{display:none;}#block-mainnavigation .menu--main > div li.parent .dropdown-menu{display:block;margin-top:20px;display:flex;flex-direction:column;row-gap:20px;min-width:unset;width:fit-content;}#block-mainnavigation .menu--main > div  li .dropdown-menu > li{width:fit-content;}#block-mainnavigation .menu--main > div  li .dropdown-menu > li > a{padding:3px 15px;width:fit-content;}}@media (min-width:1200px){.main-wrapper{display:flex;flex-wrap:wrap;opacity:0;transition:opacity 0.1s;}.main-wrapper.opacity-v{opacity:1;}}.block-views-blockfrontpage-views-block-17 .gamw-normal{right:10px;}@media (min-width:768px){.block-views-blockfrontpage-views-block-2,.block-views-blockfrontpage-views-block-3,.block-views-blockfrontpage-views-block-4,.block-views-blockfrontpage-views-block-5,.block-views-blockfrontpage-views-block-6,.block-views-blockfrontpage-views-block-7,.block-views-blockfrontpage-views-block-8,.block-views-blockfrontpage-views-block-9,.block-views-blockfrontpage-views-block-10,.block-views-blockfrontpage-views-block-11,.block-views-blockfrontpage-views-block-12,.block-views-blockfrontpage-views-block-13,.block-views-blockfrontpage-views-block-14,.block-views-blockfrontpage-views-block-15,.block-views-blockfrontpage-views-block-16,.block-views-blockfrontpage-views-block-17,.block-views-blockfrontpage-views-block-18,.block-views-blockfrontpage-views-block-19,.block-views-blockfrontpage-views-block-20,.block-views-blockfrontpage-views-block-21,.block-views-blockfrontpage-views-block-22,.block-views-blockfrontpage-views-block-23,.block-views-blockfrontpage-views-block-24,.block-views-blockfrontpage-views-block-25,.block-views-blockfrontpage-views-block-26,.block-views-blockfrontpage-views-block-33,.block-views-blockfrontpage-views-block-37,.block-views-blockfrontpage-views-block-38{position:relative;}.block-views-blockfrontpage-views-block-2 .gamw-normal,.block-views-blockfrontpage-views-block-3 .gamw-normal,.block-views-blockfrontpage-views-block-4 .gamw-normal,.block-views-blockfrontpage-views-block-5 .gamw-normal,.block-views-blockfrontpage-views-block-6 .gamw-normal,.block-views-blockfrontpage-views-block-7 .gamw-normal,.block-views-blockfrontpage-views-block-8 .gamw-normal,.block-views-blockfrontpage-views-block-9 .gamw-normal,.block-views-blockfrontpage-views-block-10 .gamw-normal,.block-views-blockfrontpage-views-block-11 .gamw-normal,.block-views-blockfrontpage-views-block-12 .gamw-normal,.block-views-blockfrontpage-views-block-13 .gamw-normal,.block-views-blockfrontpage-views-block-14 .gamw-normal,.block-views-blockfrontpage-views-block-15 .gamw-normal,.block-views-blockfrontpage-views-block-16 .gamw-normal,.block-views-blockfrontpage-views-block-17 .gamw-normal,.block-views-blockfrontpage-views-block-18 .gamw-normal,.block-views-blockfrontpage-views-block-19 .gamw-normal,.block-views-blockfrontpage-views-block-20 .gamw-normal,.block-views-blockfrontpage-views-block-21 .gamw-normal,.block-views-blockfrontpage-views-block-22 .gamw-normal,.block-views-blockfrontpage-views-block-23 .gamw-normal,.block-views-blockfrontpage-views-block-24 .gamw-normal,.block-views-blockfrontpage-views-block-25 .gamw-normal,.block-views-blockfrontpage-views-block-26 .gamw-normal,.block-views-blockfrontpage-views-block-33 .gamw-normal,.block-views-blockfrontpage-views-block-37 .gamw-normal,.block-views-blockfrontpage-views-block-2 > .block-gamw,.block-views-blockfrontpage-views-block-3 > .block-gamw,.block-views-blockfrontpage-views-block-4 > .block-gamw,.block-views-blockfrontpage-views-block-5 > .block-gamw,.block-views-blockfrontpage-views-block-6 > .block-gamw,.block-views-blockfrontpage-views-block-7 > .block-gamw,.block-views-blockfrontpage-views-block-8 > .block-gamw,.block-views-blockfrontpage-views-block-9 > .block-gamw,.block-views-blockfrontpage-views-block-10 > .block-gamw,.block-views-blockfrontpage-views-block-11 > .block-gamw,.block-views-blockfrontpage-views-block-12 > .block-gamw,.block-views-blockfrontpage-views-block-13 > .block-gamw,.block-views-blockfrontpage-views-block-14 > .block-gamw,.block-views-blockfrontpage-views-block-15 > .block-gamw,.block-views-blockfrontpage-views-block-16 > .block-gamw,.block-views-blockfrontpage-views-block-17 > .block-gamw,.block-views-blockfrontpage-views-block-18 > .block-gamw,.block-views-blockfrontpage-views-block-19 > .block-gamw,.block-views-blockfrontpage-views-block-20 > .block-gamw,.block-views-blockfrontpage-views-block-21 > .block-gamw,.block-views-blockfrontpage-views-block-22 > .block-gamw,.block-views-blockfrontpage-views-block-23 > .block-gamw,.block-views-blockfrontpage-views-block-24 > .block-gamw,.block-views-blockfrontpage-views-block-26 > .block-gamw,.block-views-blockfrontpage-views-block-33 > .block-gamw,.block-views-blockfrontpage-views-block-37 > .block-gamw,.block-views-blockfrontpage-views-block-38 > .block-gamw,.block-views-blockfrontpage-views-block-42 > .block-gamw,.block-views-blockfrontpage-views-block-43 > .block-gamw{position:absolute;right:0;top:15px;text-align:right;z-index:1;}}.block-system-breadcrumb-block .block-tns-share-article-block{display:inline-block;}.block-system-breadcrumb-block .block-tns-gamw,.block-system-breadcrumb-block .block-gamw{margin:0;width:fit-content;float:right;}.block-views-blockfrontpage-views-block-2,.block-views-blockfrontpage-views-block-3,.block-views-blockfrontpage-views-block-4,.block-views-blockfrontpage-views-block-5,.block-views-blockfrontpage-views-block-6,.block-views-blockfrontpage-views-block-7,.block-views-blockfrontpage-views-block-8,.block-views-blockfrontpage-views-block-9,.block-views-blockfrontpage-views-block-10,.block-views-blockfrontpage-views-block-11,.block-views-blockfrontpage-views-block-12,.block-views-blockfrontpage-views-block-13,.block-views-blockfrontpage-views-block-14,.block-views-blockfrontpage-views-block-15,.block-views-blockfrontpage-views-block-16,.block-views-blockfrontpage-views-block-17,.block-views-blockfrontpage-views-block-18,.block-views-blockfrontpage-views-block-19,.block-views-blockfrontpage-views-block-20,.block-views-blockfrontpage-views-block-21,.block-views-blockfrontpage-views-block-22,.block-views-blockfrontpage-views-block-23,.block-views-blockfrontpage-views-block-24,.block-views-blockfrontpage-views-block-25,.block-views-blockfrontpage-views-block-26,.block-views-blockfrontpage-views-block-33,.block-views-blockfrontpage-views-block-37,.block-views-blockfrontpage-views-block-38{position:relative;}.block-views-blockfrontpage-views-block-2 .gamw-normal,.block-views-blockfrontpage-views-block-3 .gamw-normal,.block-views-blockfrontpage-views-block-4 .gamw-normal,.block-views-blockfrontpage-views-block-5 .gamw-normal,.block-views-blockfrontpage-views-block-6 .gamw-normal,.block-views-blockfrontpage-views-block-7 .gamw-normal,.block-views-blockfrontpage-views-block-8 .gamw-normal,.block-views-blockfrontpage-views-block-9 .gamw-normal,.block-views-blockfrontpage-views-block-10 .gamw-normal,.block-views-blockfrontpage-views-block-11 .gamw-normal,.block-views-blockfrontpage-views-block-12 .gamw-normal,.block-views-blockfrontpage-views-block-13 .gamw-normal,.block-views-blockfrontpage-views-block-14 .gamw-normal,.block-views-blockfrontpage-views-block-15 .gamw-normal,.block-views-blockfrontpage-views-block-16 .gamw-normal,.block-views-blockfrontpage-views-block-17 .gamw-normal,.block-views-blockfrontpage-views-block-18 .gamw-normal,.block-views-blockfrontpage-views-block-19 .gamw-normal,.block-views-blockfrontpage-views-block-20 .gamw-normal,.block-views-blockfrontpage-views-block-21 .gamw-normal,.block-views-blockfrontpage-views-block-22 .gamw-normal,.block-views-blockfrontpage-views-block-23 .gamw-normal,.block-views-blockfrontpage-views-block-24 .gamw-normal,.block-views-blockfrontpage-views-block-25 .gamw-normal,.block-views-blockfrontpage-views-block-26 .gamw-normal,.block-views-blockfrontpage-views-block-33 .gamw-normal,.block-views-blockfrontpage-views-block-37 .gamw-normal,.block-views-blockfrontpage-views-block-2 > .block-gamw,.block-views-blockfrontpage-views-block-3 > .block-gamw,.block-views-blockfrontpage-views-block-4 > .block-gamw,.block-views-blockfrontpage-views-block-5 > .block-gamw,.block-views-blockfrontpage-views-block-6 > .block-gamw,.block-views-blockfrontpage-views-block-7 > .block-gamw,.block-views-blockfrontpage-views-block-8 > .block-gamw,.block-views-blockfrontpage-views-block-9 > .block-gamw,.block-views-blockfrontpage-views-block-10 > .block-gamw,.block-views-blockfrontpage-views-block-11 > .block-gamw,.block-views-blockfrontpage-views-block-12 > .block-gamw,.block-views-blockfrontpage-views-block-13 > .block-gamw,.block-views-blockfrontpage-views-block-14 > .block-gamw,.block-views-blockfrontpage-views-block-15 > .block-gamw,.block-views-blockfrontpage-views-block-16 > .block-gamw,.block-views-blockfrontpage-views-block-17 > .block-gamw,.block-views-blockfrontpage-views-block-18 > .block-gamw,.block-views-blockfrontpage-views-block-19 > .block-gamw,.block-views-blockfrontpage-views-block-20 > .block-gamw,.block-views-blockfrontpage-views-block-21 > .block-gamw,.block-views-blockfrontpage-views-block-22 > .block-gamw,.block-views-blockfrontpage-views-block-23 > .block-gamw,.block-views-blockfrontpage-views-block-24 > .block-gamw,.block-views-blockfrontpage-views-block-25 > .block-gamw,.block-views-blockfrontpage-views-block-26 > .block-gamw,.block-views-blockfrontpage-views-block-33 > .block-gamw,.block-views-blockfrontpage-views-block-37 > .block-gamw,.block-views-blockfrontpage-views-block-38 > .block-gamw,.block-views-blockfrontpage-views-block-42 > .block-gamw,.block-views-blockfrontpage-views-block-43 > .block-gamw{margin:0;width:fit-content;}#special-promo-drawer-content iframe html{background:#232732;}.block-views-blocktaxonomy-term-block-1 .view-id-taxonomy_term.view-display-id-block_1{margin-left:0;margin-right:0;}.block-views-blocktaxonomy-term-block-1 .article-item{padding:5px;width:50%;float:left;border-bottom:1px solid #383e50;background:#232732;}.block-views-blocktaxonomy-term-block-1 .article-item a{display:block;position:relative;background-color:#232732;color:#fff;}.block-views-blocktaxonomy-term-block-1 .article-item .main-image{display:block;width:120px;}.block-views-blocktaxonomy-term-block-1 .article-item .main-image img{max-width:100%;height:80px;}.block-views-blocktaxonomy-term-block-1 .article-item .channel-title .title{height:unset!important;padding:0!important;}.block-views-blocktaxonomy-term-block-1 .article-item .channel-title .time{left:0;}@media (max-width:500px){.block-views-blocktaxonomy-term-block-1 .article-item{width:100%;}}section#block-gamw-17{margin-top:10px;}.gamw-normal{margin:0 auto;width:100%;text-align:center;position:relative;}.gamw-normal div[data-type="takeover"]{display:none;}.gamw-normal div[data-type="catfish"]{display:none;}.gamw-normal div{text-align:center;width:fit-content;margin:0 auto;}#takeover-close-button,#box-close-button,#leaderboard-close-button,#skin-close-button,#custom-close-button,#catfish-close-button,#popunder-close-button{display:none;font-weight:bold;padding:3px 10px;color:#333;background-color:#fff;padding-bottom:1px;border-top-left-radius:5px;border-top-right-radius:5px;border:1px solid #333;border-bottom:none;text-decoration:none;position:absolute;height:30px;top:-30px;right:0;cursor:pointer;}.gamw-normal-top{text-align:center;margin:0 auto;width:100%;}.gamw-normal-top div{margin:0 auto;width:100%;text-align:center;}.gamw-normal-top div > div{top:-90px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}.gamw-sticky{margin:0 auto;width:100%;text-align:center;}.gamw-sticky div[data-type="box"]{text-align:center;height:600px;}.gamw-sticky div[data-type="box"] > div{position:sticky;position:-webkit-sticky;top:52px;}.gamw-sticky div[data-type="leaderboard"]{text-align:center;height:250px;}.gamw-sticky div[data-type="leaderboard"] > div{position:sticky;position:-webkit-sticky;top:52px;}.gamw-intermediary{margin:0 auto;width:100%;text-align:center;}.gamw-intermediary div{margin:0 auto;width:100%;text-align:center;background-color:white;}.gamw-intermediary div > div{position:fixed;top:-90px;left:0;right:0;z-index:999999;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}.gamw-top-sticky{margin:0 auto;width:100%;text-align:center;}.gamw-top-sticky div{margin:0 auto;width:100%;text-align:center;background-color:white;}.gamw-top-sticky div > div{position:fixed;top:0;left:0;right:0;z-index:999999;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}.gamw-intermediary-dual{margin:0 auto !important;background:#1F2937;width:100% !important;text-align:center !important;position:fixed !important;top:-90px !important;z-index:999999 !important;}.advert-item{text-align:center;}#block-gamwadvertisement-6 > div.popunder-enabled{display:block;}#block-gamwadvertisement-6 > div.popunder-enabled .adform-adbox-static{margin:auto;}#block-gamwadvertisement-38 > div{display:none;}#block-gamwadvertisement-38 > div.popunder-enabled{position:fixed;top:100%;left:50%;width:320px;height:50px;margin-left:-150px;margin-top:-50px;z-index:999999999999;display:block;}#block-gamwadvertisement-39 div div iframe,#block-gamwadvertisement-40 div div iframe{margin-bottom:10px;}#block-gamwadvertisement-41 .adfm-inline,#block-gamwadvertisement-42 .adfm-inline{margin-top:10px !important;}#block-gamwadvertisement-41,#block-gamwadvertisement-42{display:flex;justify-content:center;}.text-by{align-self:flex-end;display:flex;padding:10px 3px;}@media (min-width:768px){.text-by{display:flex;padding:7px 5px;align-self:flex-end;}.region-navbar .block-gamw{align-self:center;}}.region-sidebar-second .sticky-sidebar{margin-bottom:15px;}.adfm-interstitial,.adform-adbox-fixed{z-index:10000000000 !important;}#block-sidedrawer{position:fixed;z-index:9998;left:-150px;-webkit-animation-name:example;-o-animation-name:example;animation-name:example;-webkit-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:translate(0%);-o-transform:translate(0%);transform:translate(0%);bottom:50%;height:fit-content}@-webkit-keyframes example{from{left:-150px;}to{left:0;}}@-o-keyframes example{from{left:-150px;}to{left:0;}}@keyframes example{from{left:-150px;}to{left:0;}}@media (max-width:62rem){#block-sidedrawer{top:250px;}}@media (min-width:48rem){#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-content{display:grid;grid-template-columns:1fr 1fr;gap:5px;}#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-content a .main-image .time{display:none;}}@media (max-width:48rem){#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-content a{margin-bottom:0;border-bottom:1px solid #414652;}#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-header{margin-bottom:0;}#block-views-block-frontpage-views-block-33-3{width:340px !important;padding:0px !important;}#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-content a .main-image .time{display:flex;flex-direction:column;bottom:22px;}#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-content a .main-image img{opacity:0;height:60px;}#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-content a .channel-title .time{display:none;}#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-content a .channel-title{left:75px;}#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-header .header-wrapper{border-top:none;}#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-header .header-wrapper .block-header{background-color:transparent;padding:7px 7px 7px 10px;}#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33 .view-header .header-wrapper .block-header::after{display:none;}#block-views-block-frontpage-views-block-33-3 .view-display-id-block_33{padding:4px 0 10px 0;}}#block-sidedrawer .loan{font-family:'Roboto';font-style:italic;font-weight:900;font-size:14px;line-height:16px;text-align:right;color:#FDCF09;padding:6px 8px;background:#36363D;box-shadow:0px 4px 4px rgba(0,0,0,0.5);border:none;letter-spacing:0.04688rem;text-align:left;}#block-sidedrawer .loan img{width:74px;height:13px;margin-left:5px;}#block-sidedrawer .loan .fa-solid.fa-chevron-right{content:"\f054";font-family:'Font Awesome 5 Pro';font-size:15px;font-weight:100;color:#fdcf09;margin-left:5px;vertical-align:middle;}#block-views-block-frontpage-views-block-33-3{display:none;position:fixed;z-index:9999;background:#36363D;box-shadow:0px 5px 20px #000000;;left:-1000px;width:680px;padding:0px 40px 0px 20px;-webkit-animation-name:example;-o-animation-name:example;animation-name:example;-webkit-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:0.5s;-o-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:translate(0%);-o-transform:translate(0%);transform:translate(0%);}@-webkit-keyframes example{from{left:-1000px;}to{left:0;}}@-o-keyframes example{from{left:-1000px;}to{left:0;}}@keyframes example{from{left:-1000px;}to{left:0;}}#block-views-block-frontpage-views-block-33-3 .close-webform-3{position:absolute;right:0px;padding:0.625rem 0.9375rem;top:-6px;}@media (max-width:62rem){#block-views-block-frontpage-views-block-33-3 .close-webform-3{right:25px;top:-5px;}}#block-views-block-frontpage-views-block-33-3 .close-webform-3 i{font-style:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;letter-spacing:0.07813rem;text-transform:uppercase;}#block-views-block-frontpage-views-block-33-3 .close-webform-3 i::before{font-family:'Font Awesome 5 Pro';content:"\f00d";font-size:30px;font-weight:100;color:#FDCF09;cursor:pointer;}#block-views-block-frontpage-views-block-33-3h2,#block-views-block-frontpage-views-block-33-3 .h2{font-family:"Open Sans";font-style:normal;font-weight:700;font-size:2rem;line-height:2.375rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;color:#002d62;margin-bottom:1.8125rem;}#block-views-block-frontpage-views-block-33-3 .webform-submission-apply-for-loan-form .webform-required{position:absolute;bottom:150px;display:none;}#block-views-block-frontpage-views-block-33-3 .js-form-item input{padding:0.96875rem 1rem;}#block-views-block-frontpage-views-block-33-3 .js-form-type-textfield{-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px;}#block-views-block-frontpage-views-block-33-3 #edit-markup--2,#block-views-block-frontpage-views-block-33-3 #edit-markup{font-family:"Open Sans";font-style:normal;font-weight:400;font-size:1rem;line-height:1.5rem;color:#494949;bottom:56px;}#block-views-block-frontpage-views-block-33-3#edit-markup--2 a,#block-views-block-frontpage-views-block-33-3#edit-markup a{font-family:"Open Sans";font-style:normal;font-weight:600;font-size:1rem;line-height:1.5rem;color:#002d62;}@media (max-width:62rem){#block-views-block-frontpage-views-block-33-3#edit-markup--2,#block-views-block-frontpage-views-block-33-3#edit-markup{bottom:95px;}}#block-views-block-frontpage-views-block-33-3#edit-message{height:92px;}#block-views-block-frontpage-views-block-33-3.form-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end;margin-bottom:0 !important;}#block-views-block-frontpage-views-block-33-3button{border-radius:none;background:#002d62;padding:0.75rem 1.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:none;}@media (max-width:62rem){#block-views-block-frontpage-views-block-33-3button{width:100%;margin-top:4.25rem;}}#block-views-block-frontpage-views-block-33-3button::after{content:"\f105";font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;margin-left:4.375rem;text-align:center;text-transform:uppercase;color:#494949;background:#f4f4f4;border-radius:50px;padding:0.5rem 0.625rem;font-size:0.5rem;}#block-views-block-frontpage-views-block-33-3button:hover{background:white;color:#494949;border:none;}#stoiximan-logo-desktop img,#stoiximan-logo-desktop-bottom img{width:100%;height:70px;object-fit:cover;}#stoiximan-logo-desktop{margin-top:10px;}#stoiximan-logo-desktop-bottom{margin-top:-15px;margin-bottom:10px;}#stoiximan-logo-mobile img,#stoiximan-logo-mobile-bottom img{width:100%;}#stoiximan-logo-mobile{margin-top:40px;padding-left:10px;padding-right:10px;}#stoiximan-logo-mobile-bottom{margin-top:-15px;margin-bottom:10px;padding-left:10px;padding-right:10px;}@media(max-width:48rem){#stoiximan-logo-desktop{display:none;}#stoiximan-logo-desktop-bottom{display:none;}#stoiximan-logo-mobile{display:block;}#stoiximan-logo-mobile-bottom{display:block;}}@media(min-width:48rem){#stoiximan-logo-desktop{display:block;}#stoiximan-logo-desktop-bottom{display:block;}#stoiximan-logo-mobile{display:none;}#stoiximan-logo-mobile-bottom{display:none;}}.view-id-frontpage_views.view-display-id-block_8 .view-header{display:flex;justify-content:space-between;}.view-id-frontpage_views.view-display-id-block_8 .view-header span{display:flex;align-items:center;}.view-id-frontpage_views.view-display-id-block_8 .view-header .blazy .media{width:73px;height:100%;}#block-gamwadvertisement-51{margin-top:10px;margin-bottom:10px;}#block-gamwadvertisement-53{margin-bottom:10px;}@media(max-width:48rem){#block-gamwadvertisement-54{margin-bottom:10px;margin-left:10px;}#block-gamwadvertisement-52{margin-top:40px;margin-left:10px;}}#block-sidedrawer2programma,#block-sidedrawer2metagrafes{position:fixed;z-index:9998;height:fit-content;left:-150px;-webkit-animation-name:example2;-o-animation-name:example2;animation-name:example2;-webkit-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:translate(0%);-o-transform:translate(0%);transform:translate(0%);bottom:46%;}@-webkit-keyframes example2{from{left:-150px;}to{left:0;}}@-o-keyframes example2{from{left:-150px;}to{left:0;}}@keyframes example2{from{left:-150px;}to{left:0;}}@media (max-width:62rem){#block-sidedrawer2programma,#block-sidedrawer2metagrafes{top:290px;}}@media (min-width:48rem){#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-content .article-item article h2{display:inline-block;max-height:44px;position:relative;margin-top:0;margin-bottom:0;font-size:20px;font-weight:900;font-style:italic;background-color:#232732;margin:0;padding:11px 7px 11px 10px;color:#fdcf09;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-content a .main-image .time{display:none;}}@media (max-width:48rem){#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-content a{margin-bottom:0;border-bottom:1px solid #414652;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-header{margin-bottom:0;}#block-views-block-frontpage-views-block-25-2{width:340px !important;padding:0px !important;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-content a .main-image .time{display:flex;flex-direction:column;bottom:22px;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-content a .main-image img{opacity:0;height:60px;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-content a .channel-title .time{display:none;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-content a .channel-title{left:75px;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-header .header-wrapper{border-top:none;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-header .header-wrapper .block-header{background-color:transparent;padding:7px 7px 7px 10px;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-header .header-wrapper .block-header::after{display:none;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25{padding:4px 0 10px 0;}}#block-sidedrawer2programma .loan-2,#block-sidedrawer2metagrafes .loan-3{font-family:'Roboto';font-style:italic;font-weight:900;font-size:14px;line-height:16px;text-align:right;color:#FDCF09;padding:6px 8px;background:#36363D;box-shadow:0px 4px 4px rgba(0,0,0,0.5);border:none;letter-spacing:0.04688rem;text-align:left;}#block-sidedrawer2programma .loan-2 img,#block-sidedrawer2metagrafes .loan-3 img{width:74px;height:13px;margin-left:5px;}#block-sidedrawer2programma .loan-2 .fa-solid.fa-chevron-right,#block-sidedrawer2metagrafes .loan-3 .fa-solid.fa-chevron-right{content:"\f054";font-family:'Font Awesome 5 Pro';font-size:15px;font-weight:100;color:#fdcf09;margin-left:5px;vertical-align:middle;}#block-views-block-frontpage-views-block-25-2{display:none;position:fixed;z-index:9999;background:#36363D;box-shadow:0px 5px 20px #000000;;left:-1000px;width:680px;padding:0 40px 0 20px;-webkit-animation-name:example3;-o-animation-name:example3;animation-name:example3;-webkit-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:0.5s;-o-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:translate(0%);-o-transform:translate(0%);transform:translate(0%);}@-webkit-keyframes example3{from{left:-1000px;}to{left:0;}}@-o-keyframes example3{from{left:-1000px;}to{left:0;}}@keyframes example3{from{left:-1000px;}to{left:0;}}#block-views-block-frontpage-views-block-25-2 .close-webform-2{position:absolute;right:0px;padding:0.625rem 0.9375rem;top:-6px;}@media (max-width:62rem){#block-views-block-frontpage-views-block-25-2 .close-webform-2{right:25px;top:-5px;}}#block-views-block-frontpage-views-block-25-2 .close-webform-2 i{font-style:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;letter-spacing:0.07813rem;text-transform:uppercase;}#block-views-block-frontpage-views-block-25-2 .close-webform-2 i::before{font-family:'Font Awesome 5 Pro';content:"\f00d";font-size:30px;font-weight:100;color:#FDCF09;cursor:pointer;}#block-views-block-frontpage-views-block-25-2 .view-display-id-block_25 .view-content .article-item article h2{display:inline-block;max-height:44px;position:relative;margin-top:0;margin-bottom:0;font-size:20px;font-weight:900;font-style:italic;background-color:#232732;margin:0;padding:11px 7px 11px 10px;color:#fdcf09;}.block-views-blockfrontpage-views-block-25 .form-group{margin-bottom:0;}#InRead-kerkida{text-align:center;}#sponsored_text{font-weight:700;line-height:1.2;font-size:20px;color:#000;margin-bottom:8px;}#block-views-block-frontpage-views-block-10-2{display:none;position:fixed;z-index:9999;background:#36363D;box-shadow:0px 5px 20px #000000;;left:-1000px;top:17%;width:680px;padding:0 40px 20px 20px;-webkit-animation-name:example3;-o-animation-name:example3;animation-name:example3;-webkit-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:0.5s;-o-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:translate(0%);-o-transform:translate(0%);transform:translate(0%);}@media(max-width:768px){#block-views-block-frontpage-views-block-10-2{bottom:15%;top:unset;}}@-webkit-keyframes example3{from{left:-1000px;}to{left:0;}}@-o-keyframes example3{from{left:-1000px;}to{left:0;}}@keyframes example3{from{left:-1000px;}to{left:0;}}#block-views-block-frontpage-views-block-10-2 .close-webform{position:absolute;right:0px;padding:0.625rem 0.9375rem;top:-6px;}@media (max-width:62rem){#block-views-block-frontpage-views-block-10-2 .close-webform{right:3px;top:-5px;}}#block-views-block-frontpage-views-block-10-2 .close-webform i{font-style:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;letter-spacing:0.07813rem;text-transform:uppercase;}#block-views-block-frontpage-views-block-10-2 .close-webform i::before{font-family:'Font Awesome 5 Pro';content:"\f00d";font-size:30px;font-weight:100;color:#FDCF09;cursor:pointer;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-content .article-item article h2{display:inline-block;max-height:44px;position:relative;margin-top:0;margin-bottom:0;font-size:20px;font-weight:900;font-style:italic;background-color:#232732;margin:0;padding:11px 7px 11px 10px;color:#fdcf09;}.block-views-blockfrontpage-views-block-25 .form-group{margin-bottom:0;}#block-views-block-frontpage-views-block-10-2 .form-group .vathmologia-a .view-footer a{font-size:14px;font-style:normal;color:#fdcf09;}#block-views-block-frontpage-views-block-10-2 .form-group .vathmologia-a .view-footer a i{margin-left:5px;padding-right:5px;font-size:24px;line-height:1;vertical-align:middle;transition:all .3s;}#block-views-block-frontpage-views-block-10-2 .form-group .vathmologia-a .view-footer{text-align:end;}#block-views-block-frontpage-views-block-10-2>.block-gamw{position:relative !important;}@media (min-width:48rem){#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-content .article-item article h2{display:inline-block;max-height:44px;position:relative;margin-top:0;margin-bottom:0;font-size:20px;font-weight:900;font-style:italic;background-color:#232732;margin:0;padding:11px 7px 11px 10px;color:#fdcf09;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-content a .main-image .time{display:none;}}@media (max-width:48rem){#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-content a{margin-bottom:0;border-bottom:1px solid #414652;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-header{margin-bottom:0;}#block-views-block-frontpage-views-block-10-2{width:340px !important;padding:0px 10px !important;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-content a .main-image .time{display:flex;flex-direction:column;bottom:22px;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-content a .main-image img{opacity:0;height:60px;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-content a .channel-title .time{display:none;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-content a .channel-title{left:75px;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-header .header-wrapper{border-top:none;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-header .header-wrapper .block-header{background-color:transparent;padding:7px 7px 7px 10px;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25 .view-header .header-wrapper .block-header::after{display:none;}#block-views-block-frontpage-views-block-10-2 .view-display-id-block_25{padding:4px 0 10px 0;}}#audio-article{text-decoration:none;}@media(max-width:992px){.block-views-blockfrontpage-views-block-38 .form-group .normal-item .view-header .header-wrapper h3{width:unset !important;}}.block-views-blockfrontpage-views-block-38 .form-group .normal-item .view-header .header-wrapper h3{width:480px;}.team-header .row .team-description .field .field--item .paragraph--type--text > div #InRead-kerkida,.team-header .row .team-description .field .field--item .paragraph--type--text > div #jwp-outstream-unit{display:none;}@media (min-width:48rem){#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-content .article-item article h2{display:inline-block;max-height:44px;position:relative;margin-top:0;margin-bottom:0;font-size:20px;font-weight:900;font-style:italic;background-color:#232732;margin:0;padding:11px 7px 11px 10px;color:#fdcf09;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-content a .main-image .time{display:none;}}@media (max-width:48rem){#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-content a{margin-bottom:0;border-bottom:1px solid #414652;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-header{margin-bottom:0;}#block-views-block-frontpage-views-block-40{width:355px !important;padding:0px !important;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-content a .main-image .time{display:flex;flex-direction:column;bottom:22px;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-content a .main-image img{opacity:0;height:60px;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-content a .channel-title .time{display:none;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-content a .channel-title{left:75px;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-header .header-wrapper{border-top:none;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-header .header-wrapper .block-header{background-color:transparent;padding:7px 7px 7px 10px;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-header .header-wrapper .block-header::after{display:none;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40{padding:4px 0 10px 0;}}#block-views-block-frontpage-views-block-40{display:none;position:fixed;z-index:9999;background:#36363D;box-shadow:0px 5px 20px #000000;;left:-1000px;width:680px;padding:0 40px 0 20px;-webkit-animation-name:example3;-o-animation-name:example3;animation-name:example3;-webkit-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:0.5s;-o-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:translate(0%);-o-transform:translate(0%);transform:translate(0%);}@-webkit-keyframes example3{from{left:-1000px;}to{left:0;}}@-o-keyframes example3{from{left:-1000px;}to{left:0;}}@keyframes example3{from{left:-1000px;}to{left:0;}}#block-views-block-frontpage-views-block-40 .close-webform-2{position:absolute;right:0px;padding:0.625rem 0.9375rem;top:-6px;}@media (max-width:62rem){#block-views-block-frontpage-views-block-40 .close-webform-2{right:0;top:-5px;}}#block-views-block-frontpage-views-block-40 .close-webform-2 i{font-style:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;letter-spacing:0.07813rem;text-transform:uppercase;}#block-views-block-frontpage-views-block-40 .close-webform-2 i::before{font-family:'Font Awesome 5 Pro';content:"\f00d";font-size:30px;font-weight:100;color:#FDCF09;cursor:pointer;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-content .article-item article h2{display:inline-block;max-height:44px;position:relative;margin-top:0;margin-bottom:0;font-size:20px;font-weight:900;font-style:italic;background-color:#232732;margin:0;padding:11px 7px 11px 10px;color:#fdcf09;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40 .view-content .article-item article .content{height:223px;overflow-y:scroll;}#block-views-block-frontpage-views-block-40 .view-display-id-block_40{margin-top:10px;}#block-views-block-frontpage-views-block-40 .form-group{margin-bottom:0;}.qc-cmp2-persistent-link{z-index:999 !important;}#block-gamwadvertisement-8--2{margin-bottom:10px;display:block;}@media(min-width:992px){#block-gamwadvertisement-8--2{display:none;}}section#block-gamwadvertisement-75{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#140E0B;}#block-views-block-frontpage-views-block-34 .view-header h3.block-header.with-link i{display:none;}#block-views-block-frontpage-views-block-34 .header-wrapper .block-header a .taxonomy-link{display:inline;}section#block-views-block-frontpage-views-block-20  .view-content-wrapper{margin-bottom:31px;}.mobile-app-open .qc-cmp2-persistent-link{display:none;}#block-views-block-frontpage-views-block-14 .header-wrapper .block-gamw{text-align:center;}@media (min-width:992px){#block-views-block-frontpage-views-block-14 .header-wrapper .block-header{width:230px;}#block-views-block-frontpage-views-block-34 .header-wrapper .block-header{width:420px;}#block-views-block-frontpage-views-block-34 .view-header h3.block-header.with-link i{display:inline;}#block-views-block-frontpage-views-block-34 .view-header h3.block-header.with-link .pipe{display:none;}section#block-views-block-frontpage-views-block-39{position:relative;}#block-views-block-frontpage-views-block-39 .view-header h3.block-header.with-link .pipe{display:none;}#block-views-block-frontpage-views-block-39 .view-header h3.block-header.with-link  i.fal.fa-chevron-right{display:inline;}#block-views-block-frontpage-views-block-39 .yellow-block .view-header .header-wrapper h3.block-header.with-link{width:270px;max-height:60px;}#block-views-block-frontpage-views-block-39 .yellow-block .view-header .header-wrapper h3{padding:14px 7px 14px 10px;}#block-views-block-frontpage-views-block-39 .yellow-block .view-header .header-wrapper h3.block-header:after{border-width:50px 18px 0 0;}#block-views-block-frontpage-views-block-39>.block-gamw{margin:0;width:fit-content;position:absolute;right:0;top:15px;text-align:right;z-index:1;}}@media (max-width:991px){div#toolbar-item-administration-tray .toolbar-lining::before{position:relative !important;}#block-views-block-frontpage-views-block-34 .header-wrapper .block-header{max-height:90px;max-width:264px;}#block-views-block-frontpage-views-block-34 .header-wrapper .block-header::after{border-width:67px 18px 0 0;}#block-views-block-frontpage-views-block-12 .article-item:nth-child(n+5){display:none;}section#block-views-block-frontpage-views-block-20  .view-content-wrapper{margin-bottom:0px;}#block-views-block-frontpage-views-block-39 .block-gamw{text-align:center;}.block-system-breadcrumb-block .block-gamw{float:unset;text-align:center;margin:10px auto;}#block-views-block-frontpage-views-block-39 .yellow-block .view-header .header-wrapper h3{padding:9px 7px 9px 10px;margin-bottom:10px;}#block-views-block-frontpage-views-block-39 .yellow-block .view-header .header-wrapper h3.block-header:after{border-width:44px 18px 0 0;}#block-views-block-frontpage-views-block-39 .yellow-block .view-header .header-wrapper h3.block-header a .taxonomy-link{display:inline;}#block-views-block-frontpage-views-block-38 .view-header h3.block-header.with-link  i.fal.fa-chevron-right{display:none;}.adfm-inline{inset:auto !important;}}NEW STYLES BRIGHT MODE  */


html:not(.dark) a:hover,html:not(.dark) a:focus{text-decoration:none !important;}html:not(.dark) span.live-tag{padding-bottom:5px;}html:not(.dark) .container{max-width:1440px !important;margin-right:auto;margin-left:auto;}html:not(.dark) body{background:#F9FAFB;}.field--name-field-youtube-video{width:100%;}html:not(.dark) .container.custom-container{width:100% !important;max-width:unset !important;}@media (min-width:768px){html:not(.dark) .container{width:100%;padding-right:10px;padding-left:10px;}}@media (min-width:992px){html:not(.dark) .container{width:100%;padding-right:15px;padding-left:15px;}}@media (min-width:1280px){html:not(.dark) .container{width:1280px;padding-right:0px;padding-left:0px;}}@media(max-width:992px){html:not(.dark) .view-display-id-block_5.yellow-block .view-header,html:not(.dark) .view-display-id-block_26.yellow-block .view-header{flex-direction:row !important;align-items:center !important;}html:not(.dark) .view-display-id-block_5.yellow-block .view-header .ad-view,html:not(.dark) .view-display-id-block_26.yellow-block .view-header .ad-view{padding-bottom:0px !important;}}html:not(.dark) #navbar{color:#FCB800;background:var(--Secondary-900,#111827);}html:not(.dark) .path-frontpage .region:not(.region-navigation-collapsible) .sticky-sidebar,html:not(.dark) .path-node .region:not(.region-navigation-collapsible) .sticky-sidebar,html:not(.dark) .path-taxonomy .region:not(.region-navigation-collapsible) .sticky-sidebar,html:not(.dark) .path-eidiseis .region:not(.region-navigation-collapsible) .sticky-sidebar,html:not(.dark) .path-kyries-eidiseis .region:not(.region-navigation-collapsible) .sticky-sidebar,.region-sidebar-second .sticky-sidebar{display:flex;flex-direction:column;row-gap:15px;align-items:center;}html:not(.dark) .path-frontpage .region:not(.region-navigation-collapsible),html:not(.dark) .path-node .region:not(.region-navigation-collapsible),html:not(.dark) .path-taxonomy .region:not(.region-navigation-collapsible),html:not(.dark) .path-eidiseis .region:not(.region-navigation-collapsible),html:not(.dark) .path-kyries-eidiseis .region:not(.region-navigation-collapsible){height:100%;}html:not(.dark) .path-frontpage .region:not(.region-navigation-collapsible) .sticky-sidebar,html:not(.dark) .path-node .region:not(.region-navigation-collapsible) .sticky-sidebar,html:not(.dark) .path-taxonomy .region:not(.region-navigation-collapsible) .sticky-sidebar,html:not(.dark) .path-eidiseis .region:not(.region-navigation-collapsible) .sticky-sidebar,html:not(.dark) .path-kyries-eidiseis .region:not(.region-navigation-collapsible) .sticky-sidebar{position:-webkit-sticky;position:sticky;top:50px;}html:not(.dark) .path-node .flex-block{display:flex;flex-wrap:wrap;justify-content:center;}html:not(.dark) .path-node .field--name-body p,html:not(.dark) .path-node .field--name-body li{color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .path-node .field--name-body strong{color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:700;line-height:120%;}html:not(.dark) .path-node .field--name-body a{color:var(--Primary-500,#FCB800);font-size:16px;font-style:normal;font-weight:400;line-height:120%;text-decoration:underline;}html:not(.dark) .path-node .field--name-body h4{color:var(--Primary-500,#FCB800);font-size:16px;font-style:normal;font-weight:700;line-height:120%;}html:not(.dark) .small-leaderboard,html:not(.dark) .main-article-sponsorship,html:not(.dark) .leaderboard,html:not(.dark) .region-content-full,html:not(.dark) .mpu,html:not(.dark) .region-content-full-2,html:not(.dark) .region-content-full-7,html:not(.dark) .region-content-11 section.block-gamw,html:not(.dark) .region-sidebar-12,html:not(.dark) .region-content-6 section.block-gamw{display:flex;justify-content:center;width:100%;align-self:center;}html:not(.dark) .region-sidebar-12 .sticky-sidebar{height:fit-content;}html:not(.dark) .region-sidebar-7 .sticky-sidebar .mpu{width:auto;}html:not(.dark) .mpu{padding:15px 0px 0px 0px;}html:not(.dark) .region-content-full,html:not(.dark) .leaderboard,html:not(.dark) .region-content-full-2 .block-gamw,html:not(.dark) .region-content-full-7 .block-gamw{padding:15px 0px;}html:not(.dark) .region-content-full-2{padding:15px 0px;flex-direction:column;row-gap:15px;}@media(min-width:1280px){html:not(.dark) .region-content-full{display:none !important;}}@media(min-width:992px){html:not(.dark) .region-content-full,html:not(.dark) .region-content-full-7{display:flex;}}@media(max-width:992px){html:not(.dark) .region-content-full{display:flex;}html:not(.dark) .mpu{padding:15px 0px 15px 0px;}}@media(min-width:768px) and (max-width:1280px){html:not(.dark) .region-content section#block-views-block-frontpage-views-block-2,html:not(.dark) .path-frontpage .region-sidebar-second section#block-views-block-frontpage-views-block-3-2,html:not(.dark) #leaderboard2{display:none;}html:not(.dark) section#block-kerkida-views-block-frontpage-views-block-2,html:not(.dark) section#block-kerkida-views-block-frontpage-views-block-3{display:flex !important;}html:not(.dark) section#block-kerkida-views-block-frontpage-views-block-3{justify-content:center;}html:not(.dark) section#block-kerkida-gamwadvertisement-3{display:flex !important;flex-direction:row;justify-content:center;}html:not(.dark) section#block-kerkida-gamwadvertisement-3 > div{display:block !important;}}@media(min-width:768px){html:not(.dark) #leaderboard6.mobile-six,html:not(.dark) #leaderboard4.mobile-four{display:none;}html:not(.dark) #leaderboard6.desktop-six{display:flex;}#leaderboard-sidebar{display:none;}}@media(max-width:768px){html:not(.dark) #leaderboard6.mobile-six,html:not(.dark) #leaderboard4.mobile-four{display:flex;}html:not(.dark) #leaderboard6.desktop-six{display:none;}html:not(.dark) .page-node-type-article .region-sidebar-second,html:not(.dark) .page-node-type-article .region-sidebar-second section:not(.block-gamw){width:100%;}}html:not(.dark) section#block-kerkida-views-block-frontpage-views-block-3{display:block;width:100%;}html:not(.dark) section#block-kerkida-views-block-frontpage-views-block-2,html:not(.dark) section#block-kerkida-gamwadvertisement-3{display:none;}html:not(.dark) .kous-kous.flex-block{display:none;}html:not(.dark) .region-sidebar-second section#block-kerkida-views-block-frontpage-views-block-38{display:none;}html:not(.dark) #block-kerkida-gamwadvertisement-6{display:block;}@media(min-width:1280px){html:not(.dark) .region-sidebar-2,html:not(.dark) .region-content-full-2,html:not(.dark) #block-kerkida-gamwadvertisement-6{display:none;}}html:not(.dark) #leaderboard-3{display:flex;justify-content:center;margin-top:15px;width:100%;}@media(min-width:993px){html:not(.dark) .kous-kous.flex-block{display:flex !important;}html:not(.dark) #block-kerkida-gamwadvertisement-12{display:none;}}@media(min-width:993px) and (max-width:1280px){html:not(.dark) .featured-5 .featured-articles-r-col .channel-title .title{color:#fff !important;}html:not(.dark) .view-display-id-block_35 .view-header > div:first-child,html:not(.dark) .view-display-id-block_42 .view-header > div:first-child,html:not(.dark) .view-display-id-block_14 .view-header > div:first-child,html:not(.dark) .view-display-id-block_15 .view-header > div:first-child,html:not(.dark) .view-display-id-block_43 .view-header > div:first-child,html:not(.dark) .view-display-id-block_19 .view-header > div:first-child,html:not(.dark) .view-display-id-block_21 .view-header > div:first-child{width:75% !important;}html:not(.dark) .view-display-id-block_35 .view-header > div:last-child,html:not(.dark) .view-display-id-block_42 .view-header > div:last-child,html:not(.dark) .view-display-id-block_14 .view-header > div:last-child,html:not(.dark) .view-display-id-block_15 .view-header > div:last-child,html:not(.dark) .view-display-id-block_43 .view-header > div:last-child,html:not(.dark) .view-display-id-block_19 .view-header > div:last-child,html:not(.dark) .view-display-id-block_21 .view-header > div:last-child{width:25% !important;}}@media(min-width:1280px){html:not(.dark) #leaderboard3{display:none;}}@media(max-width:1280px){html:not(.dark) #leaderboard3-desktop{display:none;}html:not(.dark) .region-content #block-kerkida-views-block-frontpage-views-block-4{display:none;}html:not(.dark) .region-sidebar-2{display:block;}html:not(.dark) .region-content-full-2{display:flex;flex-direction:row;flex-wrap:wrap;}}@media(min-width:992px) and (max-width:1280px){html:not(.dark) #mpu.desktop-third{display:none;}}@media(max-width:768px){html:not(.dark) #mpu.desktop-third{display:none;}html:not(.dark) .path-frontpage .region-sidebar-second,html:not(.dark) .region-content-full{display:none;}}@media(min-width:768px){html:not(.dark) .teams-logo-section,html:not(.dark) .menu--carousel-menu{display:none !important;}}@media(min-width:993px){html:not(.dark) .region-content-full-2 .block-views-blockfrontpage-views-block-4{display:none;}}@media (min-width:992px){html:not(.dark) .navbar-sidebar .menu--main > div{width:100% !important;}}@media(min-width:1018px) and (max-width:1200px){html:not(.dark) .col-md-4{width:30% !important;}html:not(.dark) .col-lg-9{width:70% !important;}html:not(.dark) .col-md-4.featured-articles-r-col{width:33.333333333% !important;}}html:not(.dark) .gamw-top-sticky-dual{margin:0 auto !important;background:#fff;width:100% !important;text-align:center !important;position:fixed !important;top:0 !important;display:block !important;z-index:999999 !important;}html:not(.dark) .main-article-sponsorship{padding-top:14px;}html:not(.dark) .featured-5 .featured-articles-r-col .channel-title .title{color:#111827;}html:not(.dark) .featured-5 .leading-article a .channel-title .title{color:#fff;}@media (min-width:1281px){html:not(.dark) .region-sidebar-second section#block-kerkida-views-block-frontpage-views-block-38{display:block;}html:not(.dark) .featured-5 .view-content .small-pc{display:none;}html:not(.dark) .featured-5 .view-content .leading-article a .main-image img{height:398px;object-fit:cover;object-position:center;}html:not(.dark) .featured-5 .leading-article a .channel-title{display:block;position:absolute;bottom:0;padding:20px;width:100%;height:auto;background-color:rgba(35,39,50,0.65);line-height:1.2;}html:not(.dark) .featured-5 .leading-article .channel-title{color:#F9FAFB;font-size:22px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) span.live-tag{padding-bottom:5px;}html:not(.dark) .featured-5 .featured-articles-r-col .channel-title{color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) .featured-5 .featured-articles-r-col a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .featured-5 .featured-articles-r-col .mobile-carousel .carousel-item:last-child a{border-bottom:1px solid #4B5563;}html:not(.dark) .featured-5 .featured-articles-r-col a .main-image{width:120px;min-width:120px;}html:not(.dark) .featured-5 .featured-articles-r-col a .main-image img{height:100px;object-fit:cover;width:auto;}html:not(.dark) .featured-5 .main-image{width:auto;}html:not(.dark) .featured-5 .main-image img{width:100%;height:auto;}}@media (min-width:992px) and (max-width:1280px){html:not(.dark) .featured-5 .view-content .small-pc{display:block;}html:not(.dark) .featured-5 .view-content .small-pc .leading-article a .main-image img{height:333px;object-fit:cover;object-position:center;}html:not(.dark) .featured-5 .small-pc .leading-article a .channel-title{color:var(--Secondary-50,#F9FAFB);font-size:18px;font-style:normal;font-weight:500;line-height:120%;padding:15px;}html:not(.dark) .featured-5 .small-pc .featured-articles-r-col a,html:not(.dark) .featured-5 .small-pc .featured-articles a{padding:5px;background-color:transparent;}html:not(.dark) .featured-5 .small-pc .featured-articles a{display:flex;flex-direction:row;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;padding:10px 0px;}html:not(.dark) .featured-5 .small-pc .featured-articles a .channel-title{position:relative;top:unset;left:unset;width:100%;padding:10px;background-color:transparent;}html:not(.dark) .featured-5 .small-pc .featured-articles-r-col a{padding:0;}html:not(.dark) .featured-5 .small-pc .featured-articles-r-col a .main-image img{width:100%;height:190px;object-fit:cover;}html:not(.dark) .featured-5 .small-pc .featured-articles-r-col a .channel-title{padding:10px;width:100%;top:unset;left:unset;}html:not(.dark) .featured-5 .small-pc .featured-articles-r-col a:first-child{margin-bottom:15px;}html:not(.dark) .featured-5 .small-pc .featured-articles{margin-top:15px;}html:not(.dark) .featured-5 .small-pc .featured-articles a .main-image img{width:auto;height:90px;}html:not(.dark) .featured-5 .small-pc .channel-title{display:block;position:absolute;bottom:0;padding:5px 15px;width:100%;height:auto;opacity:0.85;background:var(--Secondary-900,#111827);color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) .featured-5 .view-content .desktop-tablet-mobile{display:none;}}@media (min-width:768px) and (max-width:992px){html:not(.dark) .featured-5 .view-content .small-pc{display:none;}html:not(.dark) .featured-5 .view-content .desktop-tablet-mobile{display:flex;flex-direction:column;}html:not(.dark) .featured-5 .view-content .small-pc{display:none;}html:not(.dark) .featured-5 .view-content .leading-article a .main-image img{height:381px;object-fit:cover;object-position:center;}html:not(.dark) .featured-5 .leading-article a .channel-title{display:block;position:absolute;bottom:0;padding:20px;width:100%;height:auto;background-color:rgba(35,39,50,0.65);line-height:1.2;}html:not(.dark) .featured-5 .leading-article .channel-title{color:#F9FAFB;font-size:18px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) span.live-tag{padding-bottom:5px;}html:not(.dark) .featured-5 .featured-articles-r-col .channel-title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) .featured-5 .featured-articles-r-col a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .featured-5 .featured-articles-r-col .carousel-item:last-child a{border-bottom:1px solid #4B5563;}html:not(.dark) .featured-5 .featured-articles-r-col a .main-image{width:100px;min-width:100px;}html:not(.dark) .featured-5 .featured-articles-r-col a .main-image img{height:80px;object-fit:cover;width:auto;}html:not(.dark) .featured-5 .main-image{width:auto;}html:not(.dark) .featured-5 .main-image img{width:100%;height:auto;}}html:not(.dark) .featured-5 .featured-articles-r-col .slick-arrow-custom,html:not(.dark) .path-programma .slick-arrow-custom,html:not(.dark) .view-display-id-block_24 .slick-arrow-custom,html:not(.dark) .view-display-id-block_27 .slick-arrow-custom{background:none;border:none;font-size:18px;color:var(--Secondary-800,#1F2937);cursor:pointer;padding:0 10px;}html:not(.dark) .slick-arrow-custom{background:none;border:none;font-size:18px;color:#FCB800;cursor:pointer;padding:0 10px;}html:not(.dark) .slick-arrow-custom.slick-disabled{opacity:0 !important;}@media (max-width:768px){html:not(.dark) .featured-5 .view-content .small-pc{display:none;}html:not(.dark) .featured-5 .view-content .desktop-tablet-mobile{display:flex;flex-direction:column;}html:not(.dark) .featured-5 .view-content .small-pc{display:none;}html:not(.dark) .featured-5 .view-content .leading-article a .main-image img{height:280px;object-fit:cover;object-position:center;width:100%;}html:not(.dark) .featured-5 .leading-article a .channel-title{display:block;position:absolute;bottom:0;padding:20px;width:100%;height:auto;background-color:rgba(35,39,50,0.65);line-height:1.2;}html:not(.dark) .featured-5 .leading-article .channel-title{color:#F9FAFB;font-size:18px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) .slick-next{position:absolute;right:0;top:40%;z-index:99;}html:not(.dark) .slick-prev{position:absolute;left:0;top:40%;z-index:99;}html:not(.dark) .featured-5 .featured-articles-r-col .channel-title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:500;line-height:120%;border-bottom:1px solid #4B5563;min-height:70px;padding-bottom:5px;}html:not(.dark) .featured-5 .featured-articles-r-col .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;color:#111827;}html:not(.dark) .featured-5 .featured-articles-r-col a{padding:10px 0.5rem 10px 0.5rem;display:flex;flex-direction:column;row-gap:10px;}html:not(.dark) .featured-5 .featured-articles-r-col a .main-image img{height:140px;object-fit:cover;object-position:center;width:100%;}html:not(.dark) .featured-5 .featured-articles-r-col .slick-slider .slick-list{padding:0 12% 0 0;}html:not(.dark) .featured-5 .featured-articles-r-col{position:relative;}html:not(.dark) .featured-5 .featured-articles-r-col::before,html:not(.dark) .featured-5 .featured-articles-r-col::after{content:"";position:absolute;top:0;height:95%;width:20%;display:none;z-index:9;pointer-events:none;}html:not(.dark) .featured-5 .featured-articles-r-col.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(255,255,255,0.00) 0%,#FFF 70.19%);}html:not(.dark) .featured-5 .featured-articles-r-col.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(255,255,255,0.00) 0%,#FFF 70.19%);}html:not(.dark) .mobile-carousel{visibility:hidden;opacity:0;transition:opacity 0.3s ease;}html:not(.dark) .mobile-carousel.slick-initialized{visibility:visible;opacity:1;}}html:not(.dark) section.block-views-blocktaxonomy-views-block-1,html:not(.dark) section.block-views-blocktaxonomy-views-block-6{display:flex;justify-content:center;height:170px !important;}html:not(.dark) section.block-views-blocktaxonomy-views-block-1 .team-logos,html:not(.dark) section#block-views-block-taxonomy-views-block-6 .team-logos,html:not(.dark) section.block-views-blocktaxonomy-views-block-6 .team-logos{max-width:300px !important;}html:not(.dark) section.block-views-blocktaxonomy-views-block-1 .form-group,html:not(.dark) section#block-views-block-taxonomy-views-block-6 .form-group,html:not(.dark) section.block-views-blocktaxonomy-views-block-6 .form-group{position:relative;height:fit-content;}html:not(.dark) .black-block{background:var(--Secondary-900,#111827);}html:not(.dark) .black-block .view-header{display:flex;flex-direction:column;row-gap:15px;padding:0px 15px;}html:not(.dark) .black-block .view-header > div{padding:0 !important;}html:not(.dark) .black-block .view-header h3{color:var(--Primary-500,#FCB800);font-size:24px;font-style:italic;font-weight:900;line-height:120%;margin:0;}html:not(.dark) .latest-articles{padding:15px 0px;min-width:300px;}html:not(.dark) .latest-articles .ad-view{display:flex;flex-direction:row;justify-content:center;}html:not(.dark) .latest-articles .view-content .article-item{padding:0 10px;}html:not(.dark) .black-block .view-content{background:transparent;}html:not(.dark) aside .view-footer{padding-right:10px;padding-top:15px;font-weight:700;text-align:right;display:flex;justify-content:end;}html:not(.dark) aside .view-footer{color:var(--Primary-500,#FCB800);font-size:24px;font-style:italic;font-weight:900;line-height:120%;margin:0 !important;}html:not(.dark) aside.col-sm-5.col-md-4{display:flex;justify-content:center;}html:not(.dark) #audio-article .content{display:flex;flex-direction:column;align-items:center;}html:not(.dark) #audio-article .content .info{display:flex;flex-direction:row;column-gap:8px;}html:not(.dark) #audio-article .content .field--name-field-recording audio{padding:0px 15px;}html:not(.dark) #audio-article .content .main-image{width:100px;min-width:100px;}html:not(.dark) #audio-article .content .main-image .field{padding:0 !important;}html:not(.dark) #audio-article .content .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .latest-articles .view-content a#audio-article{border-top:1px solid #383e50;padding:10px 0px;margin-top:15px;}html:not(.dark) .block-views-blockfrontpage-views-block-3 .form-group .mpu{padding:0;}@media(min-width:1280px){html:not(.dark) .latest-articles{max-width:300px;}html:not(.dark) .block-views-blockfrontpage-views-block-3 .form-group,html:not(.dark) .block-views-blockfrontpage-views-block-38 .form-group{display:flex;flex-direction:column;row-gap:15px;}}@media (min-width:992px) and (max-width:1280px){html:not(.dark) .latest-articles{max-width:300px;}html:not(.dark) .block-views-blockfrontpage-views-block-3 .form-group,html:not(.dark) .block-views-blockfrontpage-views-block-38 .form-group{display:flex;flex-direction:column;row-gap:15px;}}@media (max-width:992px){html:not(.dark) .latest-articles{max-width:unset;}html:not(.dark) .path-frontpage .block-views-blockfrontpage-views-block-3 .form-group,html:not(.dark) .block-views-blockfrontpage-views-block-38 .form-group{display:flex;flex-direction:column-reverse;row-gap:15px;}html:not(.dark) .block-views-blockfrontpage-views-block-3 .form-group{display:flex;flex-direction:column;row-gap:15px;}}@media (min-width:1280px){html:not(.dark) .view-content .small-pc{display:none;}html:not(.dark) .view-content .tablet{display:none;}html:not(.dark) .view-content .mobile{display:none;}html:not(.dark) .yellow-block .view-footer{display:none;}}@media (min-width:992px) and (max-width:1280px){html:not(.dark) .view-content .small-pc{display:block;}html:not(.dark) .view-content .tablet{display:none;}html:not(.dark) .view-content .mobile{display:none;}html:not(.dark) .view-content .desktop{display:none;}html:not(.dark) .yellow-block .view-footer{display:flex;flex-direction:row;width:97%;justify-content:end;}html:not(.dark) .yellow-block .view-header .header-wrapper .title-link a{display:none !important;}html:not(.dark) .yellow-block.black-bg .view-header .header-wrapper .title-link a{display:flex !important;}html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .small-pc > div:not(.advert-item),html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .small-pc .big-article .column-articles,html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .tablet .column-articles{padding:0;}html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .small-pc > div.advert-item,html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .tablet div.advert-item{margin:10px 0px;}html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .small-pc > div.column-articles{display:flex;flex-direction:row;flex-wrap:wrap;}html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .small-pc > div.column-articles .single-article:nth-child(2) > div a{border-top:1px solid #4B5563;}html:not(.dark) .yellow-block .view-content .big-article .big.single-article > div a{display:flex;flex-direction:column;}html:not(.dark) .yellow-block .view-content .big-article .big.single-article > div a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html:not(.dark) .yellow-block .view-content .big-article .big.single-article > div a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;}html:not(.dark) .yellow-block .view-content  .big-article .big.single-article > div a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;min-height:38px;color:#111827;font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .yellow-block .view-content  .big-article .big.single-article > div a .channel-title .time{color:var(--Primary-500,#FCB800);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .yellow-block .view-content .big-article .big.single-article > div a .channel-title .channel{padding-bottom:6px;color:var(--Primary-500,#FCB800);font-size:16px;font-style:normal;font-weight:700;line-height:120%;}}@media (min-width:768px) and (max-width:992px){html:not(.dark) .view-content .small-pc{display:none;}html:not(.dark) .view-content .desktop{display:none;}html:not(.dark) .view-content .tablet{display:flex;flex-direction:column;}html:not(.dark) .view-content .mobile{display:none;}html:not(.dark) .yellow-block .view-header .header-wrapper .title-link a{display:none !important;}html:not(.dark) .yellow-block.black-bg .view-header .header-wrapper .title-link a{display:flex !important;}html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .tablet .column-articles{padding:0;}html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .tablet div.advert-item{margin:10px 0px;}html:not(.dark) .yellow-block .view-footer{display:flex;flex-direction:row;justify-content:end;padding-bottom:15px;border-bottom:1px solid #4B5563;}html:not(.dark) .yellow-block.black-bg .view-header{flex-direction:row;align-items:center !important;}html:not(.dark) .yellow-block.black-bg .view-header .ad-view{justify-content:end !important;padding-bottom:0 !important;}html:not(.dark) .yellow-block .view-header{flex-direction:column;}html:not(.dark) .yellow-block .view-header .ad-view{justify-content:center !important;padding-bottom:15px;}html:not(.dark) .yellow-block .view-header{display:flex;align-items:start !important;}}@media (max-width:768px){html:not(.dark) .page-node-type-article section.block-views-blocktaxonomy-views-block-1,html:not(.dark) .page-node-type-article section.block-views-blocktaxonomy-views-block-6{margin-top:15px;}html:not(.dark) .page-node-type-article section.block-views-blocktaxonomy-views-block-1 .team-logos,html:not(.dark) .page-node-type-article section.block-views-blocktaxonomy-views-block-6 .team-logos{max-width:300px !important;height:180px !important;}html:not(.dark) .yellow-block .view-header .header-wrapper .title-link a{display:none !important;}html:not(.dark) .yellow-block .view-footer{display:flex;flex-direction:row;justify-content:end;}html:not(.dark) .view-content .small-pc{display:none;}html:not(.dark) .black-block .view-header h3{font-size:18px;}html:not(.dark) .view-content .desktop{display:none;}html:not(.dark) .view-content .tablet{display:none;}html:not(.dark) .view-content .mobile{display:flex;flex-direction:column;width:100%;}html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .mobile .column-articles{padding:0;}html:not(.dark) .view-id-frontpage_views.view-display-id-block_2 .mobile div.advert-item{margin:10px 0px;}html:not(.dark) .yellow-block .view-footer{border-radius:0px 0px 12px 12px;background:var(--Secondary-700,#374151);padding:15px 10px;}html:not(.dark) .yellow-block .view-header{flex-direction:column;}html:not(.dark) .yellow-block .view-header .ad-view{justify-content:center !important;padding-bottom:15px;}html:not(.dark) .yellow-block .view-header{display:flex;align-items:start !important;}}html:not(.dark) .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}html:not(.dark) .region-content .channel-title .title{color:var(--Secondary-900,#111827);font-weight:500;}html:not(.dark) .yellow-block.view-display-id-block_2{padding:0;}html:not(.dark) .yellow-block .view-header{display:flex;align-items:center;column-gap:15px;}html:not(.dark) .yellow-block .view-header .ad-view{display:flex;flex-direction:row;justify-content:end;min-width:270px;}@media(max-width:992px){html:not(.dark) .yellow-block .view-header .ad-view{min-height:65px;}}html:not(.dark) .yellow-block .view-header .header-wrapper{padding:25px 0px;}html:not(.dark) .yellow-block .view-header .header-wrapper .title-link{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}html:not(.dark) .view-header .header-wrapper .title-link a,html:not(.dark) .view-footer .header-wrapper .title-link a{color:var(--Secondary-800,#1F2937);text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;align-items:center;column-gap:5px;}html:not(.dark) #block-kerkida-quicktabsvideosblock .view-footer .header-wrapper .title-link a,html:not(.dark) .kous-kous .view-header .header-wrapper .title-link a,html:not(.dark) .kous-kous .view-footer .header-wrapper .title-link a,html:not(.dark) .programma-section .view-footer .header-wrapper .title-link a,html:not(.dark) .region-sidebar-second .view-footer .header-wrapper .title-link a,html:not(.dark) .region-sidebar-2 .view-footer .header-wrapper .title-link a{color:var(--Primary-500,#FDCF09) !important;}html:not(.dark) .yellow-block .view-footer{margin-right:10px;margin-left:10px;padding-top:15px;}html:not(.dark) .must-read .view-header .header-wrapper h3.block-header{color:var(--Secondary-800,#1F2937) !important;font-size:24px;font-style:italic;font-weight:900;line-height:120%;margin:0 !important;padding:0;}html:not(.dark) .view-header .header-wrapper h3.block-header,html:not(.dark) .poll .view-header .header-wrapper h3.block-header{color:var(--Primary-500,#FCB800);font-size:24px;font-style:italic;font-weight:900;line-height:120%;margin:0 !important;padding:0;}html:not(.dark) .flex-block:not(.programma-section,.kous-kous) .view:not(.poll,.view-display-id-block_4) .view-header .header-wrapper h3.block-header{color:var(--Secondary-800,#1F2937);}@media(max-width:768px){html:not(.dark) .flex-block:not(.programma-section,.kous-kous) .view:not(.poll,.view-display-id-block_4,.view-display-id-block_42,.view-display-id-block_14,.view-display-id-block_15,.view-display-id-block_43) .view-header .header-wrapper h3.block-header{color:var(--Secondary-800,#1F2937);}.region-sidebar-second{margin-top:15px;}html:not(.dark) .flex-block .block-views-blockfrontpage-views-block-42 .view-display-id-block_42 .view-header .header-wrapper h3.block-header,html:not(.dark) .flex-block .block-views-blockfrontpage-views-block-14 .view-display-id-block_14 .view-header .header-wrapper h3.block-header,html:not(.dark) .flex-block .block-views-blockfrontpage-views-block-15 .view-display-id-block_15 .view-header .header-wrapper h3.block-header,html:not(.dark) .flex-block .block-views-blockfrontpage-views-block-43 .view-display-id-block_43 .view-header .header-wrapper h3.block-header,html:not(.dark) .flex-block .block-views-blockfrontpage-views-block-42 .view-footer .header-wrapper .title-link a,html:not(.dark) .flex-block .block-views-blockfrontpage-views-block-14 .view-footer .header-wrapper .title-link a,html:not(.dark) .flex-block .block-views-blockfrontpage-views-block-15 .view-footer .header-wrapper .title-link a,html:not(.dark) .flex-block .block-views-blockfrontpage-views-block-43 .view-footer .header-wrapper .title-link a,html:not(.dark) .flex-block .block-views-blockfrontpage-views-block-4 .view-footer .header-wrapper .title-link a,html:not(.dark) .flex-block .block-views-blockfrontpage-views-block-2 .view-footer .header-wrapper .title-link a{color:var(--Primary-500,#FCB800) !important;}}html:not(.dark) .yellow-block .view-content .left-articles,html:not(.dark) .yellow-block .view-content .left-articles .big-articles,html:not(.dark) .yellow-block .view-content .left-articles .row-articles{padding:0;}html:not(.dark) .yellow-block .view-content .left-articles .big-articles .single-article > div a{display:flex;flex-direction:column;}html:not(.dark) .yellow-block .view-content .left-articles .big-articles .single-article > div a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html:not(.dark) .yellow-block .view-content .left-articles .big-articles .single-article > div a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;}html:not(.dark) .yellow-block .view-content .left-articles .big-articles .single-article > div a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;min-height:38px;color:#111827;font-size:16px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) .yellow-block .view-content .left-articles .big-articles .single-article > div a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .yellow-block .view-content .left-articles .big-articles .single-article > div a .channel-title .channel{padding-bottom:6px;color:var(--Primary-500,#FCB800);font-size:16px;font-style:normal;font-weight:700;line-height:120%;}html:not(.dark) .yellow-block .view-content .left-articles .advert-item{margin:10px 0px;}html:not(.dark) .yellow-block .view-content .left-articles .row-articles .single-article > div a,html:not(.dark) .yellow-block .view-content .column-articles .single-article > div a{display:flex;flex-direction:row;padding:10px 0px;border-bottom:1px solid #4B5563;column-gap:10px;}html:not(.dark) .yellow-block .view-content .left-articles .row-articles .single-article > div a,html:not(.dark) .yellow-block .view-content .column-articles .single-article:first-child > div a{border-top:1px solid #4B5563;}html:not(.dark) .yellow-block .view-content .left-articles .row-articles .single-article > div a .main-image,html:not(.dark) .yellow-block .view-content .column-articles .single-article > div a .main-image{width:100px;min-width:100px;}html:not(.dark) .yellow-block .view-content .left-articles .row-articles .single-article > div a .main-image img,html:not(.dark) .yellow-block .view-content .column-articles .single-article > div a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .yellow-block .view-content .left-articles .row-articles .single-article > div a .channel-title,html:not(.dark) .yellow-block .view-content .column-articles .single-article > div a .channel-title{display:flex;flex-direction:column;height:80px;justify-content:space-between;}html:not(.dark) .yellow-block .view-content .left-articles .row-articles .single-article > div a .channel-title .title,html:not(.dark) .yellow-block .view-content .column-articles .single-article > div a .channel-title .title{color:#111827;font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}html:not(.dark) .yellow-block .view-content .left-articles .row-articles .single-article > div a .channel-title .channel,html:not(.dark) .yellow-block .view-content .column-articles .single-article > div a .channel-title .channel{color:var(--Primary-500,#FCB800);font-size:14px;font-style:normal;font-weight:700;line-height:120%;}html:not(.dark) .yellow-block .view-content .left-articles .row-articles .single-article > div a .channel-title .time,html:not(.dark) .yellow-block .view-content .column-articles .single-article > div a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .yellow-block .view-content .mobile .no-link-articles{border-radius:12px 12px 0px 0px;background:var(--Secondary-700,#374151);padding:15px 0px 0px 0px;margin:0px 10px;display:flex;flex-direction:row;}html:not(.dark) .yellow-block .view-content .mobile .no-link-articles .single-article{width:100%;}html:not(.dark) .yellow-block .view-content .mobile .no-link-articles .single-article > div a .main-image{width:155px;min-width:155px;border-radius:12px;}html:not(.dark) .yellow-block .view-content .mobile .no-link-articles .single-article > div a .main-image img{width:100%;height:100px;object-fit:cover;object-position:center;}html:not(.dark) .yellow-block .view-content .mobile .no-link-articles .single-article > div a .channel-title{display:flex;flex-direction:column;border-bottom:1px solid #4B5563;padding-top:10px;padding-bottom:20px;}html:not(.dark) .yellow-block .view-content .mobile .no-link-articles .single-article > div a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;min-height:34px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}html:not(.dark) .yellow-block .view-content .mobile .no-link-articles .single-article > div a .channel-title .channel{color:var(--Primary-500,#FCB800);font-size:14px;font-style:normal;font-weight:700;line-height:120%;}html:not(.dark) .yellow-block .view-content .mobile .no-link-articles .single-article > div a .time{display:none;}@media(min-width:1280px){html:not(.dark) .kous-kous.desktop{display:flex;flex-direction:row;flex-wrap:wrap;}html:not(.dark) .kous-kous.small-pc-tablet{display:none;flex-direction:row;flex-wrap:wrap;}html:not(.dark) .kous-kous.mobile{display:none;flex-direction:row;flex-wrap:wrap;}}@media(min-width:768px) and (max-width:1280px){html:not(.dark) .kous-kous.desktop{display:none;flex-direction:row;flex-wrap:wrap;}html:not(.dark) .kous-kous.small-pc-tablet{display:flex;flex-direction:row;flex-wrap:wrap;}html:not(.dark) .kous-kous.mobile{display:none;flex-direction:row;flex-wrap:wrap;}}@media(max-width:768px){html:not(.dark) .kous-kous.desktop{display:none;flex-direction:row;flex-wrap:wrap;}html:not(.dark) .kous-kous.small-pc-tablet{display:none;flex-direction:row;flex-wrap:wrap;}html:not(.dark) .kous-kous.mobile{display:flex;flex-direction:row;flex-wrap:wrap;}html:not(.dark) .block-views-blockfrontpage-views-block-4 .title{overflow:hidden !important;text-overflow:ellipsis !important;-webkit-box-orient:vertical !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;width:100% !important;white-space:unset !important;}html:not(.dark) .view-header .header-wrapper h3.block-header{font-size:18px;}}@media(min-width:768px){html:not(.dark) .yellow-block.black-bg .view-footer{display:none;}}html:not(.dark) .kous-kous.mobile .views-row a{display:flex;flex-direction:column-reverse;min-height:fit-content;justify-content:flex-end;}html:not(.dark) .kous-kous.mobile .views-row a .time{position:relative;right:unset;top:unset;}html:not(.dark) .kous-kous.mobile .views-row a i{display:none;}html:not(.dark) .block-views-blockfrontpage-views-block-4 .title{width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;}html:not(.dark) .black-bg{background:var(--Secondary-900,#111827);padding-bottom:10px;}html:not(.dark) .yellow-block.black-bg .view-footer{background:transparent;border-radius:unset;}html:not(.dark) .menu--carousel-menu li a{background-image:none !important;display:flex;flex-direction:column;justify-content:center;align-items:center;}html:not(.dark) .menu--carousel-menu .slick-list .slick-track{display:flex;column-gap:15px;}html:not(.dark) .menu--carousel-menu li{max-width:64px;}html:not(.dark) .menu--carousel-menu li a .menu-label{width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;color:var(--Palette-textLight50-textLight50,#F9FAFB);text-align:center;font-size:10px;font-style:normal;font-weight:400;line-height:16px;}html:not(.dark) .menu--carousel-menu li a .menu-icon-wrapper{display:flex;justify-content:center;align-items:center;}html:not(.dark) .menu--carousel-menu li a .menu-icon-wrapper img{border-radius:9999px;background:var(--Secondary-600,#4B5563);width:38px;height:36px;padding:8px;}html:not(.dark) .menu--carousel-menu .slick-list{padding:0 15% 0 0;}html:not(.dark) .menu--carousel-menu{position:relative;background:var(--Secondary-900,#111827);padding:10px 0px;}html:not(.dark) .menu--carousel-menu::before,html:not(.dark) .menu--carousel-menu::after{content:'';position:absolute;top:0;height:100%;width:20%;display:none;z-index:9;pointer-events:none;}html:not(.dark) .menu--carousel-menu.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) .menu--carousel-menu.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) .menu--carousel-menu .slick-next{position:absolute;right:0;top:30%;z-index:99;}html:not(.dark) .menu--carousel-menu .slick-prev{position:absolute;left:0;top:30%;z-index:99;}html:not(.dark) .menu--carousel-menu{visibility:hidden;opacity:0;transition:opacity 0.3s ease;}html:not(.dark) .menu--carousel-menu.slick-initialized{visibility:visible;opacity:1;}html:not(.dark) .teams-logo-section{display:flex;flex-direction:column;row-gap:15px;}html:not(.dark) .region-content-4{padding:15px 0px;}html:not(.dark) .carousel-team-logos .slick-list .slick-track{display:flex;column-gap:10px;}html:not(.dark) .carousel-team-logos .team-logo{max-width:30px;}html:not(.dark) .carousel-team-logos .team-logo a .logo img{width:30px;height:30px;}html:not(.dark) .carousel-team-logos .slick-list{padding:0 12% 0 0;}html:not(.dark) .carousel-team-logos{position:relative;background:var(--Secondary-900,#111827);padding:5px 0px;border:none;}html:not(.dark) .carousel-team-logos .slick-next{position:absolute;right:0;top:30%;z-index:99;}html:not(.dark) .carousel-team-logos .slick-prev{position:absolute;left:0;top:30%;z-index:99;}html:not(.dark) .carousel-team-logos{visibility:visible;opacity:1;transition:opacity 0.3s ease;}@media(max-width:992px){html:not(.dark) .carousel-team-logos{visibility:hidden;opacity:0;transition:opacity 0.3s ease;}html:not(.dark) .carousel-team-logos.slick-initialized{visibility:visible;opacity:1;}}@media(min-width:768px) and (max-width:992px){html:not(.dark) .view-id-taxonomy_views.view-display-id-block_2,html:not(.dark) .view-id-taxonomy_views.view-display-id-block_3{margin:0px -20px;}html:not(.dark) .carousel-team-logos::before,html:not(.dark) .carousel-team-logos::after{content:'';position:absolute;top:0;height:100%;width:15%;display:none;z-index:9;pointer-events:none;}html:not(.dark) .carousel-team-logos.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) .carousel-team-logos.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}}@media(max-width:768px){html:not(.dark) .view-id-taxonomy_views.view-display-id-block_2,html:not(.dark) .view-id-taxonomy_views.view-display-id-block_3{margin:0px -10px;}html:not(.dark) .carousel-team-logos::before,html:not(.dark) .carousel-team-logos::after{content:'';position:absolute;top:0;height:100%;width:15%;display:none;z-index:9;pointer-events:none;}html:not(.dark) .carousel-team-logos.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) .carousel-team-logos.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}}html:not(.dark) .menu-bar-right{display:flex;flex-direction:row;align-items:center;column-gap:15px;}html:not(.dark) .menu-bar-right p{font-size:20px;color:white;margin:0;}.kerkida-social-icons{list-style:none;}html:not(.dark) .menu-bar-right #block-kerkida-socialmedialinks-2 h2{display:none;}html:not(.dark) .menu-bar-right #block-kerkida-socialmedialinks-2 ul{margin:0;display:flex;flex-direction:row;column-gap:16px;}html:not(.dark) .menu-bar-right #block-kerkida-socialmedialinks-2 ul li a span{color:var(--Secondary-50,#F9FAFB);text-align:center;font-family:"Font Awesome 6 Brands";font-size:16px;font-style:normal;font-weight:400;line-height:normal;}html:not(.dark) .social-icons{display:flex;flex-direction:row;align-items:center;padding-top:40px;padding-left:20px;}html:not(.dark) .hamburger{padding:12px 0px 13px 10px;}html:not(.dark) .social-media-links--platforms.horizontal li{padding:0px;}html:not(.dark) .social-icons #block-kerkida-socialmedialinks-2 h2{display:none;}html:not(.dark) .social-icons #block-kerkida-socialmedialinks-2 ul{margin:0;display:flex;flex-direction:row;column-gap:16px;}html:not(.dark) .social-icons #block-kerkida-socialmedialinks-2 ul li a span{color:var(--Secondary-50,#F9FAFB);text-align:center;font-family:"Font Awesome 6 Brands";font-size:16px;font-style:normal;font-weight:400;line-height:normal;}@media(min-width:768px){html:not(.dark) .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2,html:not(.dark) .social-media-icons #block-kerkida-socialmedialinks-2{display:none  !important;}}html:not(.dark) .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2,html:not(.dark) .social-media-icons #block-kerkida-socialmedialinks-2{margin-top:35px;margin-bottom:0;}html:not(.dark) .social-media-icons{margin:0px -10px;}html:not(.dark) .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2,html:not(.dark) .social-media-icons #block-kerkida-socialmedialinks-2{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--Secondary-900,#111827);padding:10px;}html:not(.dark) .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2 h2,html:not(.dark) .social-media-icons #block-kerkida-socialmedialinks-2 h2{color:var(--Primary-500,#FCB800);font-size:18px;font-style:italic;font-weight:900;line-height:120%;margin:0;display:flex;flex-direction:row;align-items:center;}html:not(.dark) .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2 ul li a span,html:not(.dark) .social-media-icons #block-kerkida-socialmedialinks-2 ul li a span{color:var(--Secondary-50,#F9FAFB);text-align:center;font-family:"Font Awesome 6 Brands";font-size:16px;font-style:normal;font-weight:400;line-height:normal;}html:not(.dark) .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2 ul,html:not(.dark) .social-media-icons #block-kerkida-socialmedialinks-2 ul{margin:0;display:flex;flex-direction:row;column-gap:16px;}html:not(.dark) .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2,html:not(.dark) .social-media-icons #block-kerkida-socialmedialinks-2{display:flex;}@media(max-width:768px){html:not(.dark) .menu-bar-right #block-kerkida-socialmedialinks-2{display:none;}}@media(min-width:768px){html:not(.dark) .navbar-sidebar{position:fixed;width:360px !important;top:0;}}html:not(.dark) .navbar-sidebar{position:fixed;display:block!important;height:100%!important;width:100%;left:-100%;z-index:9999999;top:0;background:var(--Secondary-900,#111827);transition:all 0.2s ease-in-out;}html:not(.dark) .navbar-sidebar.collapse.in,html:not(.dark) .navbar-sidebar.collapsing{left:0;}html:not(.dark) .navbar-sidebar .menu--main .dropdown .dropdown-toggle .fa-chevron-right{position:absolute;right:15px;transition:all 0.2s;line-height:1.42857143;}html:not(.dark) .navbar-sidebar .menu--main .dropdown.open .fa-chevron-right{transform:rotate(90deg);}html:not(.dark) .navbar-sidebar .menu--main .dropdown.open .dropdown-menu{height:initial;}html:not(.dark) .navbar-sidebar .menu--main .dropdown .dropdown-menu{width:unset;float:unset;position:unset;padding:0;margin:-7px 0 0;border-radius:0;background-color:unset;box-shadow:unset;-webkit-box-shadow:unset;border:0;}html:not(.dark) .navbar-sidebar .menu--main > div{padding:0;}html:not(.dark) .navbar-sidebar .menu--main > div .dropdown .dropdown-menu > li > a{padding:15px 0px 15px 20px;background:var(--Secondary-800,#1F2937);color:var(--Secondary-50,#F9FAFB);font-size:18px;font-style:normal;font-weight:400;line-height:140%;}html:not(.dark) .navbar-sidebar .menu--main > div li.parent > a{padding:15px 15px 15px 15px;text-transform:uppercase;display:flex;color:var(--Primary-500,#FCB800);font-size:18px;font-style:normal;font-weight:500;line-height:140%;}html:not(.dark) .navbar-sidebar .menu--main > li > a:hover,html:not(.dark) .navbar-sidebar .menu--main > li > a:focus,html:not(.dark) .navbar-sidebar .menu--main > li > a:active{background-color:unset;}html:not(.dark) .navbar-sidebar .menu--main .open a{background-color:unset;}html:not(.dark) .navbar-sidebar .social-icon{display:block;width:30px;height:30px;float:left;border-radius:50%;padding:6px;margin:10px;font-size:18px;line-height:1;text-align:center;color:#414652;background-color:#FCB800;}html:not(.dark) .grid-desktop,html:not(.dark) .grid-small-pc-tablet{flex-direction:row;}html:not(.dark) .grid-mobile{display:none;}html:not(.dark) .grid-desktop .leading-article a{display:flex;flex-direction:column;}html:not(.dark) .grid-desktop .leading-article a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html:not(.dark) .grid-desktop .leading-article a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;}html:not(.dark) .grid-desktop .leading-article a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;min-height:71px;color:var(--Secondary-900,#111827);font-size:16px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) .grid-desktop .leading-article a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .grid-desktop .featured-articles-r-col:last-child a{border-bottom:1px solid #4B5563;}html:not(.dark) .grid-desktop .featured-articles-r-col{padding:0;}html:not(.dark) .grid-desktop .featured-articles-r-col a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .grid-desktop .featured-articles-r-col a .main-image{width:100px;min-width:100px;}html:not(.dark) .grid-desktop .featured-articles-r-col a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .grid-desktop .featured-articles-r-col a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .grid-desktop .featured-articles-r-col a .channel-title .title{color:var(--Secondary-900,#111827) !important;font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .region-content-10 .grid-desktop .leading-article a .channel-title .title,html:not(.dark) .region-content-10 .grid-desktop .featured-articles-r-col a .channel-title .title{color:var(--Secondary-900,#111827) !important;}html:not(.dark) .grid-desktop .featured-articles-r-col a .channel-title .time{color:var(--Secondary-900,#111827) !important;font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .region-content-10 .grid-desktop .featured-articles-r-col a .channel-title .time,html:not(.dark) .region-content-10 .grid-desktop .leading-article a .channel-title .time{color:var(--Secondary-500,#6B7280) !important;}html:not(.dark) .grid-small-pc-tablet{padding:0;}html:not(.dark) .grid-small-pc-tablet  a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;}html:not(.dark) .grid-small-pc-tablet  a .main-image{width:100px;min-width:100px;}html:not(.dark) .grid-small-pc-tablet  a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .grid-small-pc-tablet  a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .grid-small-pc-tablet  a .channel-title .title{color:var(--Secondary-800,#1F2937);font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .grid-small-pc-tablet  a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .region-content-5 .yellow-block .view-footer{background:transparent !important;border-radius:unset !important;}html:not(.dark) .grid-mobile.featured-articles-r-col a{padding:10px 0.5rem 10px 0.5rem;display:flex;flex-direction:column;row-gap:10px;}html:not(.dark) .grid-mobile.featured-articles-r-col .slick-slider .slick-list{padding:0 12% 0 0;}html:not(.dark) .grid-mobile.featured-articles-r-col a .main-image img{height:140px;object-fit:cover;object-position:center;width:100%;}html:not(.dark) .grid-mobile.featured-articles-r-col .channel-title{padding-bottom:5px;border-bottom:1px solid #4B5563;min-height:70px;}html:not(.dark) .grid-mobile.featured-articles-r-col .channel-title .time{display:none;}html:not(.dark) .grid-mobile.featured-articles-r-col .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}html:not(.dark) .grid-mobile.featured-articles-r-col::before,html:not(.dark) .grid-mobile.featured-articles-r-col::after{content:'';position:absolute;top:0;height:100%;width:20%;display:none;z-index:9;pointer-events:none;}html:not(.dark) .grid-mobile.featured-articles-r-col.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) .grid-mobile.featured-articles-r-col.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}@media(min-width:1280px){html:not(.dark) .region-content-5,html:not(.dark) .region-content-8,html:not(.dark) .region-content-10{display:grid;grid-template-columns:1fr 1fr;gap:5px;}html:not(.dark) .region-content-5{gap:20px 0px !important;}html:not(.dark) .grid-desktop{display:flex;}html:not(.dark) .grid-small-pc-tablet{display:none;}html:not(.dark) .grid-mobile{display:none;}html:not(.dark) .grid-container{padding:0;}}@media(min-width:992px) and (max-width:1280px){html:not(.dark) .region-content-5 .yellow-block .view-header .header-wrapper .title-link a,html:not(.dark) .region-content-8 .yellow-block .view-header .header-wrapper .title-link a,html:not(.dark) .region-content-10 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}html:not(.dark) .region-content-5   .yellow-block .view-footer{display:none !important;}html:not(.dark) .region-content-5,html:not(.dark) .region-content-8,html:not(.dark) .region-content-10{display:flex;flex-direction:column;gap:unset;}html:not(.dark) .grid-desktop{display:none;}html:not(.dark) .grid-small-pc-tablet{display:flex;}html:not(.dark) .grid-container{padding:0;}}@media(min-width:768px) and (max-width:992px){html:not(.dark) .region-content-5   .yellow-block .view-header .header-wrapper .title-link a,html:not(.dark) .region-content-8   .yellow-block .view-header .header-wrapper .title-link a,html:not(.dark) .region-content-10 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}html:not(.dark) .region-content-5   .yellow-block .view-footer{display:none !important;}html:not(.dark) .region-content-5{display:grid;grid-template-columns:1fr 1fr;gap:5px;}html:not(.dark) .grid-desktop{display:none;}html:not(.dark) .grid-small-pc-tablet{display:flex;flex-direction:column !important;}html:not(.dark) .grid-mobile{display:none;}html:not(.dark) .grid-small-pc-tablet > div{width:100% !important;}html:not(.dark) .grid-container{padding:0;}}@media (max-width:768px){html:not(.dark) .region-content-5 section .form-group .view{background:var(--Secondary-900,#111827);margin:0px 10px;padding-bottom:10px;}html:not(.dark) .region-content-5,html:not(.dark) .region-content-8,html:not(.dark) .region-content-10{display:flex;flex-direction:column;gap:15px 0px;}html:not(.dark) .region-content-5 section.block-views{margin:0 -10px;background:var(--Secondary-900,#111827);}html:not(.dark) .grid-desktop{display:none;}html:not(.dark) .grid-small-pc-tablet{display:none;}html:not(.dark) .grid-mobile{display:block;position:relative;padding:0px 10px;}}html:not(.dark) .programma-section{padding-top:15px;}html:not(.dark) .programma.yellow-block.black-bg .view-footer{display:flex !important;justify-content:end;}html:not(.dark) .programma .view-header .header-wrapper{padding:15px 0px;}html:not(.dark) .programma .view-content .article-item .agonistiki{padding-bottom:15px;padding-left:15px;}html:not(.dark) .programma .view-content .article-item .agonistiki h3{color:#111827;font-size:16px;font-style:normal;font-weight:400;line-height:120%;margin:0;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-date{margin:0;background:var(--Secondary-700,#374151);padding:12px 0px 12px 15px;color:var(--Primary-500,#FCB800);font-size:14px;font-style:normal;font-weight:700;line-height:120%;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches{padding:0px 15px;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div{display:flex;flex-direction:row;align-items:center;padding:10px 0px;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div{padding:0;display:flex;flex-direction:row;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div:not(:last-child){justify-content:center;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div:last-child{justify-content:end;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos{display:flex;flex-direction:row;align-items:center;column-gap:20px;padding:0;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos a img{width:30px;height:30px;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos .versus{color:#fff;font-size:22px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .betting .betting-logo a img{width:30px;height:30px;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .highlights .play-button a img{width:20px;height:20px;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .highlights .field--name-field-time{color:#111827;font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores .score{display:flex;flex-direction:row;align-items:center;column-gap:10px;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores .no-score{display:flex;flex-direction:row;justify-content:space-between;align-items:center;column-gap:30px;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores > div{color:#fff;font-size:18px;font-style:normal;font-weight:700;line-height:120%;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .links .article-link-finished a{color:var(--Primary-500,#FCB800);text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;column-gap:5px;align-items:center;}html:not(.dark) .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .links .article-link-live a{color:#FF3B42;text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;column-gap:5px;align-items:center;}html:not(.dark) .region-content-7-small .sticky-sidebar{display:flex;flex-direction:column;row-gap:15px;}html:not(.dark) .region-content-7-small .sticky-sidebar section{width:100%;}html:not(.dark) .vathmologia-a.yellow-block.black-bg .view-footer{display:flex !important;justify-content:end;}html:not(.dark) .vathmologia-a .view-header .header-wrapper{padding:15px 0px;}html:not(.dark) .vathmologia-a .view-content{display:flex;flex-direction:column;}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li{display:flex;flex-direction:row;}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol{padding:0;}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li{display:flex;flex-direction:row;align-items:center;padding:5px 15px 5px 10px;column-gap:10px;}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .item-index{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;min-width:16px;text-align:center;}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a img{width:30px;height:30px;}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a{display:flex;flex-direction:row;align-items:center;column-gap:5px;}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a .team-name{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph .field--name-field-points{color:var(--Primary-500,#FCB800);font-size:14px;font-style:normal;font-weight:700;line-height:120%;}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol.team-scores-left li:nth-of-type(odd),html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol.team-scores-right li:nth-of-type(odd){background:var(--Secondary-700,#374151);}html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol.team-scores-left li:nth-of-type(even),html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol.team-scores-right li:nth-of-type(even){background:var(--Secondary-900,#111827);}@media(max-width:768px){html:not(.dark) .region-content-7,html:not(.dark) .region-content-7-small section.block-views-blockfrontpage-views-block-10{display:none;}html:not(.dark) .programma-section{display:flex;flex-direction:column;}}@media(min-width:768px) and (max-width:850px){html:not(.dark) .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a .team-name{display:inline-block;max-width:8ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;}}html:not(.dark) .poll .view-header .header-wrapper{padding:15px 0px;}html:not(.dark) .poll .view-content .article-item{padding:0px 10px;display:flex;flex-direction:column;row-gap:12px;}html:not(.dark) .poll .view-content .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .poll .view-content a{color:var(--Primary-500,#FCB800);text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;justify-content:end;column-gap:5px;align-items:center;}html:not(.dark) .must-read{padding-left:0;padding-right:0;}html:not(.dark) .must-read .view-header > div{padding:0;}html:not(.dark) .must-read .view-header .header-wrapper{padding:15px 0px;}html:not(.dark) .must-read .view-content .article-item:first-child a{border-top:1px solid #4B5563;}html:not(.dark) .must-read .view-content .article-item a{display:flex;flex-direction:row;padding:10px 0px;border-bottom:1px solid #4B5563;column-gap:10px;}html:not(.dark) .must-read .view-content .article-item a .main-image{width:100px;min-width:100px;}html:not(.dark) .must-read .view-content .article-item a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .must-read .view-content .article-item a .channel-title{display:flex;flex-direction:column;height:80px;justify-content:space-between;}html:not(.dark) .must-read .view-content .article-item a .channel-title .channel{color:var(--Primary-500,#FCB800);font-size:14px;font-style:normal;font-weight:700;line-height:120%;}html:not(.dark) .must-read .view-content .article-item a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .must-read .view-content .article-item a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .region-content-full-7{padding:15px 0px;}@media (min-width:768px) and (max-width:1200px){html:not(.dark) .block-views-blockfrontpage-views-block-13{display:flex;flex-direction:row;width:100%;}html:not(.dark) .block-views-blockfrontpage-views-block-13 .form-group{display:flex;flex-direction:row;width:100%;justify-content:space-between;}}@media(max-width:768px){html:not(.dark) .block-views-blockfrontpage-views-block-13 .form-group{display:flex;flex-direction:row;width:100%;justify-content:center;}}@media(max-width:768px){html:not(.dark) .block-views-blockfrontpage-views-block-13 .must-read,html:not(.dark) .region-content-full-7{display:none;}}html:not(.dark) .region-content-8 section .view .view-content{display:flex;flex-direction:row;flex-wrap:wrap;}html:not(.dark) .region-content-8 section .view .view-content .links-g,html:not(.dark) .region-content-8 section .view .view-content .links-b{display:flex;flex-direction:column;border-top:1px solid #4B5563;}html:not(.dark) .region-content-8 section .view .view-content .links-g a span,html:not(.dark) .region-content-8 section .view .view-content .links-b a span{border-bottom:1px solid #4B5563;padding:16.4px 0px;color:var(--Secondary-800,#1F2937);text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;column-gap:5px;display:flex;flex-direction:row;align-items:center;justify-content:end;}html:not(.dark) .region-content-8 section .view .view-content .article-item a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .region-content-8 section .view .view-content .article-item:nth-child(3) a{border-bottom:1px solid #4B5563;}html:not(.dark) .region-content-8 section .view .view-content .article-item a .main-image{width:100px;min-width:100px;}html:not(.dark) .region-content-8 section .view .view-content .article-item a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .region-content-8 section .view .view-content .article-item a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .region-content-8 section .view .view-content .article-item a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .region-content-8 section .view .view-content .article-item a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .region-content-8 .yellow-block .view-footer{background:transparent !important;border-radius:unset !important;border-bottom:1px solid #4B5563;margin:0 !important;}@media(min-width:1280px){html:not(.dark) .region-content-8 .yellow-block .view-footer{display:none;}}@media (min-width:992px) and (max-width:1280px){html:not(.dark) .region-content-8 section .view .view-content .small-pc{padding:0;}html:not(.dark) .region-content-8 section .view .view-content .article-item:nth-child(2) a{border-bottom:1px solid #4B5563;}html:not(.dark) .region-content-8 .yellow-block .view-footer{display:none;}}@media(min-width:768px) and (max-width:992px){html:not(.dark) .region-content-8 section .view .view-content .tablet{flex-direction:row;padding:0;}html:not(.dark) .region-content-8 section .yellow-block .view-header{flex-direction:row;align-items:center !important;}html:not(.dark) .region-content-8 section .view .view-content .article-item:nth-child(2) a{border-bottom:1px solid #4B5563;}html:not(.dark) .region-content-8 section .yellow-block .view-header .ad-view{padding-bottom:0 !important;}html:not(.dark) .region-content-8 .yellow-block .view-footer{display:none;}}@media(max-width:768px){html:not(.dark) .region-content-8 section .view .view-content .article-item:last-child a{border-bottom:1px solid #4B5563;}html:not(.dark) .region-content-8 .yellow-block .view-footer{display:flex;}}html:not(.dark) .network-section{display:flex;}html:not(.dark) .network-section section{padding:0;}html:not(.dark) .region-content-11{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:15px;padding-top:15px;}html:not(.dark) .block-tns-news-aggregator{background:var(--Secondary-900,#111827);position:relative;z-index:1;}html:not(.dark) .block-tns-news-aggregator > div{z-index:1;position:relative;}html:not(.dark) .block-tns-news-aggregator::before{content:'';position:absolute;top:0;left:0;right:0;margin-left:calc(-1 * ((100vw - 100%) / 2));width:100vw;height:100%;z-index:0;background:var(--Secondary-900,#111827);}html:not(.dark) .block-tns-news-aggregator .view-header .header-wrapper{display:flex;flex-direction:row;justify-content:space-between;padding-top:15px;padding-bottom:20px;align-items:center;}html:not(.dark) .block-tns-news-aggregator .view-header .header-wrapper .media-logos{display:flex;flex-direction:row;justify-content:space-between;padding:0;}html:not(.dark) .block-tns-news-aggregator .item-wrapper .network-carousel{padding-bottom:20px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:10px;}html:not(.dark) .block-tns-news-aggregator .item-wrapper .media-item a,html:not(.dark) .block-tns-news-aggregator .item-wrapper .media-item a .source-title{display:flex;flex-direction:column;row-gap:10px;}html:not(.dark) .block-tns-news-aggregator .item-wrapper .media-item a .image img{width:100%;height:200px;object-fit:cover;object-position:center;}html:not(.dark) .block-tns-news-aggregator .item-wrapper .media-item a .source-title{padding-bottom:15px;border-bottom:1px solid #4B5563;}html:not(.dark) .block-tns-news-aggregator .item-wrapper .media-item a .source-title .source{color:var(--Primary-500,#FCB800);font-size:16px;font-style:normal;font-weight:700;line-height:normal;}html:not(.dark) .block-tns-news-aggregator .item-wrapper .media-item a .source-title .title{color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;min-height:57px;}html:not(.dark) .network-articles a{padding:10px 0.5rem 10px 0.5rem;display:flex;flex-direction:column;row-gap:10px;}html:not(.dark) .network-articles .slick-slider .slick-list{padding:0 12% 0 0;}html:not(.dark) .network-articles a .main-image img{height:140px;object-fit:cover;object-position:center;width:100%;}html:not(.dark) .network-articles .channel-title{padding-bottom:5px;border-bottom:1px solid #4B5563;min-height:70px;}html:not(.dark) .network-articles .channel-title .time{display:none;}html:not(.dark) .network-articles .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}html:not(.dark) .network-articles::before,html:not(.dark) .network-articles::after{content:'';position:absolute;top:0;height:100%;width:20%;display:none;z-index:9;}html:not(.dark) .network-articles.show-gradient-before::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0.00) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) .network-articles.show-gradient-after::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0.00) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) .network-articles{display:flex;position:relative;padding:0px 10px;}@media(min-width:768px) and (max-width:992px){html:not(.dark) .block-tns-news-aggregator .item-wrapper .media-item a .image img{height:109px;}}@media(max-width:768px){html:not(.dark) .block-tns-news-aggregator .view-header .header-wrapper{flex-direction:column;row-gap:10px;column-gap:0px;padding-left:15px;padding-right:15px;}html:not(.dark) .block-tns-news-aggregator .view-header .header-wrapper > div,html:not(.dark) .block-tns-news-aggregator .view-header .header-wrapper h3{width:100%;}html:not(.dark) .block-tns-news-aggregator{width:100vw;padding-bottom:20px;}html:not(.dark) .block-tns-news-aggregator .item-wrapper .media-item a .image img{height:109px;}html:not(.dark) .network-articles{display:block;}html:not(.dark) .block-tns-news-aggregator .item-wrapper .network-carousel{padding-bottom:20px;display:block;grid-template-columns:1fr 1fr 1fr 1fr;}}@media(min-width:768px) and (max-width:992px){html:not(.dark) .region-content-10 .yellow-block .view-content .grid-small-pc-tablet{flex-direction:row !important;}html:not(.dark) .region-content-10 .yellow-block .view-header{flex-direction:row !important;align-items:center !important;}html:not(.dark) .region-content-10 .yellow-block .view-content .grid-small-pc-tablet > div{width:50% !important;}html:not(.dark) .region-content-10 .yellow-block .view-content .grid-small-pc-tablet > div:last-child{display:none;}html:not(.dark) .region-content-10 section .yellow-block .view-header .ad-view{padding-bottom:0 !important;}}@media(max-width:768px){html:not(.dark) .region-content-10{display:none;}}html:not(.dark) .kop-refinio section,html:not(.dark) .kop-refinio section .region section{padding:0;}html:not(.dark) .region-content-12 section .view .view-content .article-item a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .region-content-12 section .view .view-content .article-item a .main-image{width:100px;min-width:100px;}html:not(.dark) .region-content-12 section .view .view-content .article-item  a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .region-content-12 section .view .view-content .article-item a .channel-title{display:flex;flex-direction:column;justify-content:space-between;row-gap:15px;}html:not(.dark) .region-content-12 section .view .view-content .article-item a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}html:not(.dark) .region-content-12 section .view .view-content .article-item a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .region-content-12 section .view .view-content .article-item:last-child a,html:not(.dark) .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item:nth-child(3) a{border-bottom:1px solid #4B5563;}html:not(.dark) .region-content-12 .yellow-block .view-header{flex-direction:row !important;align-items:center !important;}html:not(.dark) .region-content-12 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}@media(max-width:1280px){html:not(.dark) .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item:last-child,html:not(.dark) .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item:nth-child(3){display:none;}html:not(.dark) .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item:nth-child(2) a{border-bottom:1px solid #4B5563;}html:not(.dark) .region-content-12 section{width:50% !important;}html:not(.dark) .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item{width:100% !important;}}@media(min-width:768px) and (max-width:992px){html:not(.dark) .region-content-12 section .view .view-content .article-item a .main-image{display:none;}html:not(.dark) .region-content-12 section{width:100% !important;}html:not(.dark) .region-content-12 section .view .view-content .article-item a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}html:not(.dark) .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item:nth-child(2) a{border-bottom:1px solid #4B5563;}}@media(max-width:768px){html:not(.dark) .region-content-12 section{display:none !important;}}html:not(.dark) .epikairotita section{padding:0;}html:not(.dark) .region-content-6{display:flex;flex-direction:column;row-gap:15px;}html:not(.dark) .region-content-6 section .view .view-content{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:15px;padding-right:10px;padding-left:10px;}html:not(.dark) .region-content-6 section .view .view-content .article-item a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;}html:not(.dark) .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item a .main-image{width:100px;min-width:100px;}html:not(.dark) .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .block-quicktabs-blockvideos-block{background:var(--Secondary-900,#111827);position:relative;z-index:1;padding-bottom:15px !important;}html:not(.dark) .block-quicktabs-blockvideos-block > div{z-index:1;position:relative;}html:not(.dark) .block-quicktabs-blockvideos-block::before{content:'';position:absolute;top:0;left:0;right:0;margin-left:calc(-1 * ((100vw - 100%) / 2));width:100vw;height:100%;z-index:0;background:var(--Secondary-900,#111827);}html:not(.dark) .block-quicktabs-blockvideos-block .view-header .header-wrapper{display:flex;flex-direction:row;justify-content:space-between;padding-top:15px;padding-bottom:20px;align-items:center;}html:not(.dark) .block-quicktabs-blockvideos-block .view-header .header-wrapper .media-logos{display:flex;flex-direction:row;justify-content:space-between;}html:not(.dark) .block-quicktabs-blockvideos-block .item-wrapper .tv-carousel{padding-bottom:20px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:10px;}html:not(.dark) .block-quicktabs-blockvideos-block .item-wrapper .media-item > div,html:not(.dark) .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .channel-title{display:flex;flex-direction:column;row-gap:10px;}html:not(.dark) .block-quicktabs-blockvideos-block .item-wrapper .media-item > div{padding:10px 0.5rem 10px 0.5rem;}html:not(.dark) .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html:not(.dark) .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .channel-title{padding-bottom:15px;border-bottom:1px solid #4B5563;}html:not(.dark) .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;min-height:57px;}html:not(.dark) .tv-articles > div{display:flex;flex-direction:column;row-gap:10px;}html:not(.dark) .tv-articles .slick-slider .slick-list{padding:0 12% 0 0;}html:not(.dark) .tv-articles > div .main-image img{height:140px;object-fit:cover;object-position:center;width:100%;}html:not(.dark) .tv-articles .channel-title{padding-bottom:5px;border-bottom:1px solid #4B5563;min-height:70px;}html:not(.dark) .tv-articles .channel-title .time{display:none;}html:not(.dark) .tv-articles .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}html:not(.dark) .tv-articles::before,html:not(.dark) .tv-articles::after{content:'';position:absolute;top:0;height:100%;width:20%;display:none;z-index:9;}html:not(.dark) .tv-articles.show-gradient-before::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0.00) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) .tv-articles.show-gradient-after::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0.00) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) .tv-articles{display:flex;position:relative;padding:0px 10px;}html:not(.dark) .region-content-6 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}html:not(.dark) .modal.in .modal-dialog,html:not(.dark) .modal.in{z-index:9999999999;}html:not(.dark) .modal.in .modal-background{height:100vh;width:100vw;position:fixed;display:flex;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;opacity:0.8;}html:not(.dark) ul.quicktabs-tabs{padding-left:15px;padding-bottom:10px;display:flex;flex-direction:row;}html:not(.dark) ul.quicktabs-tabs li{padding:15px 30px;display:flex;position:relative;}html:not(.dark) ul.quicktabs-tabs li a{font-size:24px;font-style:italic;font-weight:900;line-height:120%;color:var(--Secondary-300,#D1D5DA);}html:not(.dark) ul.quicktabs-tabs li.active a{color:var(--Primary-500,#FCB800);}html:not(.dark) ul.quicktabs-tabs li.active{background:var(--Secondary-700,#111827);}html:not(.dark) ul.quicktabs-tabs li{background:var(--Secondary-700,#374151);}html:not(.dark) .quicktabs-tabs li:after{border-color:#232732 transparent transparent transparent;}html:not(.dark) .quicktabs-tabs li:after{content:'';display:block;position:absolute;top:0;right:-17px;z-index:1;width:0;height:0;border-style:solid;border-width:60px 18px 0 0;border-color:#374151 transparent transparent transparent;}html:not(.dark) .quicktabs-tabs li.active:after{content:'';display:block;position:absolute;top:0;right:-17px;z-index:1;width:0;height:0;border-style:solid;border-width:60px 18px 0 0;border-color:#111827 transparent transparent transparent;}html:not(.dark) .block-quicktabs-blockvideos-block .view .view-footer{display:flex;flex-direction:row;width:98.5%;justify-content:end;}@media(min-width:992px) and (max-width:1280px){html:not(.dark) .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item:last-child{display:none;}html:not(.dark) .region-content-6 section .view .view-content{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px;}html:not(.dark) .region-content-6 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}}@media(min-width:768px) and (max-width:992px){html:not(.dark) .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .main-image img{height:109px;}html:not(.dark) .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item:last-child,html:not(.dark) .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item:nth-child(3){display:none;}html:not(.dark) .region-content-6 section .view .view-content{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;}html:not(.dark) .region-content-6 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}}@media(max-width:768px){html:not(.dark) .region-content-6 section:not(.block-quicktabs){display:none;}html:not(.dark) .block-quicktabs-blockvideos-block .view-header .header-wrapper{flex-direction:column;row-gap:10px;column-gap:0px;}html:not(.dark) .block-quicktabs-blockvideos-block .view-header .header-wrapper > div,html:not(.dark) .block-quicktabs-blockvideos-block .view-header .header-wrapper h3{width:100%;}html:not(.dark) .block-quicktabs-blockvideos-block{margin-top:15px;width:100vw;padding-bottom:20px;}html:not(.dark) .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .main-image img{height:109px;}html:not(.dark) .tv-articles{display:block;}html:not(.dark) .block-quicktabs-blockvideos-block .item-wrapper .tv-carousel{padding-bottom:20px;display:block;grid-template-columns:1fr 1fr 1fr 1fr;}html:not(.dark) ul.quicktabs-tabs li{padding:10px 15px;}html:not(.dark) .quicktabs-tabs li.active:after{right:-17px;border-width:42px 18px 0 0;}html:not(.dark) .quicktabs-tabs li:after{right:-17px;border-width:42px 18px 0 0;}html:not(.dark) ul.quicktabs-tabs li a{font-size:18px;}}html:not(.dark) body{overflow-x:hidden;}html:not(.dark) .block-views-blocktaxonomy-views-block-7{background:var(--Secondary-900,#111827);}html:not(.dark) .carousel-footer-logos .slick-list .slick-track{display:flex;column-gap:10px;}html:not(.dark) .carousel-footer-logos .team-logo{max-width:30px;}html:not(.dark) .carousel-footer-logos .team-logo a .logo img{width:30px;height:30px;}html:not(.dark) .carousel-footer-logos .slick-list{padding:0 12% 0 0;}html:not(.dark) .carousel-footer-logos{position:relative;background:var(--Secondary-900,#111827);padding:5px 0px;border:none;}html:not(.dark) .carousel-footer-logos .slick-next{position:absolute;right:0;top:30%;z-index:99;}html:not(.dark) .carousel-footer-logos .slick-prev{position:absolute;left:0;top:30%;z-index:99;}html:not(.dark) .carousel-footer-logos{visibility:hidden;opacity:0;transition:opacity 0.3s ease;}html:not(.dark) .carousel-footer-logos.slick-initialized{visibility:visible;opacity:1;}html:not(.dark) .carousel-footer-logos::before,html:not(.dark) .carousel-footer-logos::after{content:'';position:absolute;top:0;height:100%;width:15%;display:none;z-index:9;pointer-events:none;}html:not(.dark) .carousel-footer-logos.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) .carousel-footer-logos.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html:not(.dark) footer .block-tns-unified-footer{background:var(--Secondary-900,#111827);}@media(max-width:992px){}html:not(.dark) .page-node-type-article .yellow-block .view-header .header-wrapper{}html:not(.dark) .field--name-field-author,html:not(.dark) .field--name-field-source{font-weight:bold;font-size:16px;width:100%;color:#111827;}html:not(.dark) h1.page-header{color:var(--Secondary-900,#111827);font-size:34px;font-style:italic;font-weight:900;line-height:120%;padding-top:10px;}html:not(.dark) .breadcrumb{border-bottom:1px solid #4B5563;padding-bottom:10px;padding-left:0;margin-bottom:15px;}html:not(.dark) .breadcrumb > li + li:before{content:"/";font-size:14px;font-weight:900;color:#111827;padding:0px 5px;}html:not(.dark) .breadcrumb > li a{color:var(--Secondary-500,#6B7280);font-size:14px;font-style:normal;font-weight:800;line-height:120%;}html:not(.dark) .breadcrumb > li:last-child a,html:not(.dark) .breadcrumb > li.last a,html:not(.dark) .breadcrumb > li.active{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:800;line-height:120%;}html:not(.dark) article  .share-date{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}html:not(.dark) article  .share-date .field--name-field-date-time time{color:var(--Secondary-900,#111827);text-align:right;font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .field--item .paragraph--type--text{display:flex;align-items:center;justify-content:center;}html:not(.dark) .paragraph--type--text img{width:auto;margin:10px 0px;}html:not(.dark) article .image-article .poool-content{padding-bottom:30px;border-bottom:1px solid var(--Secondary-600,#4B5563);display:flex;flex-direction:column;align-items:center;justify-content:center;}html:not(.dark) .share-article-block ul{display:flex;flex-direction:row;column-gap:15px;}html:not(.dark) .share-article-block ul .share-social a i{font-family:"Font Awesome 6 Brands";font-size:22px;font-style:normal;font-weight:400;line-height:normal;}html:not(.dark) .share-article-block ul .share-social a i.fa-facebook{color:#1877F2;}html:not(.dark) .share-article-block ul .share-social a i.fa-facebook-messenger{background:linear-gradient(32deg,#168AFF 9.27%,#9F33FF 48.94%,#FF6070 87.06%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}html:not(.dark) .share-article-block ul .share-social a i.fa-x-twitter{color:#111827;}html:not(.dark) .share-article-block ul .share-social a i.fa-whatsapp{color:#25D366;}html:not(.dark) .share-article-block ul .share-social a i.fa-viber{color:#7360F2;}html:not(.dark) .share-article-block ul .share-social a i.fa-telegram{color:#24A1DE;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div{color:#111827;font-size:18px;font-style:normal;font-weight:400;line-height:160%;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div.blockquote{display:flex;flex-direction:column;align-items:center;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div p a:has(img),html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div p:has(img),html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text .article-text{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div p a:has(img),html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div p:has(img){padding:15px 0px;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text .article-text .ads{border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;padding:10px 0px;margin:20px 0px;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text header p strong{color:#111827;font-size:22px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text p a{color:#111827;font-size:18px;font-style:normal;font-weight:400;line-height:120%;text-decoration:underline;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text p iframe{max-width:100%;}html:not(.dark) .view-display-id-block_27 .view-header .header-wrapper{padding:10px 0px 20px 0px;}html:not(.dark) .view-display-id-block_24 .view-header .header-wrapper{padding:20px 0px 20px 0px;}html:not(.dark) .view-display-id-block_27 .view-content .carousel-item a,html:not(.dark) .view-display-id-block_24 .view-content .carousel-item a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .view-display-id-block_27 .view-content .carousel-item:nth-child(n+4) a,html:not(.dark) .view-display-id-block_24 .view-content .carousel-item:nth-child(n+4) a{border-bottom:1px solid #4B5563;}html:not(.dark) .view-display-id-block_27 .view-content .carousel-item a .main-image,html:not(.dark) .view-display-id-block_24 .view-content .carousel-item a .main-image{width:100px;min-width:100px;}html:not(.dark) .view-display-id-block_27 .view-content .carousel-item a .main-image img,html:not(.dark) .view-display-id-block_24 .view-content .carousel-item a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .view-display-id-block_27 .view-content .carousel-item a .channel-title,html:not(.dark) .view-display-id-block_24 .view-content .carousel-item a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .view-display-id-block_27 .view-content .acarousel-item a .channel-title .title,html:not(.dark) .view-display-id-block_24 .view-content .acarousel-item a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .view-display-id-block_27 .view-content .carousel-item a .channel-title .time,html:not(.dark) .view-display-id-block_24 .view-content .carousel-item a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .page-node-type-article .region-content .view-header .header-wrapper h3.block-header{color:var(--Secondary-900,#111827) !important;}html:not(.dark) #block-kerkida-views-block-taxonomy-views-block-1-2{display:none;}html:not(.dark) .paragraph--type--gallery .field > div .field--name-field-media-images .field--items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;}html:not(.dark) .paragraph--type--gallery .field--name-field-media-images .ads{display:flex;flex-direction:column;justify-content:center;align-items:center;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;padding:10px 0px;margin:20px 0px;}html:not(.dark) .paragraph--type--gallery .field > div .field--name-field-media-images .field--item{padding:0;}html:not(.dark) .paragraph--type--gallery .field > div .field--name-field-media-images .field--item a img{width:100%;object-fit:cover;object-position:center;height:200px;}html:not(.dark) .field--name-field-gallery{width:100%;}html:not(.dark) .field--name-field-gallery  .field--items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;}html:not(.dark) .field--name-field-gallery  .ads{display:flex;flex-direction:column;justify-content:center;align-items:center;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;padding:10px 0px;margin:20px 0px;}html:not(.dark) .field--name-field-gallery  .field--item{padding:0;}html:not(.dark) .field--name-field-gallery  .field--item a img{width:100%;object-fit:cover;object-position:center;height:200px;}@media(max-width:992px){html:not(.dark) .paragraph--type--gallery .field > div .field--name-field-media-images .field--items{display:grid;grid-template-columns:1fr 1fr;gap:15px;}html:not(.dark) .field--name-field-gallery  .field--items{display:grid;grid-template-columns:1fr 1fr;gap:15px;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text .article-text{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:unset;}}@media(min-width:1280px){html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col .mobile-carousel,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col .mobile-carousel{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px;}}@media(min-width:992px) and (max-width:1280px){html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col .mobile-carousel,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col .mobile-carousel{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;}}@media(min-width:768px) and (max-width:992px){html:not(.dark) h1.page-header{font-size:30px;}html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col .mobile-carousel,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col .mobile-carousel{display:flex;column-gap:0;flex-direction:column;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text header p strong{font-size:18px;}}@media(max-width:768px){html:not(.dark) h1.page-header{font-size:20px;}html:not(.dark)  .page-node-type-article h1.page-header{font-size:22px;}html:not(.dark) .breadcrumb > li + li:before{font-size:12px;}html:not(.dark) .breadcrumb > li a{font-size:12px;}html:not(.dark) #block-kerkida-views-block-taxonomy-views-block-1-2{display:flex;}html:not(.dark) .breadcrumb > li:last-child a,html:not(.dark) .breadcrumb > li.last a{font-size:12px;}html:not(.dark) article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text header p strong{font-size:18px;}html:not(.dark) .share-article-block ul{display:flex;flex-direction:row;column-gap:10px;}html:not(.dark) article  .share-date .field--name-field-date-time time{font-size:12px;}html:not(.dark) .view-display-id-block_27,html:not(.dark) .view-display-id-block_24{width:95vw;}html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col .mobile-carousel,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col .mobile-carousel{display:block;}html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col a,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col a{padding:10px 0.5rem 10px 0.5rem;display:flex;flex-direction:column;row-gap:10px;}html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col a .main-image img,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col a .main-image img{height:140px;object-fit:cover;object-position:center;width:100%;}html:not(.dark) .view-display-id-block_27 .view-content .carousel-item a .main-image,html:not(.dark) .view-display-id-block_24 .view-content .carousel-item a .main-image{width:unset;min-width:unset;}html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col .channel-title,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col .channel-title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;border-bottom:1px solid #4B5563;min-height:70px;padding-bottom:5px;}html:not(.dark) .view-display-id-block_27 .view-content .carousel-item:nth-child(n+4) a,html:not(.dark) .view-display-id-block_24 .view-content .carousel-item:nth-child(n+4) a{border-bottom:none;}html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col{position:relative;}html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col::before,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col::before,html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col::after,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col::after{content:"";position:absolute;top:0;height:95%;width:20%;display:none;z-index:9;pointer-events:none;}html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col.has-prev::before,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(255,255,255,0.00) 0%,#FFF 70.19%);}html:not(.dark) .view-display-id-block_27 .view-content .featured-articles-r-col.has-next::after,html:not(.dark) .view-display-id-block_24 .view-content .featured-articles-r-col.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(255,255,255,0.00) 0%,#FFF 70.19%);}}html:not(.dark) .term-header{margin:20px 0px;}html:not(.dark) .term-header .term-name h1{margin:0;}html:not(.dark) .team-header{padding:10px;margin:10px 0;background:var(--Secondary-900,#111827);}html:not(.dark) .team-header{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;}html:not(.dark) .team-header .team-logo-name{display:flex;align-items:center;}html:not(.dark) .team-header .team-logo-name .team-logo{width:65px;}html:not(.dark) .team-header .team-logo-name .team-logo img{display:inline-block;width:65px;height:auto;}html:not(.dark) .team-header .team-logo-name .team-name{padding-left:5px;}html:not(.dark) .team-header .team-logo-name .team-name h1{color:var(--Primary-500,#FCB800);font-size:28px;font-style:italic;font-weight:900;line-height:120%;}html:not(.dark) .term-header .term-name h1{color:var(--Secondary-900,#111827) !important;font-size:28px;font-style:italic;font-weight:900;line-height:120%;}@media(min-width:992px){html:not(.dark) .team-header .team-description{border-left:1px solid #4B5563;}}html:not(.dark) .team-header .team-description .field--name-field-paragraphs{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) #team-description .field--name-field-paragraphs .ads{display:none;}html:not(.dark) #team-description .field--name-field-paragraphs .article-text > div{width:100% !important;}html:not(.dark) .path-kyries-eidiseis span.live-tag{padding:0 !important;}html:not(.dark) .path-taxonomy  .view-taxonomy-term  .group,html:not(.dark) .path-taxonomy  .view-taxonomy-term  .extra-articles,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .group{display:flex;flex-direction:column;}html:not(.dark) .path-taxonomy  .view-taxonomy-term  .group .article-item,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .article-item{padding:0;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .ads,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .ads{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 0px;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .third a,html:not(.dark) .path-taxonomy .view-taxonomy-term  .fourth a,html:not(.dark) .path-taxonomy .view-taxonomy-term  .extra a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .third a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .fourth a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .third a .main-image,html:not(.dark) .path-taxonomy .view-taxonomy-term  .fourth a .main-image,html:not(.dark) .path-taxonomy .view-taxonomy-term  .extra a .main-image,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .third a .main-image,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .fourth a .main-image{width:100px;min-width:100px;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .third a .main-image img,html:not(.dark) .path-taxonomy .view-taxonomy-term  .fourth a .main-image img,html:not(.dark) .path-taxonomy .view-taxonomy-term  .extra a .main-image img,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .third a .main-image img,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .fourth a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .third a .channel-title,html:not(.dark) .path-taxonomy .view-taxonomy-term  .fourth a .channel-title,html:not(.dark) .path-taxonomy .view-taxonomy-term  .extra a .channel-title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .third a .channel-title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .fourth a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .third a .channel-title .title,html:not(.dark) .path-taxonomy .view-taxonomy-term  .fourth a .channel-title .title,html:not(.dark) .path-taxonomy .view-taxonomy-term  .extra a .channel-title .title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .third a .channel-title .title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .fourth a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .third a .channel-title .time,html:not(.dark) .path-taxonomy .view-taxonomy-term  .fourth a .channel-title .time,html:not(.dark) .path-taxonomy .view-taxonomy-term  .extra a .channel-title .time,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .third a .channel-title .time,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .fourth a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}@media (min-width:1280px){html:not(.dark) .path-taxonomy .view-taxonomy-term  .desktop,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .desktop{display:block;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .rest-of-breakpoints,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .rest-of-breakpoints{display:none;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .fourth .article-item:nth-last-child(-n+3) a,html:not(.dark) .path-taxonomy .view-taxonomy-term  .third .article-item:nth-last-child(-n+3) a,html:not(.dark) .path-taxonomy .view-taxonomy-term  .article-item.extra:nth-last-child(-n+3) a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .third .article-item:nth-last-child(-n+3) a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .fourth.article-item:nth-last-child(-n+3) a{border-bottom:1px solid #4B5563;}html:not(.dark) .path-taxonomy  .view-taxonomy-term  .group,html:not(.dark) .path-taxonomy  .view-taxonomy-term  .extra-articles,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .group{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .first-big a,html:not(.dark) .path-taxonomy .view-taxonomy-term  .second-big a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .first-big a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second-big a{display:flex;flex-direction:column;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .first-big a .main-image img,html:not(.dark) .path-taxonomy .view-taxonomy-term  .second-big a .main-image img,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .first-big a .main-image img,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second-big a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .first-big a .channel-title,html:not(.dark) .path-taxonomy .view-taxonomy-term  .second-big a .channel-title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;min-height:107px;justify-content:space-between;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .first-big a .channel-title .title,html:not(.dark) .path-taxonomy .view-taxonomy-term  .second-big a .channel-title .title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title .title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;color:var(--Secondary-900,#111827);font-size:16px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .first-big a .channel-title .time,html:not(.dark) .path-taxonomy .view-taxonomy-term  .second-big a .channel-title .time,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title .time,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}}@media (max-width:1280px){html:not(.dark) .path-taxonomy .view-taxonomy-term  .desktop,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .desktop{display:none;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .rest-of-breakpoints,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .rest-of-breakpoints{display:block;}}@media (min-width:992px) and (max-width:1280px){html:not(.dark) .path-taxonomy .view-taxonomy-term  .fourth .article-item:nth-last-child(-n+2) a,html:not(.dark) .path-taxonomy .view-taxonomy-term  .third .article-item:nth-last-child(-n+2) a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .third .article-item:nth-last-child(-n+2) a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .fourth.article-item:nth-last-child(-n+2) a{border-bottom:1px solid #4B5563;}html:not(.dark) .path-taxonomy  .view-taxonomy-term  .group,html:not(.dark) .path-taxonomy  .view-taxonomy-term  .extra-articles,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .group{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .second a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .first-big a,html:not(.dark) .path-taxonomy .view-taxonomy-term  .second-big a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .first-big a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second-big a{display:flex;flex-direction:column;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .first-big a .main-image img,html:not(.dark) .path-taxonomy .view-taxonomy-term  .second-big a .main-image img,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .first-big a .main-image img,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second-big a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .first-big a .channel-title,html:not(.dark) .path-taxonomy .view-taxonomy-term  .second-big a .channel-title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .first-big a .channel-title .title,html:not(.dark) .path-taxonomy .view-taxonomy-term  .second-big a .channel-title .title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title .title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;min-height:71px;color:var(--Secondary-900,#111827);font-size:16px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .first-big a .channel-title .time,html:not(.dark) .path-taxonomy .view-taxonomy-term  .second-big a .channel-title .time,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title .time,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .second a .main-image,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second a .main-image{width:100px;min-width:100px;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .second a .main-image img,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .second a .channel-title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .second a .channel-title .title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .path-taxonomy .view-taxonomy-term  .second a .channel-title .time,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 .second a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}}@media (max-width:992px){html:not(.dark) .path-taxonomy .view-taxonomy-term   a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .team-header .team-logo-name{width:100%;justify-content:space-between;flex-direction:row;}html:not(.dark) .path-taxonomy .view-taxonomy-term   a .main-image,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 a .main-image{width:100px;min-width:100px;}html:not(.dark) .path-taxonomy .view-taxonomy-term   a .main-image img,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .path-taxonomy .view-taxonomy-term   a .channel-title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .path-taxonomy .view-taxonomy-term   a .channel-title .title,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .path-taxonomy .view-taxonomy-term   a .channel-title .time,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .path-taxonomy .view-taxonomy-term  > div >div:not(.ads) .article-item:last-child a,html:not(.dark) .path-taxonomy .view-taxonomy-term  > div >div:not(.ads):last-child a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11 > div >div:not(.ads) .article-item:last-child a{border-bottom:1px solid #4B5563;}html:not(.dark) .path-taxonomy .view-taxonomy-term  > div .first-big .article-item:first-child a,html:not(.dark) .path-kyries-eidiseis .view-display-id-page_11  > div .first-big .article-item:first-child a{border-top:none;}html:not(.dark) .breadcrumb{margin-bottom:0;}}html:not(.dark) .path-eidiseis  .view-taxonomy-term  .group,html:not(.dark) .path-eidiseis  .view-taxonomy-term  .extra-articles{display:flex;flex-direction:column;}html:not(.dark) .path-eidiseis  .view-taxonomy-term  .group .article-item{padding:0;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .ads{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 0px;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .third a,html:not(.dark) .path-eidiseis .view-taxonomy-term  .fourth a,html:not(.dark) .path-eidiseis .view-taxonomy-term  .extra a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .third a .main-image,html:not(.dark) .path-eidiseis .view-taxonomy-term  .fourth a .main-image,html:not(.dark) .path-eidiseis .view-taxonomy-term  .extra a .main-image{width:100px;min-width:100px;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .third a .main-image img,html:not(.dark) .path-eidiseis .view-taxonomy-term  .fourth a .main-image img,html:not(.dark) .path-eidiseis .view-taxonomy-term  .extra a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .third a .channel-title,html:not(.dark) .path-eidiseis .view-taxonomy-term  .fourth a .channel-title,html:not(.dark) .path-eidiseis .view-taxonomy-term  .extra a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .third a .channel-title .title,html:not(.dark) .path-eidiseis .view-taxonomy-term  .fourth a .channel-title .title,html:not(.dark) .path-eidiseis .view-taxonomy-term  .extra a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .third a .channel-title .time,html:not(.dark) .path-eidiseis .view-taxonomy-term  .fourth a .channel-title .time,html:not(.dark) .path-eidiseis .view-taxonomy-term  .extra a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}@media (min-width:1280px){html:not(.dark) .path-eidiseis .view-taxonomy-term  .desktop{display:block;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .rest-of-breakpoints{display:none;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .fourth .article-item:nth-last-child(-n+3) a,html:not(.dark) .path-eidiseis .view-taxonomy-term  .third .article-item:nth-last-child(-n+3) a,html:not(.dark) .path-eidiseis .view-taxonomy-term  .article-item.extra:nth-last-child(-n+3) a{border-bottom:1px solid #4B5563;}html:not(.dark) .path-eidiseis  .view-taxonomy-term  .group,html:not(.dark) .path-eidiseis  .view-taxonomy-term  .extra-articles{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .first-big a,html:not(.dark) .path-eidiseis .view-taxonomy-term  .second-big a{display:flex;flex-direction:column;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .first-big a .main-image img,html:not(.dark) .path-eidiseis .view-taxonomy-term  .second-big a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .first-big a .channel-title,html:not(.dark) .path-eidiseis .view-taxonomy-term  .second-big a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;min-height:107px;justify-content:space-between;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .first-big a .channel-title .title,html:not(.dark) .path-eidiseis .view-taxonomy-term  .second-big a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;color:var(--Secondary-900,#111827);font-size:16px;font-style:normal;font-weight:500;line-height:120%;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .first-big a .channel-title .time,html:not(.dark) .path-eidiseis .view-taxonomy-term  .second-big a .channel-title .time{color:var(--Primary-500,#FCB800);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}}@media (max-width:1280px){html:not(.dark) .path-eidiseis .view-taxonomy-term  .desktop{display:none;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .rest-of-breakpoints{display:block;}}@media (min-width:992px) and (max-width:1280px){html:not(.dark) .path-eidiseis .view-taxonomy-term  .fourth .article-item:nth-last-child(-n+2) a,html:not(.dark) .path-eidiseis .view-taxonomy-term  .third .article-item:nth-last-child(-n+2) a{border-bottom:1px solid #4B5563;}html:not(.dark) .path-eidiseis  .view-taxonomy-term  .group,html:not(.dark) .path-eidiseis  .view-taxonomy-term  .extra-articles{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .second a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .first-big a,html:not(.dark) .path-eidiseis .view-taxonomy-term  .second-big a{display:flex;flex-direction:column;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .first-big a .main-image img,html:not(.dark) .path-eidiseis .view-taxonomy-term  .second-big a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .first-big a .channel-title,html:not(.dark) .path-eidiseis .view-taxonomy-term  .second-big a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .first-big a .channel-title .title,html:not(.dark) .path-eidiseis .view-taxonomy-term  .second-big a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;min-height:71px;color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .first-big a .channel-title .time,html:not(.dark) .path-eidiseis .view-taxonomy-term  .second-big a .channel-title .time{color:var(--Primary-500,#FCB800);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .second a .main-image{width:100px;min-width:100px;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .second a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .second a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .second a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .path-eidiseis .view-taxonomy-term  .second a .channel-title .time{color:var(--Primary-500,#FCB800);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}}@media (max-width:992px){html:not(.dark) .path-eidiseis .view-taxonomy-term   a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html:not(.dark) .path-eidiseis .view-taxonomy-term   a .main-image{width:100px;min-width:100px;}html:not(.dark) .path-eidiseis .view-taxonomy-term   a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) .path-eidiseis .view-taxonomy-term   a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html:not(.dark) .path-eidiseis .view-taxonomy-term   a .channel-title .title{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) .path-eidiseis .view-taxonomy-term   a .channel-title .time{color:var(--Secondary-500,#6B7280);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) .path-eidiseis .view-taxonomy-term  > div > div > div:not(.ads) .article-item:last-child a,html:not(.dark) .path-eidiseis .view-taxonomy-term  > div >  div > div:not(.ads) .article-item:last-child a{border-bottom:1px solid #4B5563;}html:not(.dark) .path-eidiseis .view-taxonomy-term  > div .first-big .article-item:first-child a{border-top:none;}html:not(.dark) .breadcrumb{margin-bottom:0;}}html:not(.dark) article.league-table h2{display:none;}html:not(.dark) .view-display-id-page_12 .view-filters form .form--inline{display:flex;flex-direction:row;justify-content:space-between;}html:not(.dark) .view-display-id-page_12 .view-filters form .form--inline::after{display:none;}html:not(.dark) .view-display-id-page_12 .view-filters form .form--inline::before,html:not(.dark) .view-display-id-page_12 .view-filters form .form--inline .form-actions{display:none;}html:not(.dark) .view-display-id-page_12 .view-filters form .form--inline .form-item{padding:0;}html:not(.dark) .view-display-id-page_12 .view-filters form .form--inline .form-item .select-wrapper select{background:var(--Secondary-900,#111827);border:none;height:55px;color:var(--Primary-500,#FCB800);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .view-display-id-page_12 .view-filters form .form--inline .form-item .select-wrapper::after{color:var(--Primary-500,#FCB800);text-align:center;font-family:"Font Awesome 6 Free";font-size:16px;font-style:normal;font-weight:900;line-height:normal;content:'\f078';}html:not(.dark) .view-display-id-page_12 .view-filters form .form--inline .form-item-field-championship-season-target-id{text-align:right;}html:not(.dark) article.league-table .content .league-block{background-color:transparent;padding:0;}html:not(.dark) article.league-table .content .league-block table thead{background:var(--Secondary-900,#111827);}html:not(.dark) article.league-table .content .league-block table thead tr{}html:not(.dark) article.league-table .content .league-block .league-table > thead > tr > th{padding:15px 0px;color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) article.league-table .content .league-block .league-table > thead > tr > th{text-align:center;}html:not(.dark) article.league-table .content .league-block .league-table > thead > tr > th:nth-child(2){text-align:left;}html:not(.dark) article.league-table .content .league-block .league-table > thead > tr > th:first-child{padding-left:20px;text-align:left;}html:not(.dark) article.league-table .content .league-block .league-table > thead > tr > th:last-child,html:not(.dark) article.league-table .content .league-block .league-table > tbody > tr > td:last-child{color:var(--Primary-500,#FCB800);font-weight:700;padding-right:15px;}html:not(.dark) article.league-table .content .league-block .league-table > tbody > tr > td .field--item img{width:30px;height:30px;}html:not(.dark) article.league-table .content .league-block .league-table > tbody > tr > td:not(.team) > div{display:flex;justify-content:center;}html:not(.dark) article.league-table .content .league-block .league-table > tbody > tr > td,html:not(.dark) article.league-table .content .league-block .league-table > tbody > tr > td a{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) article.league-table .content .league-block .league-table > tbody > tr.league-group-row{}html:not(.dark) article.league-table .content .league-block .league-table > tbody > tr.league-group-row td{border-top:1px solid var(--Secondary-400,#9CA3AF);border-bottom:1px solid var(--Secondary-400,#9CA3AF);background:var(--Secondary-800,#1F2937);color:var(--Primary-500,#FCB800);font-size:14px;font-style:normal;font-weight:700;line-height:120%;padding-left:20px;padding-top:12px;padding-bottom:12px;}html:not(.dark) .teams.row-1,html:not(.dark) .teams.row-3,html:not(.dark) .teams.row-5,html:not(.dark) .teams.row-7,html:not(.dark) .teams.row-9,html:not(.dark) .teams.row-11,html:not(.dark) .teams.row-13,html:not(.dark) .teams.row-15{background:var(--Secondary-700,#374151);}html:not(.dark) .teams.row-2,html:not(.dark) .teams.row-4,html:not(.dark) .teams.row-6,html:not(.dark) .teams.row-8,html:not(.dark) .teams.row-10,html:not(.dark) .teams.row-12,html:not(.dark) .teams.row-14,html:not(.dark) .teams.row-16{background:var(--Secondary-900,#111827);}html:not(.dark) .teams.row-1 td.position,html:not(.dark) .teams.row-2 td.position,html:not(.dark) .teams.row-3 td.position,html:not(.dark) .teams:nth-last-child(-n+3) td.position{position:relative;}html:not(.dark) .teams:nth-last-child(-n+3) td.position::before{content:'';background:#EF4444;width:3px;height:36px;display:flex;align-items:center;position:absolute;left:3px;top:4px;}html:not(.dark) .first-division .teams.row-1 td.position::before{content:'';background:#2563EB;width:3px;height:36px;display:flex;align-items:center;position:absolute;left:3px;top:4px;}html:not(.dark) .first-division .teams.row-2 td.position::before{content:'';background:#F97316;width:3px;height:36px;display:flex;align-items:center;position:absolute;left:3px;top:4px;}html:not(.dark) .first-division .teams.row-3 td.position::before{content:'';background:#F97316;width:3px;height:36px;display:flex;align-items:center;position:absolute;left:3px;top:4px;}html:not(.dark) .teams.row-1 td.position::before,html:not(.dark) .teams.row-2 td.position::before,html:not(.dark) .teams.row-3 td.position::before{content:'';background:#22C55E;width:3px;height:36px;display:flex;align-items:center;position:absolute;left:3px;top:4px;}html:not(.dark) .category-info{padding-top:30px;display:flex;flex-direction:column;row-gap:15px;}html:not(.dark) .category-info .single-info{display:flex;flex-direction:row;column-gap:10px;align-items:center;}html:not(.dark) .category-info .single-info .box{width:20px;height:20px;}html:not(.dark) .category-info .single-info .text{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .category-info .single-info .box.champions{background:var(--Palette-blue600-blue600,#2563EB);}html:not(.dark) .category-info .single-info .box.europa{background:var(--Palette-orange500-orange500,#F97316);}html:not(.dark) .category-info .single-info .box.conference{background:var(--Palette-orange500-orange500,#F97316);}html:not(.dark) .category-info .single-info .box.relegation{background:#EF4444;}html:not(.dark) .category-info .single-info .box.promotion{background:#22C55E;}html:not(.dark) article.league-table .content .field--name-field-championship-season{display:none;}html:not(.dark) article.league-table .content .league-block .league-table > thead > tr.tablet-head{display:none;}html:not(.dark) article.league-table .content .league-block .league-table > thead > tr.desktop-head{display:table-row;}@media(max-width:992px){html:not(.dark) article.league-table .content .league-block .league-table > thead > tr.tablet-head{display:table-row;}html:not(.dark) article.league-table .content .league-block .league-table > thead > tr.desktop-head{display:none;}}html:not(.dark) .programma{position:relative;}html:not(.dark) .programma .form-group{margin-bottom:24px;}html:not(.dark) .programma .slick nav{position:absolute;display:flex;flex-direction:row;justify-content:space-between;width:100%;z-index:99999;}html:not(.dark) .programma .slick{visibility:hidden;opacity:0;transition:opacity 0.3s ease;}html:not(.dark) .programma .slick.slick--initialized{visibility:visible;opacity:1;}html:not(.dark) .programma .slick  .slide__caption{padding:0;}html:not(.dark) .programma .slick  .slide__caption .slide__description{display:flex;flex-direction:column;}html:not(.dark) .programma .slick  .slide__caption .slide__description .title-carousel{text-align:center;margin-top:-30px;padding-bottom:20px;margin-bottom:0;color:var(--Secondary-900,#111827);font-size:24px;font-style:italic;font-weight:900;line-height:120%;display:flex;justify-content:center;flex-direction:row;}html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2 .block-gamw,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-10-2 .block-gamw,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-33 .block-gamw{position:relative !important;text-align:center !important;width:unset;top:unset;right:unset;margin-bottom:15px;}html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2 .flex-block{flex-wrap:unset;}html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2 .view .paragraph .team-name{display:none;}html:not(.dark) .programma .slick  .slide__caption .slide__description article h2{padding:15px 20px 15px 15px;color:#111827;font-size:16px;font-style:italic;font-weight:700;line-height:120%;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content{display:flex;flex-direction:column;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--type-datetime{background:var(--Secondary-700,#374151);padding:12px 0px;color:var(--Primary-500,#FCB800);font-size:14px;font-style:normal;font-weight:700;line-height:120%;padding-left:15px;padding-right:20px;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches{display:flex;flex-direction:column;padding-left:15px;padding-right:20px;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div{display:flex;flex-direction:row;align-items:center;padding:10px 0px;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div{padding:0;display:flex;flex-direction:row;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div:not(:last-child){justify-content:center;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div:last-child{justify-content:end;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos{display:flex;flex-direction:row;align-items:center;padding:0;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos > div{padding:0;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos a{display:flex;flex-direction:row;align-items:center;column-gap:5px;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos a .team-name{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos a img{width:30px;height:30px;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos .versus{color:#fff;font-size:22px;font-style:normal;font-weight:500;line-height:120%;text-align:center;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .betting .betting-logo a img{width:30px;height:30px;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .highlights .play-button a img{width:20px;height:20px;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .highlights .field--name-field-time{color:#111827;font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores .score{display:flex;flex-direction:row;align-items:center;column-gap:10px;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores .no-score{display:flex;flex-direction:row;justify-content:space-between;align-items:center;column-gap:30px;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores > div{color:#fff;font-size:18px;font-style:normal;font-weight:700;line-height:120%;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .links .article-link-finished a{color:var(--Primary-500,#FCB800);text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;column-gap:5px;align-items:center;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .links .article-link-live a{color:#FF3B42;text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;column-gap:5px;align-items:center;}html:not(.dark) .view-display-id-page_10 .view-filters form .form--inline{display:flex;flex-direction:row;justify-content:space-between;}html:not(.dark) .view-display-id-page_10 .view-filters form .form--inline::after{display:none;}html:not(.dark) .view-display-id-page_10 .view-filters form .form--inline::before,html:not(.dark) .view-display-id-page_10 .view-filters form .form--inline .form-actions{display:none;}html:not(.dark) .view-display-id-page_10 .view-filters form .form--inline .form-item{padding:0;}html:not(.dark) .view-display-id-page_10 .view-filters form .form--inline .form-item .select-wrapper select{background:var(--Secondary-900,#111827);border:none;height:55px;color:var(--Primary-500,#FCB800);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html:not(.dark) .view-display-id-page_10 .view-filters form .form--inline .form-item .select-wrapper::after{color:var(--Primary-500,#FCB800);text-align:center;font-family:"Font Awesome 6 Free";font-size:16px;font-style:normal;font-weight:900;line-height:normal;content:'\f078';}html:not(.dark) .view-display-id-page_10 .view-filters form .form--inline .form-item-field-championship-season-target-id{text-align:right;}@media(max-width:992px){html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos a .team-name{display:none;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches{padding-right:10px;}}@media(max-width:768px){html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos{justify-content:start;}html:not(.dark) .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos > div:last-child a{justify-content:end;}}html:not(.dark) #seasonal-block{background:var(--Secondary-900,#111827);position:relative;z-index:1;padding:15px 0px;margin-bottom:15px;}@media(min-width:1200px){html:not(.dark) #seasonal-block{display:flex;justify-content:center;}}@media(max-width:1200px){html:not(.dark) #seasonal-block{margin-top:15px;}}html:not(.dark) #block-kerkida-kerkidaapp,html:not(.dark) #block-kerkida-kerkidaapp-2{background:var(--Secondary-900,#111827);position:relative;z-index:1;padding:15px 0px;margin-bottom:15px;display:flex;flex-direction:row;}html:not(.dark) #block-kerkida-kerkidaapp::before,html:not(.dark) #block-kerkida-kerkidaapp-2::before,html:not(.dark) #seasonal-block::before{content:'';position:absolute;top:0;left:0;right:0;margin-left:calc(-1 * ((100vw - 100%) / 2));width:100vw;height:100%;z-index:0;background:var(--Secondary-900,#111827);}html:not(.dark) #seasonal-block section .region .block .form-group .view .view-header .header-wrapper{padding:0px 0px 20px 0px;width:100%;}html:not(.dark) #seasonal-block section .region .block .form-group .view .view-content{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;}html:not(.dark) #seasonal-block section .region .block .form-group .view .view-content .article-item a{display:flex;flex-direction:row;padding:10px 0px;border-bottom:1px solid #4B5563;column-gap:10px;}html:not(.dark) #seasonal-block section .region .block .form-group .view .view-content .article-item:first-child a,html:not(.dark) #seasonal-block section .region .block .form-group .view .view-content .article-item:nth-child(2) a{border-top:1px solid #4B5563;}html:not(.dark) #seasonal-block section .region .block .form-group .view .view-content .article-item a .main-image{width:100px;min-width:100px;}html:not(.dark) #seasonal-block section .region .block .form-group .view .view-content .article-item a .channel-title{display:flex;flex-direction:column;height:80px;justify-content:space-between;}html:not(.dark) #seasonal-block section .region .block .form-group .view .view-content .article-item a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html:not(.dark) #seasonal-block section .region .block .form-group .view .view-content .article-item a .channel-title .time{color:var(--Primary-500,#FCB800);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html:not(.dark) #seasonal-block section .region .block .form-group .view .view-content .article-item a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html:not(.dark) #block-kerkida-kerkidaapp > div,html:not(.dark) #block-kerkida-kerkidaapp-2 > div{position:relative;z-index:1;}html:not(.dark) #block-kerkida-kerkidaapp .title-links,html:not(.dark) #block-kerkida-kerkidaapp-2 .title-links{display:flex;flex-direction:column;row-gap:40px;}html:not(.dark) #block-kerkida-kerkidaapp .title-links .title,html:not(.dark) #block-kerkida-kerkidaapp-2 .title-links .title{color:var(--Primary-500,#FCB800);font-size:34px;font-style:italic;font-weight:900;line-height:120%;}html:not(.dark) #block-kerkida-kerkidaapp .title-links .links,html:not(.dark) #block-kerkida-kerkidaapp-2 .title-links .links{display:flex;flex-direction:row;column-gap:15px;}html:not(.dark) #seasonal-block .seasonal-leaderboard{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:15px;}@media(min-width:1280px){html:not(.dark) #seasonal-block .seasonal-leaderboard{display:none;}html:not(.dark) #seasonal-block .seasonal-mpu{display:block;}}@media(max-width:1280px){html:not(.dark) #seasonal-block .seasonal-leaderboard{display:flex;}html:not(.dark) #seasonal-block .seasonal-mpu{display:none;}}@media(max-width:768px){html:not(.dark) #block-kerkida-kerkidaapp{display:flex;flex-direction:column-reverse;align-items:center;row-gap:20px;}html:not(.dark) #block-kerkida-kerkidaapp .title-links .title,html:not(.dark) #block-kerkida-kerkidaapp-2 .title-links .title{font-size:20px !important;text-align:center;}html:not(.dark) #block-kerkida-kerkidaapp .title-links,html:not(.dark) #block-kerkida-kerkidaapp-2 .title-links{align-items:center;row-gap:20px;}html:not(.dark) #seasonal-block section .region .block .form-group .view .view-content{display:flex;flex-direction:column;}}@media(max-width:1280px){html:not(.dark) #block-kerkida-kerkidaapp .title-links .title,html:not(.dark) #block-kerkida-kerkidaapp-2 .title-links .title{font-size:30px;}}html:not(.dark) #block-kerkida-gamwadvertisement-35 > div,html:not(.dark) #block-kerkida-gamwadvertisement-36 > div{display:none;}html:not(.dark) #block-kerkida-gamwadvertisement-35 > div.catfish-enabled,html:not(.dark) #block-kerkida-gamwadvertisement-36 > div.catfish-enabled{position:fixed;right:0;bottom:0;z-index:999999;display:block;}html:not(.dark) #block-kerkida-gamwadvertisement-33 > div{display:none;}html:not(.dark) #block-kerkida-gamwadvertisement-33 > div.takeover-enabled{position:fixed;top:50%;left:50%;width:800px;height:600px;margin-left:-400px;margin-top:-300px;z-index:999999;display:block;}html:not(.dark) #block-kerkida-gamwadvertisement-34 > div{display:none;}html:not(.dark) #block-kerkida-gamwadvertisement-34 > div.takeover-enabled{position:fixed;top:50%;left:50%;width:300px;height:200px;margin-left:-150px;margin-top:-100px;z-index:9999999999999999999999999999 !important;display:block;}html:not(.dark) .page-403 .flex-block,html:not(.dark) .page-404 .flex-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;min-height:600px;}html:not(.dark) .page-403 .page-error,html:not(.dark) .page-404 .page-error{display:flex;flex-direction:column;row-gap:16px;}html:not(.dark) .page-403 .page-error h1,html:not(.dark) .page-404 .page-error h1{color:var(--Secondary-900,#111827);font-size:72px;font-style:italic;font-weight:900;line-height:120%;margin-top:0px;margin-bottom:0px;text-align:center;}html:not(.dark) .page-403 .page-error p,html:not(.dark) .page-404 .page-error p{color:#111827;font-size:24px;font-style:italic;font-weight:900;line-height:120%;margin-bottom:34px;}html:not(.dark) .page-403 .page-error a,html:not(.dark) .page-404 .page-error a{color:var(--Secondary-900,#111827);font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;align-items:center;justify-content:center;column-gap:5px;}@media(max-width:768px){html:not(.dark) .page-403 .page-error h1,html:not(.dark) .page-404 .page-error h1{font-size:53px;}html:not(.dark) .page-403 .page-error p,html:not(.dark) .page-404 .page-error p{font-size:18px;}}html:not(.dark) .region-footer{background:var(--Secondary-800,#1F2937);}html:not(.dark) #block-mainnavigation .menu--main > div li .dropdown-menu > li.active > a.active-trail{background-color:unset;}html:not(.dark) .main-wrapper{height:100%;}html:not(.dark) #drawers.frontpage{position:fixed;left:2px;z-index:998;top:1000px;display:flex;flex-direction:column;row-gap:15px;}html:not(.dark) #drawers{position:fixed;left:2px;z-index:998;top:500px;display:flex;flex-direction:column;row-gap:15px;pointer-events:none;}html:not(.dark) #block-kerkida-sidedrawer-metagrafes,html:not(.dark) #block-kerkida-sidedrawer-vathmologia,html:not(.dark) #block-kerkida-sidedrawer-programma{transform:rotate(270deg);min-height:130px;pointer-events:none;}html:not(.dark) #block-kerkida-sidedrawer-programma #programma-drawer,html:not(.dark) #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer,html:not(.dark) #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer{background:var(--Secondary-900,#111827);border:none;display:flex;gap:5px;padding:6px 5px 10px 10px;align-items:center;border-radius:0 0 10px 10px;pointer-events:all;}html:not(.dark) #block-kerkida-sidedrawer-programma #programma-drawer p,html:not(.dark) #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer p,html:not(.dark) #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer p{color:var(--Primary-500,#FCB800);font-size:14px;font-style:italic;font-weight:900;line-height:120%;margin:0 0 5px;}html:not(.dark) #block-kerkida-sidedrawer-programma #programma-drawer img,html:not(.dark) #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer img,html:not(.dark) #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer img{transform:rotate(90deg);width:24px;height:24px;}html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-10-2,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-33{background:var(--Secondary-900,#111827);display:none;position:fixed;z-index:9999;border-radius:0 10px 10px 0;box-shadow:0px 5px 20px #000000;;left:-1000px;top:17%;width:680px;filter:drop-shadow(15px 15px 15px rgba(0,0,0,0.75));-webkit-animation-name:example3;-o-animation-name:example3;animation-name:example3;-webkit-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:0.5s;-o-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:translate(0%);-o-transform:translate(0%);transform:translate(0%);}@-webkit-keyframes example3{from{left:-1000px;}to{left:0;}}@-o-keyframes example3{from{left:-1000px;}to{left:0;}}@keyframes example3{from{left:-1000px;}to{left:0;}}html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2 .close,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-10-2 .close,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-33 .close{display:flex;flex-direction:row;justify-content:end;padding:10px 10px 0px 0px;}html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2 .close i,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-10-2 .close i,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-33 .close i{color:var(--Secondary-50,#F9FAFB);text-align:center;font-size:25px;font-style:normal;font-weight:900;line-height:normal;}html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2 .view,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-10-2 .view,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-33 .view{background:transparent;}@media(min-width:768px) and (max-width:992px){html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-10-2,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-33{width:400px;}html:not(.dark) #block-kerkida-views-block-frontpage-views-block-10-2 .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a .team-name{display:inline-block;max-width:8ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;}}@media(max-width:768px){html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-10-2,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-33{width:340px;top:8%;}html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2 .form-group .view-content,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-10-2 .form-group .view-content,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-33 .form-group .view-content{max-height:350px;overflow:scroll;}html:not(.dark) #block-kerkida-views-block-frontpage-views-block-10-2 .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a .team-name{display:inline-block;max-width:8ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;}html:not(.dark) #block-kerkida-sidedrawer-programma #programma-drawer,html:not(.dark) #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer,html:not(.dark) #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer{background:var(--Secondary-900,#111827);border:none;display:flex;gap:5px;padding:10px 8px 5px 7px;align-items:center;border-radius:0 0 10px 10px;pointer-events:all;}html:not(.dark) #block-kerkida-sidedrawer-programma #programma-drawer p,html:not(.dark) #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer p,html:not(.dark) #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer p{color:var(--Primary-500,#FCB800);font-size:13px;font-style:italic;font-weight:900;line-height:120%;margin:0;}html:not(.dark) #block-kerkida-sidedrawer-programma #programma-drawer img,html:not(.dark) #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer img,html:not(.dark) #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer img{transform:rotate(90deg);width:20px;height:20px;}}html:not(.dark) #search-modal{opacity:0.9;background:var(--Secondary-900,#111827);z-index:999 !important;}html:not(.dark) #navbar .container .menu-bar-right .btn-search{z-index:999999;}html:not(.dark) #navbar .container .menu-bar-right .btn-search i{color:#FCB800;text-align:center;font-size:16px;font-style:normal;font-weight:900;line-height:normal;}html:not(.dark) .view-display-id-block_8{min-width:300px;}html:not(.dark) #block-kerkida-gamwadvertisement-38{text-align:center;}@media(max-width:768px){html:not(.dark) .search-pipe{display:none;}html:not(.dark) .btn-search{padding-right:20px;}}html:not(.dark) .page-search-container{padding-bottom:15px;}html:not(.dark) .page-search-container label{border:none !important;outline:none !important;}html:not(.dark) .page-search-container .page-search-box,html:not(.dark) .page-search-container .page-search-box:focus,html:not(.dark) .page-search-container .page-search-box:active,html:not(.dark) .page-search-container .page-search-box:focus-visible{border:1px solid #FCB800;background-color:transparent;color:#FCB800;outline:none !important;}html:not(.dark) .page-search-container .page-search-box::placeholder{color:#FCB800;}html:not(.dark) #___gcse_0 > div,html:not(.dark) #___gcse_0 > div > div,html:not(.dark) #___gcse_0 > div > div > div,html:not(.dark) #___gcse_0 > div > div > div > div,html:not(.dark) #___gcse_0 > div > div > div > div > div,html:not(.dark) #___gcse_0 > div > div > div > div > div > div,html:not(.dark) #___gcse_0 > div > div > div > div > div > div  > div,html:not(.dark) #___gcse_0 > div > div > div > div > div > div  > div > div,html:not(.dark) #___gcse_0 > div > div > div > div > div > div  > div > div > div{background:transparent !important;background-color:transparent !important;border:none !important;}html:not(.dark) #___gcse_0 > div > div > div > div > div > div  > div > div > div a,html:not(.dark) .gs-webResult.gs-result a.gs-title:visited,html:not(.dark) .gs-webResult.gs-result a.gs-title:visited b,html:not(.dark) .gs-imageResult a.gs-title:visited,html:not(.dark) .gs-imageResult a.gs-title:visited b,html:not(.dark) .gs-webResult.gs-result a.gs-title:link,html:not(.dark) .gs-webResult.gs-result a.gs-title:link b,html:not(.dark) .gs-imageResult a.gs-title:link,html:not(.dark) .gs-imageResult a.gs-title:link b,html:not(.dark) .gs-result .gs-title *,html:not(.dark) .gsc-cursor-page,html:not(.dark) .gs-spelling a{color:#FCB800 !important;}html:not(.dark) #___gcse_0 > div > div > div > div > div > div  > div > div > div .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,html:not(.dark) .gs-fileFormatType,html:not(.dark) .gsc-result-info,html:not(.dark) .gsc-orderby-label,html:not(.dark) .gsc-option-menu-item{color:#111827 !important;}html:not(.dark) .gsc-results .gsc-cursor-box .gsc-cursor-page{padding:9px !important;background-color:var(--Secondary-900,#111827) !important;border:none !important;}html:not(.dark) .gsc-cursor-box.gs-bidi-start-align{display:flex;justify-content:center;padding-top:10px !important;}html:not(.dark) .gsc-cursor-box.gs-bidi-start-align .gsc-cursor,html:not(.dark) .gcsc-find-more-on-google-root .gcsc-more-maybe-branding-box a .gcsc-find-more-on-google svg,html:not(.dark) .gcsc-find-more-on-google-root .gcsc-more-maybe-branding-box a .gcsc-find-more-on-google span,html:not(.dark) .gsc-cursor-box.gs-bidi-start-align .gsc-cursor .gsc-cursor-container-previous svg,html:not(.dark) .gsc-cursor-box.gs-bidi-start-align .gsc-cursor .gsc-cursor-container-next svg{color:#FCB800 !important;fill:#FCB800 !important;}html:not(.dark) .gsc-selected-option-container,html:not(.dark) .gsc-control-cse .gsc-option-menu{background-color:var(--Secondary-900,#111827) !important;background:var(--Secondary-900,#111827) !important;color:#FCB800 !important;}html:not(.dark) .gsc-option-menu-item-highlighted{background-color:transparent !important;background:transparent !important;color:#FCB800 !important;}html:not(.dark) nav.pager-nav ul{display:flex;justify-content:center;column-gap:3px;}html:not(.dark) nav.pager-nav ul li a,html:not(.dark) nav.pager-nav ul li span.page-link{background-color:var(--Secondary-500,#6B7280)  !important;background:var(--Secondary-500,#6B7280) !important;color:#FDCF09 !important;border:none;}html:not(.dark) nav.pager-nav ul li.active a{background-color:var(--Secondary-900,#111827) !important;background:var(--Secondary-900,#111827) !important;color:#FDCF09 !important;border:none;}@media(min-width:566px) and (max-width:992px){html:not(.dark) nav.pager-nav ul li a,html:not(.dark) nav.pager-nav ul li span.page-link{width:34px;height:40px;display:flex;justify-content:center;}}@media(max-width:566px){html:not(.dark) nav.pager-nav ul li a,html:not(.dark) nav.pager-nav ul li span.page-link{width:26px !important;height:40px;display:flex;justify-content:center;}}html:not(.dark) article.poll .riddle-target-initialised{width:100% !important;}html:not(.dark) .channel-title .channel{margin-right:7px;color:var(--Primary-600,#FCB800);font-weight:700;}#block-kerkida-darkmodetoggle > div button{background:transparent;margin:0;padding:0;border:none;display:flex;}#block-kerkida-darkmodetoggle > div button svg{width:16px;height:16px;}#block-kerkida-darkmodetoggle > div{display:flex;align-items:center;}html.dark a:hover,html.dark a:focus{text-decoration:none !important;}html.dark span.live-tag{padding-bottom:5px;}html body{margin:0;}.radios-live{display:flex;flex-direction:row;border:2px solid red;padding:5px 15px 5px 11px;justify-content:space-between;width:172px;text-decoration:none !important;}.radios{display:flex;flex-direction:row;gap:16px;justify-content:center;}.radios.mobile{display:none;}.radios-live p,.radios-search p{margin:0;}.radios-live.klik{border-color:#F2E400;cursor:pointer;}.radios-live.klik p{color:#F2E400;font-size:12px;display:flex;font-weight:700;align-items:center;}.radios-live.choice{border-color:#ED0874;cursor:pointer;}.radios-live.choice p{color:#ED0874;font-size:12px;display:flex;font-weight:700;align-items:center;}.radios-search{display:flex;flex-direction:row;align-items:center;margin-right:5px;}.radios-search .radios-text{font-size:14px;font-weight:400;}.radios-search .radios-line{font-size:30px;font-weight:400;}.radios.desktop{padding:30px 0px 30px 0px;}.dt-information img{width:30px;}@media(max-width:992px){.radios-search{display:none;}.radios.mobile{display:flex;}}@media(max-width:768px){.radios.desktop{margin:10px 0px;}.radios.header-radios{display:none;}.radios.header-radios.mobile{display:flex;margin-top:0px;align-items:center;}}@media (min-width:992px){html.dark .navbar-sidebar .menu--main > div{width:100% !important;}}html.dark .container{max-width:1440px !important;margin-right:auto;margin-left:auto;}html.dark body{background:#fff;}html.dark body{background:#1F2937;}html.dark .container.custom-container{width:100% !important;max-width:unset !important;}@media (min-width:768px){html.dark .container{width:100%;padding-right:10px;padding-left:10px;}}@media (min-width:992px){html.dark .container{width:100%;padding-right:15px;padding-left:15px;}}@media (min-width:1280px){html.dark .container{width:1280px;padding-right:0px;padding-left:0px;}}@media(max-width:992px){html.dark .view-display-id-block_5.yellow-block .view-header,html.dark .view-display-id-block_26.yellow-block .view-header{flex-direction:row !important;align-items:center !important;}html.dark .view-display-id-block_5.yellow-block .view-header .ad-view,html.dark .view-display-id-block_26.yellow-block .view-header .ad-view{padding-bottom:0px !important;}}html.dark #navbar{color:#fdcf09;background:var(--Secondary-900,#111827);}html.dark .gamw-top-sticky-dual{margin:0 auto !important;background:#1F2937;width:100% !important;text-align:center !important;position:fixed !important;top:0 !important;display:block !important;z-index:999999 !important;}html.dark .path-frontpage .region:not(.region-navigation-collapsible) .sticky-sidebar,html.dark .path-node .region:not(.region-navigation-collapsible) .sticky-sidebar,html.dark .path-taxonomy .region:not(.region-navigation-collapsible) .sticky-sidebar,html.dark .path-eidiseis .region:not(.region-navigation-collapsible) .sticky-sidebar,html.dark .path-kyries-eidiseis .region:not(.region-navigation-collapsible) .sticky-sidebar{display:flex;flex-direction:column;row-gap:15px;align-items:center;}html.dark .path-frontpage .region:not(.region-navigation-collapsible),html.dark .path-node .region:not(.region-navigation-collapsible),html.dark .path-taxonomy .region:not(.region-navigation-collapsible),html.dark .path-eidiseis .region:not(.region-navigation-collapsible),html.dark .path-kyries-eidiseis .region:not(.region-navigation-collapsible){height:100%;}html.dark .path-frontpage .region:not(.region-navigation-collapsible) .sticky-sidebar,html.dark .path-node .region:not(.region-navigation-collapsible) .sticky-sidebar,html.dark .path-taxonomy .region:not(.region-navigation-collapsible) .sticky-sidebar,html.dark .path-eidiseis .region:not(.region-navigation-collapsible) .sticky-sidebar,html.dark .path-kyries-eidiseis .region:not(.region-navigation-collapsible) .sticky-sidebar{position:-webkit-sticky;position:sticky;top:50px;}html.dark .path-node .flex-block{display:flex;flex-wrap:wrap;justify-content:center;}html.dark .path-node .field--name-body p,html.dark .path-node .field--name-body li{color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .path-node .field--name-body strong{color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:700;line-height:120%;}html.dark .path-node .field--name-body a{color:var(--Primary-500,#FDCF09);font-size:16px;font-style:normal;font-weight:400;line-height:120%;text-decoration:underline;}html.dark .path-node .field--name-body h4{color:var(--Primary-500,#FDCF09);font-size:16px;font-style:normal;font-weight:700;line-height:120%;}html.dark .small-leaderboard,html.dark .main-article-sponsorship,html.dark .leaderboard,html.dark .region-content-full,html.dark .mpu,html.dark .region-content-full-2,html.dark .region-content-full-7,html.dark .region-content-11 section.block-gamw,html.dark .region-sidebar-12,html.dark .region-content-6 section.block-gamw{display:flex;justify-content:center;width:100%;align-self:center;}html.dark .region-sidebar-12 .sticky-sidebar{height:fit-content;}html.dark .region-sidebar-7 .sticky-sidebar .mpu{width:auto;}html.dark .mpu{padding:15px 0px 0px 0px;}html.dark .region-content-full,html.dark .leaderboard,html.dark .region-content-full-2 .block-gamw,html.dark .region-content-full-7 .block-gamw{padding:15px 0px;}html.dark .region-content-full-2{padding:15px 0px;flex-direction:column;row-gap:15px;}@media(min-width:1280px){html.dark .region-content-full{display:none !important;}}@media(min-width:992px){html.dark .region-content-full,html.dark .region-content-full-7{display:flex;}}@media(max-width:992px){html.dark .region-content-full{display:flex;}html.dark .mpu{padding:15px 0px 15px 0px;}}@media(min-width:768px) and (max-width:1280px){html.dark .region-content section#block-views-block-frontpage-views-block-2,html.dark .path-frontpage .region-sidebar-second section#block-views-block-frontpage-views-block-3-2,html.dark #leaderboard2{display:none;}html.dark section#block-kerkida-views-block-frontpage-views-block-2,html.dark section#block-kerkida-views-block-frontpage-views-block-3{display:flex !important;}html.dark section#block-kerkida-views-block-frontpage-views-block-3{justify-content:center;}html.dark section#block-kerkida-gamwadvertisement-3{display:flex !important;flex-direction:row;justify-content:center;}html.dark section#block-kerkida-gamwadvertisement-3 > div{display:block !important;}}@media(min-width:768px){html.dark #leaderboard6.mobile-six,html.dark #leaderboard4.mobile-four{display:none;}html.dark #leaderboard6.desktop-six{display:flex;}}@media(max-width:768px){html.dark #leaderboard6.mobile-six,html.dark #leaderboard4.mobile-four{display:flex;}html.dark #leaderboard6.desktop-six{display:none;}html.dark .page-node-type-article .region-sidebar-second,html.dark .page-node-type-article .region-sidebar-second section:not(.block-gamw){width:100%;}}html.dark section#block-kerkida-views-block-frontpage-views-block-3{display:block;width:100%;}html.dark section#block-kerkida-views-block-frontpage-views-block-2,html.dark section#block-kerkida-gamwadvertisement-3{display:none;}html.dark .kous-kous.flex-block{display:none;}html.dark .region-sidebar-second section#block-kerkida-views-block-frontpage-views-block-38{display:none;}html.dark #block-kerkida-gamwadvertisement-6{display:block;}@media(min-width:1280px){html.dark .region-sidebar-2,html.dark .region-content-full-2,html.dark #block-kerkida-gamwadvertisement-6{display:none;}}html.dark #leaderboard-3{display:flex;justify-content:center;margin-top:15px;width:100%;}@media(min-width:993px){html.dark .kous-kous.flex-block{display:flex !important;}html.dark #block-kerkida-gamwadvertisement-12{display:none;}}@media(min-width:993px) and (max-width:1280px){html.dark .view-display-id-block_35 .view-header > div:first-child,html.dark .view-display-id-block_42 .view-header > div:first-child,html.dark .view-display-id-block_14 .view-header > div:first-child,html.dark .view-display-id-block_15 .view-header > div:first-child,html.dark .view-display-id-block_43 .view-header > div:first-child,html.dark .view-display-id-block_19 .view-header > div:first-child,html.dark .view-display-id-block_21 .view-header > div:first-child{width:75% !important;}html.dark .view-display-id-block_35 .view-header > div:last-child,html.dark .view-display-id-block_42 .view-header > div:last-child,html.dark .view-display-id-block_14 .view-header > div:last-child,html.dark .view-display-id-block_15 .view-header > div:last-child,html.dark .view-display-id-block_43 .view-header > div:last-child,html.dark .view-display-id-block_19 .view-header > div:last-child,html.dark .view-display-id-block_21 .view-header > div:last-child{width:25% !important;}}@media(min-width:1280px){html.dark #leaderboard3{display:none;}}@media(max-width:1280px){html.dark #leaderboard3-desktop{display:none;}html.dark .region-content #block-kerkida-views-block-frontpage-views-block-4{display:none;}html.dark .region-sidebar-2{display:block;}html.dark .region-content-full-2{display:flex;flex-direction:row;flex-wrap:wrap;}}@media(min-width:992px) and (max-width:1280px){html.dark #mpu.desktop-third{display:none;}}@media(max-width:768px){html.dark #mpu.desktop-third{display:none;}html.dark .path-frontpage .region-sidebar-second,html.dark .region-content-full{display:none;}}@media(min-width:768px){html.dark .teams-logo-section,html.dark .menu--carousel-menu{display:none !important;}}@media(min-width:993px){html.dark .region-content-full-2 .block-views-blockfrontpage-views-block-4{display:none;}}@media(min-width:1018px) and (max-width:1200px){html.dark .col-md-4{width:30% !important;}html.dark .col-lg-9{width:70% !important;}html.dark .col-md-4.featured-articles-r-col{width:33.333333333% !important;}}html.dark .main-article-sponsorship{padding-top:14px;}html.dark .featured-5 .featured-articles-r-col .channel-title .title{color:#fff;}@media (min-width:1281px){html.dark .region-sidebar-second section#block-kerkida-views-block-frontpage-views-block-38{display:block;}html.dark .featured-5 .view-content .small-pc{display:none;}html.dark .featured-5 .view-content .leading-article a .main-image img{height:398px;object-fit:cover;object-position:center;}html.dark .featured-5 .leading-article a .channel-title{display:block;position:absolute;bottom:0;padding:20px;width:100%;height:auto;background-color:rgba(35,39,50,0.65);line-height:1.2;}html.dark .featured-5 .leading-article .channel-title{color:#F9FAFB;font-size:22px;font-style:normal;font-weight:500;line-height:120%;}html.dark span.live-tag{padding-bottom:5px;}html.dark .featured-5 .featured-articles-r-col .channel-title{color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .featured-5 .featured-articles-r-col a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .featured-5 .featured-articles-r-col .mobile-carousel .carousel-item:last-child a{border-bottom:1px solid #4B5563;}html.dark .featured-5 .featured-articles-r-col a .main-image{width:120px;min-width:120px;}html.dark .featured-5 .featured-articles-r-col a .main-image img{height:100px;object-fit:cover;width:auto;}html.dark .featured-5 .main-image{width:auto;}html.dark .featured-5 .main-image img{width:100%;height:auto;}}@media (min-width:992px) and (max-width:1280px){html.dark .featured-5 .view-content .small-pc{display:block;}html.dark .featured-5 .view-content .small-pc .leading-article a .main-image img{height:333px;object-fit:cover;object-position:center;}html.dark .featured-5 .small-pc .leading-article a .channel-title{color:var(--Secondary-50,#F9FAFB);font-size:18px;font-style:normal;font-weight:500;line-height:120%;padding:15px;}html.dark .featured-5 .small-pc .featured-articles-r-col a,html.dark .featured-5 .small-pc .featured-articles a{padding:5px;background-color:transparent;}html.dark .featured-5 .small-pc .featured-articles a{display:flex;flex-direction:row;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;padding:10px 0px;}html.dark .featured-5 .small-pc .featured-articles a .channel-title{position:relative;top:unset;left:unset;width:100%;padding:10px;background-color:transparent;}html.dark .featured-5 .small-pc .featured-articles-r-col a{padding:0;}html.dark .featured-5 .small-pc .featured-articles-r-col a .main-image img{width:100%;height:190px;object-fit:cover;}html.dark .featured-5 .small-pc .featured-articles-r-col a .channel-title{padding:10px;width:100%;top:unset;left:unset;}html.dark .featured-5 .small-pc .featured-articles-r-col a:first-child{margin-bottom:15px;}html.dark .featured-5 .small-pc .featured-articles{margin-top:15px;}html.dark .featured-5 .small-pc .featured-articles a .main-image img{width:auto;height:90px;}html.dark .featured-5 .small-pc .channel-title{display:block;position:absolute;bottom:0;padding:5px 15px;width:100%;height:auto;opacity:0.85;background:var(--Secondary-900,#111827);color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark .featured-5 .view-content .desktop-tablet-mobile{display:none;}}@media (min-width:768px) and (max-width:992px){html.dark .featured-5 .view-content .small-pc{display:none;}html.dark .featured-5 .view-content .desktop-tablet-mobile{display:flex;flex-direction:column;}html.dark .featured-5 .view-content .small-pc{display:none;}html.dark .featured-5 .view-content .leading-article a .main-image img{height:381px;object-fit:cover;object-position:center;}html.dark .featured-5 .leading-article a .channel-title{display:block;position:absolute;bottom:0;padding:20px;width:100%;height:auto;background-color:rgba(35,39,50,0.65);line-height:1.2;}html.dark .featured-5 .leading-article .channel-title{color:#F9FAFB;font-size:18px;font-style:normal;font-weight:500;line-height:120%;}html.dark span.live-tag{padding-bottom:5px;}html.dark .featured-5 .featured-articles-r-col .channel-title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark .featured-5 .featured-articles-r-col a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .featured-5 .featured-articles-r-col .carousel-item:last-child a{border-bottom:1px solid #4B5563;}html.dark .featured-5 .featured-articles-r-col a .main-image{width:100px;min-width:100px;}html.dark .featured-5 .featured-articles-r-col a .main-image img{height:80px;object-fit:cover;width:auto;}html.dark .featured-5 .main-image{width:auto;}html.dark .featured-5 .main-image img{width:100%;height:auto;}}html.dark .slick-arrow-custom{background:none;border:none;font-size:18px;color:#fdcf09;cursor:pointer;padding:0 10px;}html.dark .slick-arrow-custom.slick-disabled{opacity:0 !important;}@media (max-width:768px){html.dark .featured-5 .view-content .small-pc{display:none;}html.dark .featured-5 .view-content .desktop-tablet-mobile{display:flex;flex-direction:column;}html.dark .featured-5 .view-content .small-pc{display:none;}html.dark .featured-5 .view-content .leading-article a .main-image img{height:280px;object-fit:cover;object-position:center;width:100%;}html.dark .featured-5 .leading-article a .channel-title{display:block;position:absolute;bottom:0;padding:20px;width:100%;height:auto;background-color:rgba(35,39,50,0.65);line-height:1.2;}html.dark .featured-5 .leading-article .channel-title{color:#F9FAFB;font-size:18px;font-style:normal;font-weight:500;line-height:120%;}html.dark .slick-next{position:absolute;right:0;top:40%;z-index:99;}html.dark .slick-prev{position:absolute;left:0;top:40%;z-index:99;}html.dark .featured-5 .featured-articles-r-col .channel-title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;border-bottom:1px solid #4B5563;min-height:70px;padding-bottom:5px;}html.dark .featured-5 .featured-articles-r-col .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}html.dark .featured-5 .featured-articles-r-col a{padding:10px 0.5rem 10px 0.5rem;display:flex;flex-direction:column;row-gap:10px;}html.dark .featured-5 .featured-articles-r-col a .main-image img{height:140px;object-fit:cover;object-position:center;width:100%;}html.dark .featured-5 .featured-articles-r-col .slick-slider .slick-list{padding:0 12% 0 0;}html.dark .featured-5 .featured-articles-r-col{position:relative;}html.dark .featured-5 .featured-articles-r-col::before,html.dark .featured-5 .featured-articles-r-col::after{content:"";position:absolute;top:0;height:95%;width:20%;display:none;z-index:9;pointer-events:none;}html.dark .featured-5 .featured-articles-r-col.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(31,41,55,0) 0%,var(--Secondary-800,#1F2937) 70.19%);}html.dark .featured-5 .featured-articles-r-col.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(31,41,55,0) 0%,var(--Secondary-800,#1F2937) 70.19%);}html.dark .mobile-carousel{visibility:hidden;opacity:0;transition:opacity 0.3s ease;}html.dark .mobile-carousel.slick-initialized{visibility:visible;opacity:1;}}html.dark section.block-views-blocktaxonomy-views-block-1,html.dark section.block-views-blocktaxonomy-views-block-6{display:flex;justify-content:center;height:170px !important;}html.dark section.block-views-blocktaxonomy-views-block-1 .team-logos,html.dark section#block-views-block-taxonomy-views-block-6 .team-logos,html.dark section.block-views-blocktaxonomy-views-block-6 .team-logos{max-width:300px !important;}html.dark section.block-views-blocktaxonomy-views-block-1 .form-group,html.dark section#block-views-block-taxonomy-views-block-6 .form-group,html.dark section.block-views-blocktaxonomy-views-block-6 .form-group{position:relative;height:fit-content;}html.dark .black-block{background:var(--Secondary-900,#111827);}html.dark .black-block .view-header{display:flex;flex-direction:column;row-gap:15px;padding:0px 15px;}html.dark .black-block .view-header > div{padding:0 !important;}html.dark .black-block .view-header h3{color:var(--Primary-500,#FDCF09);font-size:24px;font-style:italic;font-weight:900;line-height:120%;margin:0;}html.dark .latest-articles{padding:15px 0px;min-width:300px;}html.dark .latest-articles .ad-view{display:flex;flex-direction:row;justify-content:center;}html.dark .latest-articles .view-content .article-item{padding:0 10px;}html.dark .black-block .view-content{background:transparent;}html.dark aside .view-footer{padding-right:10px;padding-top:15px;font-weight:700;text-align:right;display:flex;justify-content:end;}html.dark aside .view-footer{color:var(--Primary-500,#FDCF09);font-size:24px;font-style:italic;font-weight:900;line-height:120%;margin:0 !important;}html.dark aside.col-sm-5.col-md-4{display:flex;justify-content:center;}html.dark #audio-article .content{display:flex;flex-direction:column;align-items:center;}html.dark #audio-article .content .info{display:flex;flex-direction:row;column-gap:8px;}html.dark #audio-article .content .field--name-field-recording audio{padding:0px 15px;}html.dark #audio-article .content .main-image{width:100px;min-width:100px;}html.dark #audio-article .content .main-image .field{padding:0 !important;}html.dark #audio-article .content .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .latest-articles .view-content a#audio-article{border-top:1px solid #383e50;padding:10px 0px;margin-top:15px;}html.dark .block-views-blockfrontpage-views-block-3 .form-group .mpu{padding:0;}@media(min-width:1280px){html.dark .latest-articles{max-width:300px;}html.dark .block-views-blockfrontpage-views-block-3 .form-group,html.dark .block-views-blockfrontpage-views-block-38 .form-group{display:flex;flex-direction:column;row-gap:15px;}}@media (min-width:992px) and (max-width:1280px){html.dark .latest-articles{max-width:300px;}html.dark .block-views-blockfrontpage-views-block-3 .form-group,html.dark .block-views-blockfrontpage-views-block-38 .form-group{display:flex;flex-direction:column;row-gap:15px;}}@media (max-width:992px){html.dark .latest-articles{max-width:unset;}html.dark .path-frontpage .block-views-blockfrontpage-views-block-3 .form-group,html.dark .block-views-blockfrontpage-views-block-38 .form-group{display:flex;flex-direction:column-reverse;row-gap:15px;}html.dark .block-views-blockfrontpage-views-block-3 .form-group{display:flex;flex-direction:column;row-gap:15px;}}@media (min-width:1280px){html.dark .view-content .small-pc{display:none;}html.dark .view-content .tablet{display:none;}html.dark .view-content .mobile{display:none;}html.dark .yellow-block .view-footer{display:none;}}@media (min-width:992px) and (max-width:1280px){html.dark .view-content .small-pc{display:block;}html.dark .view-content .tablet{display:none;}html.dark .view-content .mobile{display:none;}html.dark .view-content .desktop{display:none;}html.dark .yellow-block .view-footer{display:flex;flex-direction:row;width:97%;justify-content:end;}html.dark .yellow-block .view-header .header-wrapper .title-link a{display:none !important;}html.dark .yellow-block.black-bg .view-header .header-wrapper .title-link a{display:flex !important;}html.dark .view-id-frontpage_views.view-display-id-block_2 .small-pc > div:not(.advert-item),html.dark .view-id-frontpage_views.view-display-id-block_2 .small-pc .big-article .column-articles,html.dark .view-id-frontpage_views.view-display-id-block_2 .tablet .column-articles{padding:0;}html.dark .view-id-frontpage_views.view-display-id-block_2 .small-pc > div.advert-item,html.dark .view-id-frontpage_views.view-display-id-block_2 .tablet div.advert-item{margin:10px 0px;}html.dark .view-id-frontpage_views.view-display-id-block_2 .small-pc > div.column-articles{display:flex;flex-direction:row;flex-wrap:wrap;}html.dark .view-id-frontpage_views.view-display-id-block_2 .small-pc > div.column-articles .single-article:nth-child(2) > div a{border-top:1px solid #4B5563;}html.dark .yellow-block .view-content .big-article .big.single-article > div a{display:flex;flex-direction:column;}html.dark .yellow-block .view-content .big-article .big.single-article > div a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html.dark .yellow-block .view-content .big-article .big.single-article > div a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;}html.dark .yellow-block .view-content  .big-article .big.single-article > div a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;min-height:38px;color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .yellow-block .view-content  .big-article .big.single-article > div a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .yellow-block .view-content .big-article .big.single-article > div a .channel-title .channel{padding-bottom:6px;color:var(--Primary-500,#FDCF09);font-size:16px;font-style:normal;font-weight:700;line-height:120%;}}@media (min-width:768px) and (max-width:992px){html.dark .view-content .small-pc{display:none;}html.dark .view-content .desktop{display:none;}html.dark .view-content .tablet{display:flex;flex-direction:column;}html.dark .view-content .mobile{display:none;}html.dark .yellow-block .view-header .header-wrapper .title-link a{display:none !important;}html.dark .yellow-block.black-bg .view-header .header-wrapper .title-link a{display:flex !important;}html.dark .view-id-frontpage_views.view-display-id-block_2 .tablet .column-articles{padding:0;}html.dark .view-id-frontpage_views.view-display-id-block_2 .tablet div.advert-item{margin:10px 0px;}html.dark .yellow-block .view-footer{display:flex;flex-direction:row;justify-content:end;padding-bottom:15px;border-bottom:1px solid #4B5563;}html.dark .yellow-block.black-bg .view-header{flex-direction:row;align-items:center !important;}html.dark .yellow-block.black-bg .view-header .ad-view{justify-content:end !important;padding-bottom:0 !important;}html.dark .yellow-block .view-header{flex-direction:column;}html.dark .yellow-block .view-header .ad-view{justify-content:center !important;padding-bottom:15px;}html.dark .yellow-block .view-header{display:flex;align-items:start !important;}}@media (max-width:768px){#block-kerkida-views-block-taxonomy-views-block-1{display:none;}html.dark .page-node-type-article section.block-views-blocktaxonomy-views-block-1,html.dark .page-node-type-article section.block-views-blocktaxonomy-views-block-6{margin-top:15px;}html.dark .page-node-type-article section.block-views-blocktaxonomy-views-block-1 .team-logos,html.dark .page-node-type-article section.block-views-blocktaxonomy-views-block-6 .team-logos{max-width:300px !important;height:180px !important;}html.dark .yellow-block .view-header .header-wrapper .title-link a{display:none !important;}html.dark .yellow-block .view-footer{display:flex;flex-direction:row;justify-content:end;}html.dark .view-content .small-pc{display:none;}html.dark .black-block .view-header h3{font-size:18px;}html.dark .view-content .desktop{display:none;}html.dark .view-content .tablet{display:none;}html.dark .view-content .mobile{display:flex;flex-direction:column;width:100%;}html.dark .view-id-frontpage_views.view-display-id-block_2 .mobile .column-articles{padding:0;}html.dark .view-id-frontpage_views.view-display-id-block_2 .mobile div.advert-item{margin:10px 0px;}html.dark .yellow-block .view-footer{border-radius:0px 0px 12px 12px;background:var(--Secondary-700,#374151);padding:15px 10px;}html.dark .yellow-block .view-header{flex-direction:column;}html.dark .yellow-block .view-header .ad-view{justify-content:center !important;padding-bottom:15px;}html.dark .yellow-block .view-header{display:flex;align-items:start !important;}}html.dark .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}html.dark .yellow-block.view-display-id-block_2{padding:0;}html.dark .yellow-block .view-header{display:flex;align-items:center;column-gap:15px;}html.dark .yellow-block .view-header .ad-view{display:flex;flex-direction:row;justify-content:end;min-width:270px;}@media(max-width:992px){html.dark .yellow-block .view-header .ad-view{min-height:65px;}}html.dark .yellow-block .view-header .header-wrapper{padding:25px 0px;}html.dark .yellow-block .view-header .header-wrapper .title-link{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}html.dark .view-header .header-wrapper .title-link a,html.dark .view-footer .header-wrapper .title-link a{color:var(--Primary-500,#FDCF09);text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;align-items:center;column-gap:5px;}html.dark .yellow-block .view-footer{margin-right:10px;margin-left:10px;padding-top:15px;}html.dark .view-header .header-wrapper h3.block-header{color:var(--Primary-500,#FDCF09);font-size:24px;font-style:italic;font-weight:900;line-height:120%;margin:0 !important;padding:0;}html.dark .yellow-block .view-content .left-articles,html.dark .yellow-block .view-content .left-articles .big-articles,html.dark .yellow-block .view-content .left-articles .row-articles{padding:0;}html.dark .yellow-block .view-content .left-articles .big-articles .single-article > div a{display:flex;flex-direction:column;}html.dark .yellow-block .view-content .left-articles .big-articles .single-article > div a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html.dark .yellow-block .view-content .left-articles .big-articles .single-article > div a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;}html.dark .yellow-block .view-content .left-articles .big-articles .single-article > div a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;min-height:38px;color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .yellow-block .view-content .left-articles .big-articles .single-article > div a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .yellow-block .view-content .left-articles .big-articles .single-article > div a .channel-title .channel{padding-bottom:6px;color:var(--Primary-500,#FDCF09);font-size:16px;font-style:normal;font-weight:700;line-height:120%;}html.dark .yellow-block .view-content .left-articles .advert-item{margin:10px 0px;}html.dark .yellow-block .view-content .left-articles .row-articles .single-article > div a,html.dark .yellow-block .view-content .column-articles .single-article > div a{display:flex;flex-direction:row;padding:10px 0px;border-bottom:1px solid #4B5563;column-gap:10px;}html.dark .yellow-block .view-content .left-articles .row-articles .single-article > div a,html.dark .yellow-block .view-content .column-articles .single-article:first-child > div a{border-top:1px solid #4B5563;}html.dark .yellow-block .view-content .left-articles .row-articles .single-article > div a .main-image,html.dark .yellow-block .view-content .column-articles .single-article > div a .main-image{width:100px;min-width:100px;}html.dark .yellow-block .view-content .left-articles .row-articles .single-article > div a .main-image img,html.dark .yellow-block .view-content .column-articles .single-article > div a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .yellow-block .view-content .left-articles .row-articles .single-article > div a .channel-title,html.dark .yellow-block .view-content .column-articles .single-article > div a .channel-title{display:flex;flex-direction:column;height:80px;justify-content:space-between;}html.dark .yellow-block .view-content .left-articles .row-articles .single-article > div a .channel-title .title,html.dark .yellow-block .view-content .column-articles .single-article > div a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}html.dark .yellow-block .view-content .left-articles .row-articles .single-article > div a .channel-title .channel,html.dark .yellow-block .view-content .column-articles .single-article > div a .channel-title .channel{color:var(--Primary-500,#FDCF09);font-size:14px;font-style:normal;font-weight:700;line-height:120%;}html.dark .yellow-block .view-content .left-articles .row-articles .single-article > div a .channel-title .time,html.dark .yellow-block .view-content .column-articles .single-article > div a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .yellow-block .view-content .mobile .no-link-articles{border-radius:12px 12px 0px 0px;background:var(--Secondary-700,#374151);padding:15px 0px 0px 0px;margin:0px 10px;display:flex;flex-direction:row;}html.dark .yellow-block .view-content .mobile .no-link-articles .single-article{width:100%;}html.dark .yellow-block .view-content .mobile .no-link-articles .single-article > div a .main-image{width:155px;min-width:155px;border-radius:12px;}html.dark .yellow-block .view-content .mobile .no-link-articles .single-article > div a .main-image img{width:100%;height:100px;object-fit:cover;object-position:center;}html.dark .yellow-block .view-content .mobile .no-link-articles .single-article > div a .channel-title{display:flex;flex-direction:column;border-bottom:1px solid #4B5563;padding-top:10px;padding-bottom:20px;}html.dark .yellow-block .view-content .mobile .no-link-articles .single-article > div a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;min-height:34px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}html.dark .yellow-block .view-content .mobile .no-link-articles .single-article > div a .channel-title .channel{color:var(--Primary-500,#FDCF09);font-size:14px;font-style:normal;font-weight:700;line-height:120%;}html.dark .yellow-block .view-content .mobile .no-link-articles .single-article > div a .time{display:none;}@media(min-width:1280px){html.dark .kous-kous.desktop{display:flex;flex-direction:row;flex-wrap:wrap;}html.dark .kous-kous.small-pc-tablet{display:none;flex-direction:row;flex-wrap:wrap;}html.dark .kous-kous.mobile{display:none;flex-direction:row;flex-wrap:wrap;}}@media(min-width:768px) and (max-width:1280px){html.dark .kous-kous.desktop{display:none;flex-direction:row;flex-wrap:wrap;}html.dark .kous-kous.small-pc-tablet{display:flex;flex-direction:row;flex-wrap:wrap;}html.dark .kous-kous.mobile{display:none;flex-direction:row;flex-wrap:wrap;}}@media(max-width:768px){html.dark .kous-kous.desktop{display:none;flex-direction:row;flex-wrap:wrap;}html.dark .kous-kous.small-pc-tablet{display:none;flex-direction:row;flex-wrap:wrap;}html.dark .kous-kous.mobile{display:flex;flex-direction:row;flex-wrap:wrap;}html.dark .block-views-blockfrontpage-views-block-4 .title{overflow:hidden !important;text-overflow:ellipsis !important;-webkit-box-orient:vertical !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;width:100% !important;white-space:unset !important;}html.dark .view-header .header-wrapper h3.block-header{font-size:18px;}}@media(min-width:768px){html.dark .yellow-block.black-bg .view-footer{display:none;}}html.dark .kous-kous.mobile .views-row a{display:flex;flex-direction:column-reverse;min-height:fit-content;justify-content:flex-end;}html.dark .kous-kous.mobile .views-row a .time{position:relative;right:unset;top:unset;}html.dark .kous-kous.mobile .views-row a i{display:none;}html.dark .block-views-blockfrontpage-views-block-4 .title{width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;}html.dark .black-bg{background:var(--Secondary-900,#111827);padding-bottom:10px;}html.dark .yellow-block.black-bg .view-footer{background:transparent;border-radius:unset;}html.dark .menu--carousel-menu li a{background-image:none !important;display:flex;flex-direction:column;justify-content:center;align-items:center;}html.dark .menu--carousel-menu .slick-list .slick-track{display:flex;column-gap:15px;}html.dark .menu--carousel-menu li{max-width:64px;}html.dark .menu--carousel-menu li a .menu-label{width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;color:var(--Palette-textLight50-textLight50,#F9FAFB);text-align:center;font-size:10px;font-style:normal;font-weight:400;line-height:16px;}html.dark .menu--carousel-menu li a .menu-icon-wrapper{display:flex;justify-content:center;align-items:center;}html.dark .menu--carousel-menu li a .menu-icon-wrapper img{border-radius:9999px;background:var(--Secondary-600,#4B5563);width:38px;height:36px;padding:8px;}html.dark .menu--carousel-menu .slick-list{padding:0 15% 0 0;}html.dark .menu--carousel-menu{position:relative;background:var(--Secondary-900,#111827);padding:10px 0px;}html.dark .menu--carousel-menu::before,html.dark .menu--carousel-menu::after{content:'';position:absolute;top:0;height:100%;width:20%;display:none;z-index:9;pointer-events:none;}html.dark .menu--carousel-menu.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark .menu--carousel-menu.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark .menu--carousel-menu .slick-next{position:absolute;right:0;top:30%;z-index:99;}html.dark .menu--carousel-menu .slick-prev{position:absolute;left:0;top:30%;z-index:99;}html.dark .menu--carousel-menu{visibility:hidden;opacity:0;transition:opacity 0.3s ease;}html.dark .menu--carousel-menu.slick-initialized{visibility:visible;opacity:1;}html.dark .teams-logo-section{display:flex;flex-direction:column;row-gap:15px;}html.dark .region-content-4{padding:15px 0px;}html.dark .carousel-team-logos .slick-list .slick-track{display:flex;column-gap:10px;}html.dark .carousel-team-logos .team-logo{max-width:30px;}html.dark .carousel-team-logos .team-logo a .logo img{width:30px;height:30px;}html.dark .carousel-team-logos .slick-list{padding:0 12% 0 0;}html.dark .carousel-team-logos{position:relative;background:var(--Secondary-900,#111827);padding:5px 0px;border:none;}html.dark .carousel-team-logos .slick-next{position:absolute;right:0;top:30%;z-index:99;}html.dark .carousel-team-logos .slick-prev{position:absolute;left:0;top:30%;z-index:99;}html.dark .carousel-team-logos{visibility:visible;opacity:1;transition:opacity 0.3s ease;}@media(max-width:992px){html.dark .carousel-team-logos{visibility:hidden;opacity:0;transition:opacity 0.3s ease;}html.dark .carousel-team-logos.slick-initialized{visibility:visible;opacity:1;}}@media(min-width:768px) and (max-width:992px){html.dark .view-id-taxonomy_views.view-display-id-block_2,html.dark .view-id-taxonomy_views.view-display-id-block_3{margin:0px -20px;}html.dark .carousel-team-logos::before,html.dark .carousel-team-logos::after{content:'';position:absolute;top:0;height:100%;width:15%;display:none;z-index:9;pointer-events:none;}html.dark .carousel-team-logos.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark .carousel-team-logos.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}}@media(max-width:768px){html.dark .view-id-taxonomy_views.view-display-id-block_2,html.dark .view-id-taxonomy_views.view-display-id-block_3{margin:0px -10px;}html.dark .carousel-team-logos::before,html.dark .carousel-team-logos::after{content:'';position:absolute;top:0;height:100%;width:15%;display:none;z-index:9;pointer-events:none;}html.dark .carousel-team-logos.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark .carousel-team-logos.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}}html.dark .menu-bar-right{display:flex;flex-direction:row;align-items:center;column-gap:15px;}html.dark .menu-bar-right p{font-size:20px;color:white;margin:0;}html.dark .menu-bar-right #block-kerkida-socialmedialinks-2 h2{display:none;}html.dark .menu-bar-right #block-kerkida-socialmedialinks-2 ul{margin:0;display:flex;flex-direction:row;column-gap:16px;}html.dark .menu-bar-right #block-kerkida-socialmedialinks-2 ul li a span{color:var(--Secondary-50,#F9FAFB);text-align:center;font-family:"Font Awesome 6 Brands";font-size:16px;font-style:normal;font-weight:400;line-height:normal;}html.dark .social-icons{display:flex;flex-direction:row;align-items:center;padding-top:40px;padding-left:20px;}html.dark .hamburger{padding:12px 0px 13px 10px;}html.dark .social-media-links--platforms.horizontal li{padding:0px;}html.dark .social-icons #block-kerkida-socialmedialinks-2 h2{display:none;}html.dark .social-icons #block-kerkida-socialmedialinks-2 ul{margin:0;display:flex;flex-direction:row;column-gap:16px;}html.dark .social-icons #block-kerkida-socialmedialinks-2 ul li a span{color:var(--Secondary-50,#F9FAFB);text-align:center;font-family:"Font Awesome 6 Brands";font-size:16px;font-style:normal;font-weight:400;line-height:normal;}@media(min-width:768px){html.dark .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2,html.dark .social-media-icons #block-kerkida-socialmedialinks-2{display:none  !important;}}html.dark .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2,html.dark .social-media-icons #block-kerkida-socialmedialinks-2{margin-top:35px;margin-bottom:0;}html.dark .social-media-icons{margin:0px -10px;}html.dark .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2,html.dark .social-media-icons #block-kerkida-socialmedialinks-2{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:var(--Secondary-900,#111827);padding:10px;}html.dark .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2 h2,html.dark .social-media-icons #block-kerkida-socialmedialinks-2 h2{color:var(--Primary-500,#FDCF09);font-size:18px;font-style:italic;font-weight:900;line-height:120%;margin:0;display:flex;flex-direction:row;align-items:center;}html.dark .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2 ul li a span,html.dark .social-media-icons #block-kerkida-socialmedialinks-2 ul li a span{color:var(--Secondary-50,#F9FAFB);text-align:center;font-family:"Font Awesome 6 Brands";font-size:16px;font-style:normal;font-weight:400;line-height:normal;}html.dark .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2 ul,html.dark .social-media-icons #block-kerkida-socialmedialinks-2 ul{margin:0;display:flex;flex-direction:row;column-gap:16px;}html.dark .featured-5 .social-media-icons #block-kerkida-socialmedialinks-2,html.dark .social-media-icons #block-kerkida-socialmedialinks-2{display:flex;}@media(max-width:768px){html.dark .menu-bar-right #block-kerkida-socialmedialinks-2{display:none;}}@media(min-width:768px){html.dark .navbar-sidebar{position:fixed;width:360px !important;top:0;}}html.dark .navbar-sidebar{position:fixed;display:block!important;height:100%!important;width:100%;left:-100%;z-index:9999999;top:0;background:var(--Secondary-900,#111827);transition:all 0.2s ease-in-out;}html.dark .navbar-sidebar.collapse.in,html.dark .navbar-sidebar.collapsing{left:0;}html.dark .navbar-sidebar .menu--main .dropdown .dropdown-toggle .fa-chevron-right{position:absolute;right:15px;transition:all 0.2s;line-height:1.42857143;}html.dark .navbar-sidebar .menu--main .dropdown.open .fa-chevron-right{transform:rotate(90deg);}html.dark .navbar-sidebar .menu--main .dropdown.open .dropdown-menu{height:initial;}html.dark .navbar-sidebar .menu--main .dropdown .dropdown-menu{width:unset;float:unset;position:unset;padding:0;margin:-7px 0 0;border-radius:0;background-color:unset;box-shadow:unset;-webkit-box-shadow:unset;border:0;}html.dark .navbar-sidebar .menu--main > div{padding:0;}html.dark .navbar-sidebar .menu--main > div .dropdown .dropdown-menu > li > a{padding:15px 0px 15px 20px;background:var(--Secondary-800,#1F2937);color:var(--Secondary-50,#F9FAFB);font-size:18px;font-style:normal;font-weight:400;line-height:140%;}html.dark .navbar-sidebar .menu--main > div li.parent > a{padding:15px 15px 15px 15px;text-transform:uppercase;display:flex;color:var(--Primary-500,#FDCF09);font-size:18px;font-style:normal;font-weight:500;line-height:140%;}html.dark .navbar-sidebar .menu--main > li > a:hover,html.dark .navbar-sidebar .menu--main > li > a:focus,html.dark .navbar-sidebar .menu--main > li > a:active{background-color:unset;}html.dark .navbar-sidebar .menu--main .open a{background-color:unset;}html.dark .navbar-sidebar .social-icon{display:block;width:30px;height:30px;float:left;border-radius:50%;padding:6px;margin:10px;font-size:18px;line-height:1;text-align:center;color:#414652;background-color:#fdcf09;}html.dark .grid-desktop,html.dark .grid-small-pc-tablet{flex-direction:row;}html.dark .grid-mobile{display:none;}html.dark .grid-desktop .leading-article a{display:flex;flex-direction:column;}html.dark .grid-desktop .leading-article a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html.dark .grid-desktop .leading-article a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;}html.dark .grid-desktop .leading-article a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;min-height:71px;color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .grid-desktop .leading-article a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .grid-desktop .featured-articles-r-col:last-child a{border-bottom:1px solid #4B5563;}html.dark .grid-desktop .featured-articles-r-col{padding:0;}html.dark .grid-desktop .featured-articles-r-col a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .grid-desktop .featured-articles-r-col a .main-image{width:100px;min-width:100px;}html.dark .grid-desktop .featured-articles-r-col a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .grid-desktop .featured-articles-r-col a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .grid-desktop .featured-articles-r-col a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .grid-desktop .featured-articles-r-col a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .grid-small-pc-tablet{padding:0;}html.dark .grid-small-pc-tablet  a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;}html.dark .grid-small-pc-tablet  a .main-image{width:100px;min-width:100px;}html.dark .grid-small-pc-tablet  a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .grid-small-pc-tablet  a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .grid-small-pc-tablet  a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .grid-small-pc-tablet  a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .region-content-5 .yellow-block .view-footer{background:transparent !important;border-radius:unset !important;}html.dark .grid-mobile.featured-articles-r-col a{padding:10px 0.5rem 10px 0.5rem;display:flex;flex-direction:column;row-gap:10px;}html.dark .grid-mobile.featured-articles-r-col .slick-slider .slick-list{padding:0 12% 0 0;}html.dark .grid-mobile.featured-articles-r-col a .main-image img{height:140px;object-fit:cover;object-position:center;width:100%;}html.dark .grid-mobile.featured-articles-r-col .channel-title{padding-bottom:5px;border-bottom:1px solid #4B5563;min-height:70px;}html.dark .grid-mobile.featured-articles-r-col .channel-title .time{display:none;}html.dark .grid-mobile.featured-articles-r-col .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}html.dark .grid-mobile.featured-articles-r-col::before,html.dark .grid-mobile.featured-articles-r-col::after{content:'';position:absolute;top:0;height:100%;width:20%;display:none;z-index:9;pointer-events:none;}html.dark .grid-mobile.featured-articles-r-col.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark .grid-mobile.featured-articles-r-col.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}@media(min-width:1280px){html.dark .region-content-5,html.dark .region-content-8,html.dark .region-content-10{display:grid;grid-template-columns:1fr 1fr;gap:5px;}html.dark .grid-desktop{display:flex;}html.dark .grid-small-pc-tablet{display:none;}html.dark .grid-mobile{display:none;}html.dark .grid-container{padding:0;}}@media(min-width:992px) and (max-width:1280px){html.dark .region-content-5 .yellow-block .view-header .header-wrapper .title-link a,html.dark .region-content-8 .yellow-block .view-header .header-wrapper .title-link a,html.dark .region-content-10 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}html.dark .region-content-5   .yellow-block .view-footer{display:none !important;}html.dark .region-content-5,html.dark .region-content-8,html.dark .region-content-10{display:flex;flex-direction:column;gap:unset;}html.dark .grid-desktop{display:none;}html.dark .grid-small-pc-tablet{display:flex;}html.dark .grid-container{padding:0;}}@media(min-width:768px) and (max-width:992px){html.dark .region-content-5   .yellow-block .view-header .header-wrapper .title-link a,html.dark .region-content-8   .yellow-block .view-header .header-wrapper .title-link a,html.dark .region-content-10 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}html.dark .region-content-5   .yellow-block .view-footer{display:none !important;}html.dark .region-content-5{display:grid;grid-template-columns:1fr 1fr;gap:5px;}html.dark .grid-desktop{display:none;}html.dark .grid-small-pc-tablet{display:flex;flex-direction:column !important;}html.dark .grid-mobile{display:none;}html.dark .grid-small-pc-tablet > div{width:100% !important;}html.dark .grid-container{padding:0;}}@media (max-width:768px){html.dark .region-content-5,html.dark .region-content-8,html.dark .region-content-10{display:flex;flex-direction:column;gap:15px 0px;}html.dark .region-content-5 section.block-views{margin:0 -10px;background:var(--Secondary-900,#111827);}html.dark .grid-desktop{display:none;}html.dark .grid-small-pc-tablet{display:none;}html.dark .grid-mobile{display:block;position:relative;padding:0px 10px;}}html.dark .programma-section{padding-top:15px;}html.dark .programma.yellow-block.black-bg .view-footer{display:flex !important;justify-content:end;}html.dark .programma .view-header .header-wrapper{padding:15px 0px;}html.dark .programma .view-content .article-item .agonistiki{padding-bottom:15px;padding-left:15px;}html.dark .programma .view-content .article-item .agonistiki h3{color:#FFF;font-size:16px;font-style:normal;font-weight:400;line-height:120%;margin:0;}html.dark .programma .view-content .article-item .paragraph .field--name-field-date{margin:0;background:var(--Secondary-700,#374151);padding:12px 0px 12px 15px;color:var(--Primary-500,#FDCF09);font-size:14px;font-style:normal;font-weight:700;line-height:120%;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches{padding:0px 15px;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div{display:flex;flex-direction:row;align-items:center;padding:10px 0px;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div{padding:0;display:flex;flex-direction:row;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div:not(:last-child){justify-content:center;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div:last-child{justify-content:end;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos{display:flex;flex-direction:row;align-items:center;column-gap:20px;padding:0;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos a img{width:30px;height:30px;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos .versus{color:#FFF;font-size:22px;font-style:normal;font-weight:500;line-height:120%;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .betting .betting-logo a img{width:30px;height:30px;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .highlights .play-button a img{width:20px;height:20px;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .highlights .field--name-field-time{color:#FFF;font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores .score{display:flex;flex-direction:row;align-items:center;column-gap:10px;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores .no-score{display:flex;flex-direction:row;justify-content:space-between;align-items:center;column-gap:30px;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores > div{color:#FFF;font-size:18px;font-style:normal;font-weight:700;line-height:120%;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .links .article-link-finished a{color:var(--Primary-500,#FDCF09);text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;column-gap:5px;align-items:center;}html.dark .programma .view-content .article-item .paragraph .field--name-field-matchday-matches > div .paragraph > div .links .article-link-live a{color:#FF3B42;text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;column-gap:5px;align-items:center;}html.dark .region-content-7-small .sticky-sidebar{display:flex;flex-direction:column;row-gap:15px;}html.dark .region-content-7-small .sticky-sidebar section{width:100%;}html.dark .vathmologia-a.yellow-block.black-bg .view-footer{display:flex !important;justify-content:end;}html.dark .vathmologia-a .view-header .header-wrapper{padding:15px 0px;}html.dark .vathmologia-a .view-content{display:flex;flex-direction:column;}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li{display:flex;flex-direction:row;}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol{padding:0;}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li{display:flex;flex-direction:row;align-items:center;padding:5px 15px 5px 10px;column-gap:10px;}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .item-index{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;min-width:16px;text-align:center;}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a img{width:30px;height:30px;}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a{display:flex;flex-direction:row;align-items:center;column-gap:5px;}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a .team-name{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph .field--name-field-points{color:var(--Primary-500,#FDCF09);font-size:14px;font-style:normal;font-weight:700;line-height:120%;}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol.team-scores-left li:nth-of-type(odd),html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol.team-scores-right li:nth-of-type(odd){background:var(--Secondary-700,#374151);}html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol.team-scores-left li:nth-of-type(even),html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol.team-scores-right li:nth-of-type(even){background:var(--Secondary-900,#111827);}@media(max-width:768px){html.dark .region-content-7,html.dark .region-content-7-small section.block-views-blockfrontpage-views-block-10{display:none;}html.dark .programma-section{display:flex;flex-direction:column;}}@media(min-width:768px) and (max-width:850px){html.dark .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a .team-name{display:inline-block;max-width:8ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;}}html.dark .poll .view-header .header-wrapper{padding:15px 0px;}html.dark .poll .view-content .article-item{padding:0px 10px;display:flex;flex-direction:column;row-gap:12px;}html.dark .poll .view-content .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark .poll .view-content a{color:var(--Primary-500,#FDCF09);text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;justify-content:end;column-gap:5px;align-items:center;}html.dark .must-read{padding-left:0;padding-right:0;}html.dark .must-read .view-header > div{padding:0;}html.dark .must-read .view-header .header-wrapper{padding:15px 0px;}html.dark .must-read .view-content .article-item:first-child a{border-top:1px solid #4B5563;}html.dark .must-read .view-content .article-item a{display:flex;flex-direction:row;padding:10px 0px;border-bottom:1px solid #4B5563;column-gap:10px;}html.dark .must-read .view-content .article-item a .main-image{width:100px;min-width:100px;}html.dark .must-read .view-content .article-item a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .must-read .view-content .article-item a .channel-title{display:flex;flex-direction:column;height:80px;justify-content:space-between;}html.dark .must-read .view-content .article-item a .channel-title .channel{color:var(--Primary-500,#FDCF09);font-size:14px;font-style:normal;font-weight:700;line-height:120%;}html.dark .must-read .view-content .article-item a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .must-read .view-content .article-item a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .region-content-full-7{padding:15px 0px;}@media (min-width:768px) and (max-width:1200px){html.dark .block-views-blockfrontpage-views-block-13{display:flex;flex-direction:row;width:100%;}html.dark .block-views-blockfrontpage-views-block-13 .form-group{display:flex;flex-direction:row;width:100%;justify-content:space-between;}}@media(max-width:768px){html.dark .block-views-blockfrontpage-views-block-13 .form-group{display:flex;flex-direction:row;width:100%;justify-content:center;}}@media(max-width:768px){html.dark .block-views-blockfrontpage-views-block-13 .must-read,html.dark .region-content-full-7{display:none;}}html.dark .region-content-8 section .view .view-content{display:flex;flex-direction:row;flex-wrap:wrap;}html.dark .region-content-8 section .view .view-content .links-g,html.dark .region-content-8 section .view .view-content .links-b{display:flex;flex-direction:column;border-top:1px solid #4B5563;}html.dark .region-content-8 section .view .view-content .links-g a span,html.dark .region-content-8 section .view .view-content .links-b a span{border-bottom:1px solid #4B5563;padding:16.4px 0px;color:var(--Primary-500,#FDCF09);text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;column-gap:5px;display:flex;flex-direction:row;align-items:center;justify-content:end;}html.dark .region-content-8 section .view .view-content .article-item a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .region-content-8 section .view .view-content .article-item:nth-child(3) a{border-bottom:1px solid #4B5563;}html.dark .region-content-8 section .view .view-content .article-item a .main-image{width:100px;min-width:100px;}html.dark .region-content-8 section .view .view-content .article-item a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .region-content-8 section .view .view-content .article-item a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .region-content-8 section .view .view-content .article-item a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .region-content-8 section .view .view-content .article-item a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .region-content-8 .yellow-block .view-footer{background:transparent !important;border-radius:unset !important;border-bottom:1px solid #4B5563;margin:0 !important;}@media(min-width:1280px){html.dark .region-content-8 .yellow-block .view-footer{display:none;}}@media (min-width:992px) and (max-width:1280px){html.dark .region-content-8 section .view .view-content .small-pc{padding:0;}html.dark .region-content-8 section .view .view-content .article-item:nth-child(2) a{border-bottom:1px solid #4B5563;}html.dark .region-content-8 .yellow-block .view-footer{display:none;}}@media(min-width:768px) and (max-width:992px){html.dark .region-content-8 section .view .view-content .tablet{flex-direction:row;padding:0;}html.dark .region-content-8 section .yellow-block .view-header{flex-direction:row;align-items:center !important;}html.dark .region-content-8 section .view .view-content .article-item:nth-child(2) a{border-bottom:1px solid #4B5563;}html.dark .region-content-8 section .yellow-block .view-header .ad-view{padding-bottom:0 !important;}html.dark .region-content-8 .yellow-block .view-footer{display:none;}}@media(max-width:768px){html.dark .region-content-8 section .view .view-content .article-item:last-child a{border-bottom:1px solid #4B5563;}html.dark .region-content-8 .yellow-block .view-footer{display:flex;}}html.dark .network-section{display:flex;}html.dark .network-section section{padding:0;}html.dark .region-content-11{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:15px;padding-top:15px;}html.dark .block-tns-news-aggregator{background:var(--Secondary-900,#111827);position:relative;z-index:1;}html.dark .block-tns-news-aggregator > div{z-index:1;position:relative;}html.dark .block-tns-news-aggregator::before{content:'';position:absolute;top:0;left:0;right:0;margin-left:calc(-1 * ((100vw - 100%) / 2));width:100vw;height:100%;z-index:0;background:var(--Secondary-900,#111827);}html.dark .block-tns-news-aggregator .view-header .header-wrapper{display:flex;flex-direction:row;justify-content:space-between;padding-top:15px;padding-bottom:20px;align-items:center;}html.dark .block-tns-news-aggregator .view-header .header-wrapper .media-logos{display:flex;flex-direction:row;justify-content:space-between;padding:0;}html.dark .block-tns-news-aggregator .item-wrapper .network-carousel{padding-bottom:20px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:10px;}html.dark .block-tns-news-aggregator .item-wrapper .media-item a,html.dark .block-tns-news-aggregator .item-wrapper .media-item a .source-title{display:flex;flex-direction:column;row-gap:10px;}html.dark .block-tns-news-aggregator .item-wrapper .media-item a .image img{width:100%;height:200px;object-fit:cover;object-position:center;}html.dark .block-tns-news-aggregator .item-wrapper .media-item a .source-title{padding-bottom:15px;border-bottom:1px solid #4B5563;}html.dark .block-tns-news-aggregator .item-wrapper .media-item a .source-title .source{color:var(--Primary-500,#FDCF09);font-size:16px;font-style:normal;font-weight:700;line-height:normal;}html.dark .block-tns-news-aggregator .item-wrapper .media-item a .source-title .title{color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;min-height:57px;}html.dark .network-articles a{padding:10px 0.5rem 10px 0.5rem;display:flex;flex-direction:column;row-gap:10px;}html.dark .network-articles .slick-slider .slick-list{padding:0 12% 0 0;}html.dark .network-articles a .main-image img{height:140px;object-fit:cover;object-position:center;width:100%;}html.dark .network-articles .channel-title{padding-bottom:5px;border-bottom:1px solid #4B5563;min-height:70px;}html.dark .network-articles .channel-title .time{display:none;}html.dark .network-articles .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}html.dark .network-articles::before,html.dark .network-articles::after{content:'';position:absolute;top:0;height:100%;width:20%;display:none;z-index:9;}html.dark .network-articles.show-gradient-before::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0.00) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark .network-articles.show-gradient-after::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0.00) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark .network-articles{display:flex;position:relative;padding:0px 10px;}@media(min-width:768px) and (max-width:992px){html.dark .block-tns-news-aggregator .item-wrapper .media-item a .image img{height:109px;}}@media(max-width:768px){html.dark .block-tns-news-aggregator .view-header .header-wrapper{flex-direction:column;row-gap:10px;column-gap:0px;padding-left:15px;padding-right:15px;}html.dark .block-tns-news-aggregator .view-header .header-wrapper > div,html.dark .block-tns-news-aggregator .view-header .header-wrapper h3{width:100%;}html.dark .block-tns-news-aggregator{width:100vw;padding-bottom:20px;}html.dark .block-tns-news-aggregator .item-wrapper .media-item a .image img{height:109px;}html.dark .network-articles{display:block;}html.dark .block-tns-news-aggregator .item-wrapper .network-carousel{padding-bottom:20px;display:block;grid-template-columns:1fr 1fr 1fr 1fr;}}@media(min-width:768px) and (max-width:992px){html.dark .region-content-10 .yellow-block .view-content .grid-small-pc-tablet{flex-direction:row !important;}html.dark .region-content-10 .yellow-block .view-header{flex-direction:row !important;align-items:center !important;}html.dark .region-content-10 .yellow-block .view-content .grid-small-pc-tablet > div{width:50% !important;}html.dark .region-content-10 .yellow-block .view-content .grid-small-pc-tablet > div:last-child{display:none;}html.dark .region-content-10 section .yellow-block .view-header .ad-view{padding-bottom:0 !important;}}@media(max-width:768px){html.dark .region-content-10{display:none;}}html.dark .kop-refinio section,html.dark .kop-refinio section .region section{padding:0;}html.dark .region-content-12 section .view .view-content .article-item a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .region-content-12 section .view .view-content .article-item a .main-image{width:100px;min-width:100px;}html.dark .region-content-12 section .view .view-content .article-item  a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .region-content-12 section .view .view-content .article-item a .channel-title{display:flex;flex-direction:column;justify-content:space-between;row-gap:15px;}html.dark .region-content-12 section .view .view-content .article-item a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}html.dark .region-content-12 section .view .view-content .article-item a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .region-content-12 section .view .view-content .article-item:last-child a,html.dark .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item:nth-child(3) a{border-bottom:1px solid #4B5563;}html.dark .region-content-12 .yellow-block .view-header{flex-direction:row !important;align-items:center !important;}html.dark .region-content-12 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}@media(max-width:1280px){html.dark .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item:last-child,html.dark .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item:nth-child(3){display:none;}html.dark .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item:nth-child(2) a{border-bottom:1px solid #4B5563;}html.dark .region-content-12 section{width:50% !important;}html.dark .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item{width:100% !important;}}@media(min-width:768px) and (max-width:992px){html.dark .region-content-12 section .view .view-content .article-item a .main-image{display:none;}html.dark .region-content-12 section{width:100% !important;}html.dark .region-content-12 section .view .view-content .article-item a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}html.dark .region-content-12 .block-views-blockfrontpage-views-block-6 .view .view-content .article-item:nth-child(2) a{border-bottom:1px solid #4B5563;}}@media(max-width:768px){html.dark .region-content-12 section{display:none !important;}}html.dark .epikairotita section{padding:0;}html.dark .region-content-6{display:flex;flex-direction:column;row-gap:15px;}html.dark .region-content-6 section .view .view-content{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:15px;padding-right:10px;padding-left:10px;}html.dark .region-content-6 section .view .view-content .article-item a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;}html.dark .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item a .main-image{width:100px;min-width:100px;}html.dark .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .block-quicktabs-blockvideos-block{background:var(--Secondary-900,#111827);position:relative;z-index:1;padding-bottom:15px !important;}html.dark .block-quicktabs-blockvideos-block > div{z-index:1;position:relative;}html.dark .block-quicktabs-blockvideos-block::before{content:'';position:absolute;top:0;left:0;right:0;margin-left:calc(-1 * ((100vw - 100%) / 2));width:100vw;height:100%;z-index:0;background:var(--Secondary-900,#111827);}html.dark .block-quicktabs-blockvideos-block .view-header .header-wrapper{display:flex;flex-direction:row;justify-content:space-between;padding-top:15px;padding-bottom:20px;align-items:center;}html.dark .block-quicktabs-blockvideos-block .view-header .header-wrapper .media-logos{display:flex;flex-direction:row;justify-content:space-between;}html.dark .block-quicktabs-blockvideos-block .item-wrapper .tv-carousel{padding-bottom:20px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:10px;}html.dark .block-quicktabs-blockvideos-block .item-wrapper .media-item > div,html.dark .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .channel-title{display:flex;flex-direction:column;row-gap:10px;}html.dark .block-quicktabs-blockvideos-block .item-wrapper .media-item > div{padding:10px 0.5rem 10px 0.5rem;}html.dark .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html.dark .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .channel-title{padding-bottom:15px;border-bottom:1px solid #4B5563;}html.dark .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;min-height:57px;}html.dark .tv-articles > div{display:flex;flex-direction:column;row-gap:10px;}html.dark .tv-articles .slick-slider .slick-list{padding:0 12% 0 0;}html.dark .tv-articles > div .main-image img{height:140px;object-fit:cover;object-position:center;width:100%;}html.dark .tv-articles .channel-title{padding-bottom:5px;border-bottom:1px solid #4B5563;min-height:70px;}html.dark .tv-articles .channel-title .time{display:none;}html.dark .tv-articles .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}html.dark .tv-articles::before,html.dark .tv-articles::after{content:'';position:absolute;top:0;height:100%;width:20%;display:none;z-index:9;}html.dark .tv-articles.show-gradient-before::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0.00) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark .tv-articles.show-gradient-after::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0.00) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark .tv-articles{display:flex;position:relative;padding:0px 10px;}html.dark .region-content-6 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}html.dark .modal.in .modal-dialog,html.dark .modal.in{z-index:9999999999;}html.dark .modal.in .modal-background{height:100vh;width:100vw;position:fixed;display:flex;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;opacity:0.8;}html.dark ul.quicktabs-tabs{padding-left:15px;padding-bottom:10px;display:flex;flex-direction:row;}html.dark ul.quicktabs-tabs li{padding:15px 30px;display:flex;position:relative;}html.dark ul.quicktabs-tabs li a{font-size:24px;font-style:italic;font-weight:900;line-height:120%;color:var(--Secondary-300,#D1D5DA);}html.dark ul.quicktabs-tabs li.active a{color:var(--Primary-500,#FDCF09);}html.dark ul.quicktabs-tabs li.active{background:var(--Secondary-700,#111827);}html.dark ul.quicktabs-tabs li{background:var(--Secondary-700,#374151);}html.dark .quicktabs-tabs li:after{border-color:#232732 transparent transparent transparent;}html.dark .quicktabs-tabs li:after{content:'';display:block;position:absolute;top:0;right:-17px;z-index:1;width:0;height:0;border-style:solid;border-width:60px 18px 0 0;border-color:#374151 transparent transparent transparent;}html.dark .quicktabs-tabs li.active:after{content:'';display:block;position:absolute;top:0;right:-17px;z-index:1;width:0;height:0;border-style:solid;border-width:60px 18px 0 0;border-color:#111827 transparent transparent transparent;}html.dark .block-quicktabs-blockvideos-block .view .view-footer{display:flex;flex-direction:row;width:98.5%;justify-content:end;}@media(min-width:992px) and (max-width:1280px){html.dark .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item:last-child{display:none;}html.dark .region-content-6 section .view .view-content{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px;}html.dark .region-content-6 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}}@media(min-width:768px) and (max-width:992px){html.dark .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .main-image img{height:109px;}html.dark .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item:last-child,html.dark .region-content-6 section:not(.block-quicktabs) .view .view-content .article-item:nth-child(3){display:none;}html.dark .region-content-6 section .view .view-content{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;}html.dark .region-content-6 .yellow-block .view-header .header-wrapper .title-link a{display:flex !important;}}@media(max-width:768px){html.dark .region-content-6 section:not(.block-quicktabs){display:none;}html.dark .block-quicktabs-blockvideos-block .view-header .header-wrapper{flex-direction:column;row-gap:10px;column-gap:0px;}html.dark .block-quicktabs-blockvideos-block .view-header .header-wrapper > div,html.dark .block-quicktabs-blockvideos-block .view-header .header-wrapper h3{width:100%;}html.dark .block-quicktabs-blockvideos-block{margin-top:15px;width:100vw;padding-bottom:20px;}html.dark .block-quicktabs-blockvideos-block .item-wrapper .media-item > div .main-image img{height:109px;}html.dark .tv-articles{display:block;}html.dark .block-quicktabs-blockvideos-block .item-wrapper .tv-carousel{padding-bottom:20px;display:block;grid-template-columns:1fr 1fr 1fr 1fr;}html.dark ul.quicktabs-tabs li{padding:10px 15px;}html.dark .quicktabs-tabs li.active:after{right:-17px;border-width:42px 18px 0 0;}html.dark .quicktabs-tabs li:after{right:-17px;border-width:42px 18px 0 0;}html.dark ul.quicktabs-tabs li a{font-size:18px;}}html.dark body{overflow-x:hidden;}html.dark .block-views-blocktaxonomy-views-block-7{background:var(--Secondary-900,#111827);}html.dark .carousel-footer-logos .slick-list .slick-track{display:flex;column-gap:10px;}html.dark .carousel-footer-logos .team-logo{max-width:30px;}html.dark .carousel-footer-logos .team-logo a .logo img{width:30px;height:30px;}html.dark .carousel-footer-logos .slick-list{padding:0 12% 0 0;}html.dark .carousel-footer-logos{position:relative;background:var(--Secondary-900,#111827);padding:5px 0px;border:none;}html.dark .carousel-footer-logos .slick-next{position:absolute;right:0;top:30%;z-index:99;}html.dark .carousel-footer-logos .slick-prev{position:absolute;left:0;top:30%;z-index:99;}html.dark .carousel-footer-logos{visibility:hidden;opacity:0;transition:opacity 0.3s ease;}html.dark .carousel-footer-logos.slick-initialized{visibility:visible;opacity:1;}html.dark .carousel-footer-logos::before,html.dark .carousel-footer-logos::after{content:'';position:absolute;top:0;height:100%;width:15%;display:none;z-index:9;pointer-events:none;}html.dark .carousel-footer-logos.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark .carousel-footer-logos.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(17,24,39,0) 0%,var(--Secondary-900,#111827) 70.19%);}html.dark footer .block-tns-unified-footer{background:var(--Secondary-900,#111827);}@media(max-width:992px){}html.dark .page-node-type-article .yellow-block .view-header .header-wrapper{}html.dark .field--name-field-author,html.dark .field--name-field-source{font-weight:bold;font-size:16px;width:100%;color:#fff;}html.dark h1.page-header{color:var(--Primary-500,#FDCF09);font-size:34px;font-style:italic;font-weight:900;line-height:120%;padding-top:10px;}html.dark .breadcrumb{border-bottom:1px solid #4B5563;padding-bottom:10px;padding-left:0;margin-bottom:15px;background:transparent;}html.dark .breadcrumb > li + li:before{content:"/";font-size:14px;font-weight:900;color:#fff;padding:0px 5px;}html.dark .breadcrumb > li a{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark .breadcrumb > li:last-child a,html.dark .breadcrumb > li.last a,html.dark .breadcrumb > li.active{color:var(--Primary-500,#FDCF09);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark article  .share-date{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}html.dark article  .share-date .field--name-field-date-time time{color:var(--Primary-500,#FDCF09);text-align:right;font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark article .image-article .poool-content .field--name-field-paragraphs .field--item .paragraph--type--text{display:flex;align-items:center;justify-content:center;}html.dark .paragraph--type--text img{width:auto;margin:10px 0px;}html.dark article .image-article .poool-content{padding-bottom:30px;border-bottom:1px solid var(--Secondary-600,#4B5563);display:flex;flex-direction:column;align-items:center;justify-content:center;}html.dark .share-article-block ul{display:flex;flex-direction:row;column-gap:15px;}html.dark .share-article-block ul .share-social a i{font-family:"Font Awesome 6 Brands";font-size:22px;font-style:normal;font-weight:400;line-height:normal;}html.dark .share-article-block ul .share-social a i.fa-facebook{color:#1877F2;}html.dark .share-article-block ul .share-social a i.fa-facebook-messenger{background:linear-gradient(32deg,#168AFF 9.27%,#9F33FF 48.94%,#FF6070 87.06%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}html.dark .share-article-block ul .share-social a i.fa-x-twitter{color:#fff;}html.dark .share-article-block ul .share-social a i.fa-whatsapp{color:#25D366;}html.dark .share-article-block ul .share-social a i.fa-viber{color:#7360F2;}html.dark .share-article-block ul .share-social a i.fa-telegram{color:#24A1DE;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div{color:#FFF;font-size:18px;font-style:normal;font-weight:400;line-height:160%;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div.blockquote{display:flex;flex-direction:column;align-items:center;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div p a:has(img),html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div p:has(img),html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text .article-text{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div p a:has(img),html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text div p:has(img){padding:15px 0px;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text .article-text .ads{border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;padding:10px 0px;margin:20px 0px;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text header p strong{color:#FFF;font-size:22px;font-style:normal;font-weight:500;line-height:120%;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text p a{color:var(--Primary-500,#FDCF09);font-size:18px;font-style:normal;font-weight:400;line-height:120%;text-decoration:underline;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text p iframe{max-width:100%;}html.dark .view-display-id-block_27 .view-header .header-wrapper{padding:10px 0px 20px 0px;}html.dark .view-display-id-block_24 .view-header .header-wrapper{padding:20px 0px 20px 0px;}html.dark .view-display-id-block_27 .view-content .carousel-item a,html.dark .view-display-id-block_24 .view-content .carousel-item a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .view-display-id-block_27 .view-content .carousel-item:nth-child(n+4) a,html.dark .view-display-id-block_24 .view-content .carousel-item:nth-child(n+4) a{border-bottom:1px solid #4B5563;}html.dark .view-display-id-block_27 .view-content .carousel-item a .main-image,html.dark .view-display-id-block_24 .view-content .carousel-item a .main-image{width:100px;min-width:100px;}html.dark .view-display-id-block_27 .view-content .carousel-item a .main-image img,html.dark .view-display-id-block_24 .view-content .carousel-item a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .view-display-id-block_27 .view-content .carousel-item a .channel-title,html.dark .view-display-id-block_24 .view-content .carousel-item a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .view-display-id-block_27 .view-content .acarousel-item a .channel-title .title,html.dark .view-display-id-block_24 .view-content .acarousel-item a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .view-display-id-block_27 .view-content .carousel-item a .channel-title .time,html.dark .view-display-id-block_24 .view-content .carousel-item a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark #block-kerkida-views-block-taxonomy-views-block-1-2{display:none;}html.dark .paragraph--type--gallery .field > div .field--name-field-media-images .field--items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;}html.dark .paragraph--type--gallery .field--name-field-media-images .ads{display:flex;flex-direction:column;justify-content:center;align-items:center;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;padding:10px 0px;margin:20px 0px;}html.dark .paragraph--type--gallery .field > div .field--name-field-media-images .field--item{padding:0;}html.dark .paragraph--type--gallery .field > div .field--name-field-media-images .field--item a img{width:100%;object-fit:cover;object-position:center;height:200px;}html.dark .field--name-field-gallery{width:100%;}html.dark .field--name-field-gallery  .field--items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;}html.dark .field--name-field-gallery  .ads{display:flex;flex-direction:column;justify-content:center;align-items:center;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;padding:10px 0px;margin:20px 0px;}html.dark .field--name-field-gallery  .field--item{padding:0;}html.dark .field--name-field-gallery  .field--item a img{width:100%;object-fit:cover;object-position:center;height:200px;}@media(max-width:992px){html.dark .paragraph--type--gallery .field > div .field--name-field-media-images .field--items{display:grid;grid-template-columns:1fr 1fr;gap:15px;}html.dark .field--name-field-gallery  .field--items{display:grid;grid-template-columns:1fr 1fr;gap:15px;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text .article-text{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:unset;}}@media(min-width:1280px){html.dark .view-display-id-block_27 .view-content .featured-articles-r-col .mobile-carousel,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col .mobile-carousel{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px;}}@media(min-width:992px) and (max-width:1280px){html.dark .view-display-id-block_27 .view-content .featured-articles-r-col .mobile-carousel,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col .mobile-carousel{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;}}@media(min-width:768px) and (max-width:992px){html.dark h1.page-header{font-size:30px;}html.dark .view-display-id-block_27 .view-content .featured-articles-r-col .mobile-carousel,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col .mobile-carousel{display:flex;column-gap:0;flex-direction:column;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text header p strong{font-size:18px;}}@media(max-width:768px){html.dark h1.page-header{font-size:20px;}html.dark .page-node-type-article h1.page-header{font-size:22px;}html.dark .breadcrumb > li + li:before{font-size:12px;}html.dark .breadcrumb > li a{font-size:12px;}html.dark #block-kerkida-views-block-taxonomy-views-block-1-2{display:flex;}html.dark .breadcrumb > li:last-child a,html.dark .breadcrumb > li.last a{font-size:12px;}html.dark article .image-article .poool-content .field--name-field-paragraphs .paragraph--type--text header p strong{font-size:18px;}html.dark .share-article-block ul{display:flex;flex-direction:row;column-gap:10px;}html.dark article  .share-date .field--name-field-date-time time{font-size:12px;}html.dark .view-display-id-block_27,html.dark .view-display-id-block_24{width:95vw;}html.dark .view-display-id-block_27 .view-content .featured-articles-r-col .mobile-carousel,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col .mobile-carousel{display:block;}html.dark .view-display-id-block_27 .view-content .featured-articles-r-col a,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col a{padding:10px 0.5rem 10px 0.5rem;display:flex;flex-direction:column;row-gap:10px;}html.dark .view-display-id-block_27 .view-content .featured-articles-r-col a .main-image img,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col a .main-image img{height:140px;object-fit:cover;object-position:center;width:100%;}html.dark .view-display-id-block_27 .view-content .carousel-item a .main-image,html.dark .view-display-id-block_24 .view-content .carousel-item a .main-image{width:unset;min-width:unset;}html.dark .view-display-id-block_27 .view-content .featured-articles-r-col .channel-title,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col .channel-title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;border-bottom:1px solid #4B5563;min-height:70px;padding-bottom:5px;}html.dark .view-display-id-block_27 .view-content .carousel-item:nth-child(n+4) a,html.dark .view-display-id-block_24 .view-content .carousel-item:nth-child(n+4) a{border-bottom:none;}html.dark .view-display-id-block_27 .view-content .featured-articles-r-col,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col{position:relative;}html.dark .view-display-id-block_27 .view-content .featured-articles-r-col::before,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col::before,html.dark .view-display-id-block_27 .view-content .featured-articles-r-col::after,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col::after{content:"";position:absolute;top:0;height:95%;width:20%;display:none;z-index:9;pointer-events:none;}html.dark .view-display-id-block_27 .view-content .featured-articles-r-col.has-prev::before,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col.has-prev::before{display:block;left:0;background:linear-gradient(270deg,rgba(31,41,55,0) 0%,var(--Secondary-800,#1F2937) 70.19%);}html.dark .view-display-id-block_27 .view-content .featured-articles-r-col.has-next::after,html.dark .view-display-id-block_24 .view-content .featured-articles-r-col.has-next::after{display:block;right:0;background:linear-gradient(90deg,rgba(31,41,55,0) 0%,var(--Secondary-800,#1F2937) 70.19%);}}html.dark .term-header{margin:20px 0px;}html.dark .term-header .term-name h1{margin:0;}html.dark .team-header{padding:10px;margin:10px 0;background:var(--Secondary-900,#111827);}html.dark .team-header{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;}html.dark .team-header .team-logo-name{display:flex;align-items:center;}html.dark .team-header .team-logo-name .team-logo{width:65px;}html.dark .team-header .team-logo-name .team-logo img{display:inline-block;width:65px;height:auto;}html.dark .team-header .team-logo-name .team-name{padding-left:5px;}html.dark .team-header .team-logo-name .team-name h1,html.dark .term-header .term-name h1{color:var(--Primary-500,#FDCF09);font-size:28px;font-style:italic;font-weight:900;line-height:120%;}@media(min-width:992px){html.dark .team-header .team-description{border-left:1px solid #4B5563;}}html.dark .team-header .team-description .field--name-field-paragraphs{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark #team-description .field--name-field-paragraphs .ads{display:none;}html.dark #team-description .field--name-field-paragraphs .article-text > div{width:100% !important;}html.dark .path-kyries-eidiseis span.live-tag{padding:0 !important;}html.dark .path-taxonomy  .view-taxonomy-term  .group,html.dark .path-taxonomy  .view-taxonomy-term  .extra-articles,html.dark .path-kyries-eidiseis .view-display-id-page_11 .group{display:flex;flex-direction:column;}html.dark .path-taxonomy  .view-taxonomy-term  .group .article-item,html.dark .path-kyries-eidiseis .view-display-id-page_11 .article-item{padding:0;}html.dark .path-taxonomy .view-taxonomy-term  .ads,html.dark .path-kyries-eidiseis .view-display-id-page_11 .ads{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 0px;}html.dark .path-taxonomy .view-taxonomy-term  .third a,html.dark .path-taxonomy .view-taxonomy-term  .fourth a,html.dark .path-taxonomy .view-taxonomy-term  .extra a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .third a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .fourth a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .path-taxonomy .view-taxonomy-term  .third a .main-image,html.dark .path-taxonomy .view-taxonomy-term  .fourth a .main-image,html.dark .path-taxonomy .view-taxonomy-term  .extra a .main-image,html.dark .path-kyries-eidiseis .view-display-id-page_11 .third a .main-image,html.dark .path-kyries-eidiseis .view-display-id-page_11 .fourth a .main-image{width:100px;min-width:100px;}html.dark .path-taxonomy .view-taxonomy-term  .third a .main-image img,html.dark .path-taxonomy .view-taxonomy-term  .fourth a .main-image img,html.dark .path-taxonomy .view-taxonomy-term  .extra a .main-image img,html.dark .path-kyries-eidiseis .view-display-id-page_11 .third a .main-image img,html.dark .path-kyries-eidiseis .view-display-id-page_11 .fourth a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .path-taxonomy .view-taxonomy-term  .third a .channel-title,html.dark .path-taxonomy .view-taxonomy-term  .fourth a .channel-title,html.dark .path-taxonomy .view-taxonomy-term  .extra a .channel-title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .third a .channel-title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .fourth a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .path-taxonomy .view-taxonomy-term  .third a .channel-title .title,html.dark .path-taxonomy .view-taxonomy-term  .fourth a .channel-title .title,html.dark .path-taxonomy .view-taxonomy-term  .extra a .channel-title .title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .third a .channel-title .title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .fourth a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;}html.dark .path-taxonomy .view-taxonomy-term  .third a .channel-title .time,html.dark .path-taxonomy .view-taxonomy-term  .fourth a .channel-title .time,html.dark .path-taxonomy .view-taxonomy-term  .extra a .channel-title .time,html.dark .path-kyries-eidiseis .view-display-id-page_11 .third a .channel-title .time,html.dark .path-kyries-eidiseis .view-display-id-page_11 .fourth a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}@media (min-width:1280px){html.dark .path-taxonomy .view-taxonomy-term  .desktop,html.dark .path-kyries-eidiseis .view-display-id-page_11 .desktop{display:block;}html.dark .path-taxonomy .view-taxonomy-term  .rest-of-breakpoints,html.dark .path-kyries-eidiseis .view-display-id-page_11 .rest-of-breakpoints{display:none;}html.dark .path-taxonomy .view-taxonomy-term  .fourth .article-item:nth-last-child(-n+3) a,html.dark .path-taxonomy .view-taxonomy-term  .third .article-item:nth-last-child(-n+3) a,html.dark .path-taxonomy .view-taxonomy-term  .article-item.extra:nth-last-child(-n+3) a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .third .article-item:nth-last-child(-n+3) a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .fourth.article-item:nth-last-child(-n+3) a{border-bottom:1px solid #4B5563;}html.dark .path-taxonomy  .view-taxonomy-term  .group,html.dark .path-taxonomy  .view-taxonomy-term  .extra-articles,html.dark .path-kyries-eidiseis .view-display-id-page_11 .group{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px;}html.dark .path-taxonomy .view-taxonomy-term  .first-big a,html.dark .path-taxonomy .view-taxonomy-term  .second-big a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .first-big a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second-big a{display:flex;flex-direction:column;}html.dark .path-taxonomy .view-taxonomy-term  .first-big a .main-image img,html.dark .path-taxonomy .view-taxonomy-term  .second-big a .main-image img,html.dark .path-kyries-eidiseis .view-display-id-page_11 .first-big a .main-image img,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second-big a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html.dark .path-taxonomy .view-taxonomy-term  .first-big a .channel-title,html.dark .path-taxonomy .view-taxonomy-term  .second-big a .channel-title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;min-height:107px;justify-content:space-between;}html.dark .path-taxonomy .view-taxonomy-term  .first-big a .channel-title .title,html.dark .path-taxonomy .view-taxonomy-term  .second-big a .channel-title .title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title .title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .path-taxonomy .view-taxonomy-term  .first-big a .channel-title .time,html.dark .path-taxonomy .view-taxonomy-term  .second-big a .channel-title .time,html.dark .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title .time,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}}@media (max-width:1280px){html.dark .path-taxonomy .view-taxonomy-term  .desktop,html.dark .path-kyries-eidiseis .view-display-id-page_11 .desktop{display:none;}html.dark .path-taxonomy .view-taxonomy-term  .rest-of-breakpoints,html.dark .path-kyries-eidiseis .view-display-id-page_11 .rest-of-breakpoints{display:block;}}@media (min-width:992px) and (max-width:1280px){html.dark .path-taxonomy .view-taxonomy-term  .fourth .article-item:nth-last-child(-n+2) a,html.dark .path-taxonomy .view-taxonomy-term  .third .article-item:nth-last-child(-n+2) a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .third .article-item:nth-last-child(-n+2) a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .fourth.article-item:nth-last-child(-n+2) a{border-bottom:1px solid #4B5563;}html.dark .path-taxonomy  .view-taxonomy-term  .group,html.dark .path-taxonomy  .view-taxonomy-term  .extra-articles,html.dark .path-kyries-eidiseis .view-display-id-page_11 .group{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;}html.dark .path-taxonomy .view-taxonomy-term  .second a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .path-taxonomy .view-taxonomy-term  .first-big a,html.dark .path-taxonomy .view-taxonomy-term  .second-big a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .first-big a,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second-big a{display:flex;flex-direction:column;}html.dark .path-taxonomy .view-taxonomy-term  .first-big a .main-image img,html.dark .path-taxonomy .view-taxonomy-term  .second-big a .main-image img,html.dark .path-kyries-eidiseis .view-display-id-page_11 .first-big a .main-image img,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second-big a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html.dark .path-taxonomy .view-taxonomy-term  .first-big a .channel-title,html.dark .path-taxonomy .view-taxonomy-term  .second-big a .channel-title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;}html.dark .path-taxonomy .view-taxonomy-term  .first-big a .channel-title .title,html.dark .path-taxonomy .view-taxonomy-term  .second-big a .channel-title .title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title .title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;min-height:71px;color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .path-taxonomy .view-taxonomy-term  .first-big a .channel-title .time,html.dark .path-taxonomy .view-taxonomy-term  .second-big a .channel-title .time,html.dark .path-kyries-eidiseis .view-display-id-page_11 .first-big a .channel-title .time,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second-big a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .path-taxonomy .view-taxonomy-term  .second a .main-image,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second a .main-image{width:100px;min-width:100px;}html.dark .path-taxonomy .view-taxonomy-term  .second a .main-image img,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .path-taxonomy .view-taxonomy-term  .second a .channel-title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .path-taxonomy .view-taxonomy-term  .second a .channel-title .title,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .path-taxonomy .view-taxonomy-term  .second a .channel-title .time,html.dark .path-kyries-eidiseis .view-display-id-page_11 .second a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}}@media (max-width:992px){html.dark .path-taxonomy .view-taxonomy-term   a,html.dark .path-kyries-eidiseis .view-display-id-page_11 a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .team-header .team-logo-name{width:100%;justify-content:space-between;flex-direction:row;}html.dark .path-taxonomy .view-taxonomy-term   a .main-image,html.dark .path-kyries-eidiseis .view-display-id-page_11 a .main-image{width:100px;min-width:100px;}html.dark .path-taxonomy .view-taxonomy-term   a .main-image img,html.dark .path-kyries-eidiseis .view-display-id-page_11 a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .path-taxonomy .view-taxonomy-term   a .channel-title,html.dark .path-kyries-eidiseis .view-display-id-page_11 a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .path-taxonomy .view-taxonomy-term   a .channel-title .title,html.dark .path-kyries-eidiseis .view-display-id-page_11 a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .path-taxonomy .view-taxonomy-term   a .channel-title .time,html.dark .path-kyries-eidiseis .view-display-id-page_11 a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .path-taxonomy .view-taxonomy-term  > div >div:not(.ads) .article-item:last-child a,html.dark .path-taxonomy .view-taxonomy-term  > div >div:not(.ads):last-child a,html.dark .path-kyries-eidiseis .view-display-id-page_11 > div >div:not(.ads) .article-item:last-child a{border-bottom:1px solid #4B5563;}html.dark .path-taxonomy .view-taxonomy-term  > div .first-big .article-item:first-child a,html.dark .path-kyries-eidiseis .view-display-id-page_11  > div .first-big .article-item:first-child a{border-top:none;}html.dark .breadcrumb{margin-bottom:0;}}html.dark .path-eidiseis  .view-taxonomy-term  .group,html.dark .path-eidiseis  .view-taxonomy-term  .extra-articles{display:flex;flex-direction:column;}html.dark .path-eidiseis  .view-taxonomy-term  .group .article-item{padding:0;}html.dark .path-eidiseis .view-taxonomy-term  .ads{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 0px;}html.dark .path-eidiseis .view-taxonomy-term  .third a,html.dark .path-eidiseis .view-taxonomy-term  .fourth a,html.dark .path-eidiseis .view-taxonomy-term  .extra a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .path-eidiseis .view-taxonomy-term  .third a .main-image,html.dark .path-eidiseis .view-taxonomy-term  .fourth a .main-image,html.dark .path-eidiseis .view-taxonomy-term  .extra a .main-image{width:100px;min-width:100px;}html.dark .path-eidiseis .view-taxonomy-term  .third a .main-image img,html.dark .path-eidiseis .view-taxonomy-term  .fourth a .main-image img,html.dark .path-eidiseis .view-taxonomy-term  .extra a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .path-eidiseis .view-taxonomy-term  .third a .channel-title,html.dark .path-eidiseis .view-taxonomy-term  .fourth a .channel-title,html.dark .path-eidiseis .view-taxonomy-term  .extra a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .path-eidiseis .view-taxonomy-term  .third a .channel-title .title,html.dark .path-eidiseis .view-taxonomy-term  .fourth a .channel-title .title,html.dark .path-eidiseis .view-taxonomy-term  .extra a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .path-eidiseis .view-taxonomy-term  .third a .channel-title .time,html.dark .path-eidiseis .view-taxonomy-term  .fourth a .channel-title .time,html.dark .path-eidiseis .view-taxonomy-term  .extra a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}@media (min-width:1280px){html.dark .path-eidiseis .view-taxonomy-term  .desktop{display:block;}html.dark .path-eidiseis .view-taxonomy-term  .rest-of-breakpoints{display:none;}html.dark .path-eidiseis .view-taxonomy-term  .fourth .article-item:nth-last-child(-n+3) a,html.dark .path-eidiseis .view-taxonomy-term  .third .article-item:nth-last-child(-n+3) a,html.dark .path-eidiseis .view-taxonomy-term  .article-item.extra:nth-last-child(-n+3) a{border-bottom:1px solid #4B5563;}html.dark .path-eidiseis  .view-taxonomy-term  .group,html.dark .path-eidiseis  .view-taxonomy-term  .extra-articles{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px;}html.dark .path-eidiseis .view-taxonomy-term  .first-big a,html.dark .path-eidiseis .view-taxonomy-term  .second-big a{display:flex;flex-direction:column;}html.dark .path-eidiseis .view-taxonomy-term  .first-big a .main-image img,html.dark .path-eidiseis .view-taxonomy-term  .second-big a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html.dark .path-eidiseis .view-taxonomy-term  .first-big a .channel-title,html.dark .path-eidiseis .view-taxonomy-term  .second-big a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;min-height:107px;justify-content:space-between;}html.dark .path-eidiseis .view-taxonomy-term  .first-big a .channel-title .title,html.dark .path-eidiseis .view-taxonomy-term  .second-big a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .path-eidiseis .view-taxonomy-term  .first-big a .channel-title .time,html.dark .path-eidiseis .view-taxonomy-term  .second-big a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}}@media (max-width:1280px){html.dark .path-eidiseis .view-taxonomy-term  .desktop{display:none;}html.dark .path-eidiseis .view-taxonomy-term  .rest-of-breakpoints{display:block;}}@media (min-width:992px) and (max-width:1280px){html.dark .path-eidiseis .view-taxonomy-term  .fourth .article-item:nth-last-child(-n+2) a,html.dark .path-eidiseis .view-taxonomy-term  .third .article-item:nth-last-child(-n+2) a{border-bottom:1px solid #4B5563;}html.dark .path-eidiseis  .view-taxonomy-term  .group,html.dark .path-eidiseis  .view-taxonomy-term  .extra-articles{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;}html.dark .path-eidiseis .view-taxonomy-term  .second a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .path-eidiseis .view-taxonomy-term  .first-big a,html.dark .path-eidiseis .view-taxonomy-term  .second-big a{display:flex;flex-direction:column;}html.dark .path-eidiseis .view-taxonomy-term  .first-big a .main-image img,html.dark .path-eidiseis .view-taxonomy-term  .second-big a .main-image img{width:100%;height:200px;object-fit:cover;object-position:center;}html.dark .path-eidiseis .view-taxonomy-term  .first-big a .channel-title,html.dark .path-eidiseis .view-taxonomy-term  .second-big a .channel-title{display:flex;flex-direction:column;padding:10px 0px;border-bottom:1px solid #4B5563;row-gap:5px;}html.dark .path-eidiseis .view-taxonomy-term  .first-big a .channel-title .title,html.dark .path-eidiseis .view-taxonomy-term  .second-big a .channel-title .title{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;min-height:71px;color:var(--Secondary-50,#F9FAFB);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .path-eidiseis .view-taxonomy-term  .first-big a .channel-title .time,html.dark .path-eidiseis .view-taxonomy-term  .second-big a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .path-eidiseis .view-taxonomy-term  .second a .main-image{width:100px;min-width:100px;}html.dark .path-eidiseis .view-taxonomy-term  .second a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .path-eidiseis .view-taxonomy-term  .second a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .path-eidiseis .view-taxonomy-term  .second a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .path-eidiseis .view-taxonomy-term  .second a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}}@media (max-width:992px){html.dark .path-eidiseis .view-taxonomy-term   a{padding:10px 0px;display:flex;flex-direction:row;column-gap:10px;border-top:1px solid #4B5563;}html.dark .path-eidiseis .view-taxonomy-term   a .main-image{width:100px;min-width:100px;}html.dark .path-eidiseis .view-taxonomy-term   a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark .path-eidiseis .view-taxonomy-term   a .channel-title{display:flex;flex-direction:column;justify-content:space-between;}html.dark .path-eidiseis .view-taxonomy-term   a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark .path-eidiseis .view-taxonomy-term   a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark .path-eidiseis .view-taxonomy-term  > div > div > div:not(.ads) .article-item:last-child a,html.dark .path-eidiseis .view-taxonomy-term  > div > div > div:not(.ads) .article-item:last-child a{border-bottom:1px solid #4B5563;}html.dark .path-eidiseis .view-taxonomy-term  > div .first-big .article-item:first-child a{border-top:none;}html.dark .breadcrumb{margin-bottom:0;}}html.dark article.league-table h2{display:none;}html.dark .view-display-id-page_12 .view-filters form .form--inline{display:flex;flex-direction:row;justify-content:space-between;}html.dark .view-display-id-page_12 .view-filters form .form--inline::after{display:none;}html.dark .view-display-id-page_12 .view-filters form .form--inline::before,html.dark .view-display-id-page_12 .view-filters form .form--inline .form-actions{display:none;}html.dark .view-display-id-page_12 .view-filters form .form--inline .form-item{padding:0;}html.dark .view-display-id-page_12 .view-filters form .form--inline .form-item .select-wrapper select{background:var(--Secondary-900,#111827);border:none;height:55px;color:var(--Primary-500,#FDCF09);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .view-display-id-page_12 .view-filters form .form--inline .form-item .select-wrapper::after{color:var(--Primary-500,#FDCF09);text-align:center;font-family:"Font Awesome 6 Free";font-size:16px;font-style:normal;font-weight:900;line-height:normal;content:'\f078';}html.dark .view-display-id-page_12 .view-filters form .form--inline .form-item-field-championship-season-target-id{text-align:right;}html.dark article.league-table .content .league-block{background-color:transparent;padding:0;}html.dark article.league-table .content .league-block table thead{background:var(--Secondary-900,#111827);}html.dark article.league-table .content .league-block table thead tr{}html.dark article.league-table .content .league-block .league-table > thead > tr > th{padding:15px 0px;color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark article.league-table .content .league-block .league-table > thead > tr > th{text-align:center;}html.dark article.league-table .content .league-block .league-table > thead > tr > th:nth-child(2){text-align:left;}html.dark article.league-table .content .league-block .league-table > thead > tr > th:first-child{padding-left:20px;text-align:left;}html.dark article.league-table .content .league-block .league-table > thead > tr > th:last-child,html.dark article.league-table .content .league-block .league-table > tbody > tr > td:last-child{color:var(--Primary-500,#FDCF09);font-weight:700;padding-right:15px;}html.dark article.league-table .content .league-block .league-table > tbody > tr > td .field--item img{width:30px;height:30px;}html.dark article.league-table .content .league-block .league-table > tbody > tr > td:not(.team) > div{display:flex;justify-content:center;}html.dark article.league-table .content .league-block .league-table > tbody > tr > td,html.dark article.league-table .content .league-block .league-table > tbody > tr > td a{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark article.league-table .content .league-block .league-table > tbody > tr.league-group-row{}html.dark article.league-table .content .league-block .league-table > tbody > tr.league-group-row td{border-top:1px solid var(--Secondary-400,#9CA3AF);border-bottom:1px solid var(--Secondary-400,#9CA3AF);background:var(--Secondary-800,#1F2937);color:var(--Primary-500,#FDCF09);font-size:14px;font-style:normal;font-weight:700;line-height:120%;padding-left:20px;padding-top:12px;padding-bottom:12px;}html.dark .teams.row-1,html.dark .teams.row-3,html.dark .teams.row-5,html.dark .teams.row-7,html.dark .teams.row-9,html.dark .teams.row-11,html.dark .teams.row-13,html.dark .teams.row-15{background:var(--Secondary-700,#374151);}html.dark .teams.row-2,html.dark .teams.row-4,html.dark .teams.row-6,html.dark .teams.row-8,html.dark .teams.row-10,html.dark .teams.row-12,html.dark .teams.row-14,html.dark .teams.row-16{background:var(--Secondary-900,#111827);}html.dark .teams.row-1 td.position,html.dark .teams.row-2 td.position,html.dark .teams.row-3 td.position,html.dark .teams:nth-last-child(-n+3) td.position{position:relative;}html.dark .teams:nth-last-child(-n+3) td.position::before{content:'';background:#EF4444;width:3px;height:36px;display:flex;align-items:center;position:absolute;left:3px;top:4px;}html.dark .first-division .teams.row-1 td.position::before{content:'';background:#2563EB;width:3px;height:36px;display:flex;align-items:center;position:absolute;left:3px;top:4px;}html.dark .first-division .teams.row-2 td.position::before{content:'';background:#F97316;width:3px;height:36px;display:flex;align-items:center;position:absolute;left:3px;top:4px;}html.dark .first-division .teams.row-3 td.position::before{content:'';background:#F97316;width:3px;height:36px;display:flex;align-items:center;position:absolute;left:3px;top:4px;}html.dark .teams.row-1 td.position::before,html.dark .teams.row-2 td.position::before,html.dark .teams.row-3 td.position::before{content:'';background:#22C55E;width:3px;height:36px;display:flex;align-items:center;position:absolute;left:3px;top:4px;}html.dark .category-info{padding-top:30px;display:flex;flex-direction:column;row-gap:15px;}html.dark .category-info .single-info{display:flex;flex-direction:row;column-gap:10px;align-items:center;}html.dark .category-info .single-info .box{width:20px;height:20px;}html.dark .category-info .single-info .text{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark .category-info .single-info .box.champions{background:var(--Palette-blue600-blue600,#2563EB);}html.dark .category-info .single-info .box.europa{background:var(--Palette-orange500-orange500,#F97316);}html.dark .category-info .single-info .box.conference{background:var(--Palette-orange500-orange500,#F97316);}html.dark .category-info .single-info .box.relegation{background:#EF4444;}html.dark .category-info .single-info .box.promotion{background:#22C55E;}html.dark article.league-table .content .field--name-field-championship-season{display:none;}html.dark article.league-table .content .league-block .league-table > thead > tr.tablet-head{display:none;}html.dark article.league-table .content .league-block .league-table > thead > tr.desktop-head{display:table-row;}@media(max-width:992px){html.dark article.league-table .content .league-block .league-table > thead > tr.tablet-head{display:table-row;}html.dark article.league-table .content .league-block .league-table > thead > tr.desktop-head{display:none;}}html.dark .programma{position:relative;}html.dark .programma .form-group{margin-bottom:24px;}html.dark .programma .slick nav{position:absolute;display:flex;flex-direction:row;justify-content:space-between;width:100%;z-index:99999;}html.dark .programma .slick{visibility:hidden;opacity:0;transition:opacity 0.3s ease;}html.dark .programma .slick.slick--initialized{visibility:visible;opacity:1;}html.dark .programma .slick  .slide__caption{padding:0;}html.dark .programma .slick  .slide__caption .slide__description{display:flex;flex-direction:column;}html.dark .programma .slick  .slide__caption .slide__description .title-carousel{text-align:center;margin-top:-30px;padding-bottom:20px;margin-bottom:0;color:var(--Primary-500,#FDCF09);font-size:24px;font-style:italic;font-weight:900;line-height:120%;display:flex;justify-content:center;flex-direction:row;}html.dark #block-kerkida-views-block-frontpage-views-block-9-2 .block-gamw,html.dark #block-kerkida-views-block-frontpage-views-block-10-2 .block-gamw,html.dark #block-kerkida-views-block-frontpage-views-block-33 .block-gamw{position:relative !important;text-align:center !important;width:unset;top:unset;right:unset;margin-bottom:15px;}html.dark #block-kerkida-views-block-frontpage-views-block-9-2 .flex-block{flex-wrap:unset;}html.dark #block-kerkida-views-block-frontpage-views-block-9-2 .view .paragraph .team-name{display:none;}html.dark .programma .slick  .slide__caption .slide__description article h2{padding:15px 20px 15px 15px;color:#FFF;font-size:16px;font-style:italic;font-weight:700;line-height:120%;}html.dark .programma .slick  .slide__caption .slide__description article .content{display:flex;flex-direction:column;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--type-datetime{background:var(--Secondary-700,#374151);padding:12px 0px;color:var(--Primary-500,#FDCF09);font-size:14px;font-style:normal;font-weight:700;line-height:120%;padding-left:15px;padding-right:20px;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches{display:flex;flex-direction:column;padding-left:15px;padding-right:20px;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div{display:flex;flex-direction:row;align-items:center;padding:10px 0px;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div{padding:0;display:flex;flex-direction:row;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div:not(:last-child){justify-content:center;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div > div:last-child{justify-content:end;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos{display:flex;flex-direction:row;align-items:center;padding:0;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos > div{padding:0;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos a{display:flex;flex-direction:row;align-items:center;column-gap:5px;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos a .team-name{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos a img{width:30px;height:30px;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos .versus{color:#FFF;font-size:22px;font-style:normal;font-weight:500;line-height:120%;text-align:center;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .betting .betting-logo a img{width:30px;height:30px;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .highlights .play-button a img{width:20px;height:20px;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .highlights .field--name-field-time{color:#FFF;font-size:14px;font-style:normal;font-weight:400;line-height:120%;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores .score{display:flex;flex-direction:row;align-items:center;column-gap:10px;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores .no-score{display:flex;flex-direction:row;justify-content:space-between;align-items:center;column-gap:30px;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .scores > div{color:#FFF;font-size:18px;font-style:normal;font-weight:700;line-height:120%;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .links .article-link-finished a{color:var(--Primary-500,#FDCF09);text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;column-gap:5px;align-items:center;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .links .article-link-live a{color:#FF3B42;text-align:right;font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;column-gap:5px;align-items:center;}html.dark .view-display-id-page_10 .view-filters form .form--inline{display:flex;flex-direction:row;justify-content:space-between;}html.dark .view-display-id-page_10 .view-filters form .form--inline::after{display:none;}html.dark .view-display-id-page_10 .view-filters form .form--inline::before,html.dark .view-display-id-page_10 .view-filters form .form--inline .form-actions{display:none;}html.dark .view-display-id-page_10 .view-filters form .form--inline .form-item{padding:0;}html.dark .view-display-id-page_10 .view-filters form .form--inline .form-item .select-wrapper select{background:var(--Secondary-900,#111827);border:none;height:55px;color:var(--Primary-500,#FDCF09);font-size:16px;font-style:normal;font-weight:400;line-height:120%;}html.dark .view-display-id-page_10 .view-filters form .form--inline .form-item .select-wrapper::after{color:var(--Primary-500,#FDCF09);text-align:center;font-family:"Font Awesome 6 Free";font-size:16px;font-style:normal;font-weight:900;line-height:normal;content:'\f078';}html.dark .view-display-id-page_10 .view-filters form .form--inline .form-item-field-championship-season-target-id{text-align:right;}@media(max-width:992px){html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos a .team-name{display:none;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches{padding-right:10px;}}@media(max-width:768px){html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos{justify-content:start;}html.dark .programma .slick  .slide__caption .slide__description article .content .field--name-field-matchday .field--item .paragraph .field--name-field-matchday-matches > div .paragraph > div .teams-logos > div:last-child a{justify-content:end;}}html.dark #seasonal-block{background:var(--Secondary-900,#111827);position:relative;z-index:1;padding:15px 0px;margin-bottom:15px;}@media(min-width:1200px){html.dark #seasonal-block{display:flex;justify-content:center;}}@media(max-width:1200px){html.dark #seasonal-block{margin-top:15px;}}html.dark #block-kerkida-kerkidaapp,html.dark #block-kerkida-kerkidaapp-2{background:var(--Secondary-900,#111827);position:relative;z-index:1;padding:15px 0px;margin-bottom:15px;display:flex;flex-direction:row;}html.dark #block-kerkida-kerkidaapp::before,html.dark #block-kerkida-kerkidaapp-2::before,html.dark #seasonal-block::before{content:'';position:absolute;top:0;left:0;right:0;margin-left:calc(-1 * ((100vw - 100%) / 2));width:100vw;height:100%;z-index:0;background:var(--Secondary-900,#111827);}html.dark #seasonal-block section .region .block .form-group .view .view-header .header-wrapper{padding:0px 0px 20px 0px;width:100%;}html.dark #seasonal-block section .region .block .form-group .view .view-content{display:grid;grid-template-columns:1fr 1fr;column-gap:15px;}html.dark #seasonal-block section .region .block .form-group .view .view-content .article-item a{display:flex;flex-direction:row;padding:10px 0px;border-bottom:1px solid #4B5563;column-gap:10px;}html.dark #seasonal-block section .region .block .form-group .view .view-content .article-item:first-child a,html.dark #seasonal-block section .region .block .form-group .view .view-content .article-item:nth-child(2) a{border-top:1px solid #4B5563;}html.dark #seasonal-block section .region .block .form-group .view .view-content .article-item a .main-image{width:100px;min-width:100px;}html.dark #seasonal-block section .region .block .form-group .view .view-content .article-item a .channel-title{display:flex;flex-direction:column;height:80px;justify-content:space-between;}html.dark #seasonal-block section .region .block .form-group .view .view-content .article-item a .channel-title .title{color:var(--Secondary-50,#F9FAFB);font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;}html.dark #seasonal-block section .region .block .form-group .view .view-content .article-item a .channel-title .time{color:var(--Primary-500,#FDCF09);font-size:10px;font-style:normal;font-weight:400;line-height:100%;}html.dark #seasonal-block section .region .block .form-group .view .view-content .article-item a .main-image img{width:100%;height:80px;object-fit:cover;object-position:center;}html.dark #block-kerkida-kerkidaapp > div,html.dark #block-kerkida-kerkidaapp-2 > div{position:relative;z-index:1;}html.dark #block-kerkida-kerkidaapp .title-links,html.dark #block-kerkida-kerkidaapp-2 .title-links{display:flex;flex-direction:column;row-gap:40px;}html.dark #block-kerkida-kerkidaapp .title-links .title,html.dark #block-kerkida-kerkidaapp-2 .title-links .title{color:var(--Primary-500,#FDCF09);font-size:34px;font-style:italic;font-weight:900;line-height:120%;}html.dark #block-kerkida-kerkidaapp .title-links .links,html.dark #block-kerkida-kerkidaapp-2 .title-links .links{display:flex;flex-direction:row;column-gap:15px;}html.dark #seasonal-block .seasonal-leaderboard{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:15px;}@media(min-width:1280px){html.dark #seasonal-block .seasonal-leaderboard{display:none;}html.dark #seasonal-block .seasonal-mpu{display:block;}}@media(max-width:1280px){html.dark #seasonal-block .seasonal-leaderboard{display:flex;}html.dark #seasonal-block .seasonal-mpu{display:none;}}@media(max-width:768px){html.dark #block-kerkida-kerkidaapp{display:flex;flex-direction:column-reverse;align-items:center;row-gap:20px;}html.dark #block-kerkida-kerkidaapp .title-links .title,html.dark #block-kerkida-kerkidaapp-2 .title-links .title{font-size:20px !important;text-align:center;}html.dark #block-kerkida-kerkidaapp .title-links,html.dark #block-kerkida-kerkidaapp-2 .title-links{align-items:center;row-gap:20px;}html.dark #seasonal-block section .region .block .form-group .view .view-content{display:flex;flex-direction:column;}}@media(max-width:1280px){html.dark #block-kerkida-kerkidaapp .title-links .title,html.dark #block-kerkida-kerkidaapp-2 .title-links .title{font-size:30px;}}html.dark #block-kerkida-gamwadvertisement-35 > div,html.dark #block-kerkida-gamwadvertisement-36 > div{display:none;}html.dark #block-kerkida-gamwadvertisement-35 > div.catfish-enabled,html.dark #block-kerkida-gamwadvertisement-36 > div.catfish-enabled{position:fixed;right:0;bottom:0;z-index:999999;display:block;}html.dark #block-kerkida-gamwadvertisement-33 > div{display:none;}html.dark #block-kerkida-gamwadvertisement-33 > div.takeover-enabled{position:fixed;top:50%;left:50%;width:800px;height:600px;margin-left:-400px;margin-top:-300px;z-index:999999;display:block;}html.dark #block-kerkida-gamwadvertisement-34 > div{display:none;}html.dark #block-kerkida-gamwadvertisement-34 > div.takeover-enabled{position:fixed;top:50%;left:50%;width:300px;height:200px;margin-left:-150px;margin-top:-100px;z-index:9999999999999999999999999999 !important;display:block;}html.dark .page-403 .flex-block,html.dark .page-404 .flex-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;min-height:600px;}html.dark .page-403 .page-error,html.dark .page-404 .page-error{display:flex;flex-direction:column;row-gap:16px;}html.dark .page-403 .page-error h1,html.dark .page-404 .page-error h1{color:var(--Primary-500,#FDCF09);font-size:72px;font-style:italic;font-weight:900;line-height:120%;margin-top:0px;margin-bottom:0px;text-align:center;}html.dark .page-403 .page-error p,html.dark .page-404 .page-error p{color:#FFF;font-size:24px;font-style:italic;font-weight:900;line-height:120%;margin-bottom:34px;}html.dark .page-403 .page-error a,html.dark .page-404 .page-error a{color:var(--Primary-500,#FDCF09);font-size:14px;font-style:normal;font-weight:700;line-height:120%;display:flex;flex-direction:row;align-items:center;justify-content:center;column-gap:5px;}@media(max-width:768px){html.dark .page-403 .page-error h1,html.dark .page-404 .page-error h1{font-size:53px;}html.dark .page-403 .page-error p,html.dark .page-404 .page-error p{font-size:18px;}}html.dark #block-mainnavigation .menu--main > div li .dropdown-menu > li.active > a.active-trail{background-color:unset;}html.dark .main-wrapper{height:100%;}html.dark #drawers.frontpage{position:fixed;left:2px;z-index:998;top:1000px;display:flex;flex-direction:column;row-gap:15px;}html.dark #drawers{position:fixed;left:2px;z-index:998;top:500px;display:flex;flex-direction:column;row-gap:15px;pointer-events:none;}html.dark #block-kerkida-sidedrawer-metagrafes,html.dark #block-kerkida-sidedrawer-vathmologia,html.dark #block-kerkida-sidedrawer-programma{transform:rotate(270deg);min-height:130px;pointer-events:none;}html.dark #block-kerkida-sidedrawer-programma #programma-drawer,html.dark #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer,html.dark #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer{background:var(--Secondary-900,#111827);border:none;display:flex;gap:5px;padding:6px 5px 10px 10px;align-items:center;border-radius:0 0 10px 10px;pointer-events:all;}html.dark #block-kerkida-sidedrawer-programma #programma-drawer p,html.dark #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer p,html.dark #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer p{color:var(--Primary-500,#FDCF09);font-size:14px;font-style:italic;font-weight:900;line-height:120%;margin:0 0 5px;}html.dark #block-kerkida-sidedrawer-programma #programma-drawer img,html.dark #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer img,html.dark #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer img{transform:rotate(90deg);width:24px;height:24px;}html.dark #block-kerkida-views-block-frontpage-views-block-9-2,html.dark #block-kerkida-views-block-frontpage-views-block-10-2,html.dark #block-kerkida-views-block-frontpage-views-block-33{background:var(--Secondary-900,#111827);display:none;position:fixed;z-index:9999;border-radius:0 10px 10px 0;box-shadow:0px 5px 20px #000000;;left:-1000px;top:17%;width:680px;filter:drop-shadow(15px 15px 15px rgba(0,0,0,0.75));-webkit-animation-name:example3;-o-animation-name:example3;animation-name:example3;-webkit-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:0.5s;-o-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:translate(0%);-o-transform:translate(0%);transform:translate(0%);}@-webkit-keyframes example3{from{left:-1000px;}to{left:0;}}@-o-keyframes example3{from{left:-1000px;}to{left:0;}}@keyframes example3{from{left:-1000px;}to{left:0;}}html.dark #block-kerkida-views-block-frontpage-views-block-9-2 .close,html.dark #block-kerkida-views-block-frontpage-views-block-10-2 .close,html.dark #block-kerkida-views-block-frontpage-views-block-33 .close{display:flex;flex-direction:row;justify-content:end;padding:10px 10px 0px 0px;}html.dark #block-kerkida-views-block-frontpage-views-block-9-2 .close i,html.dark #block-kerkida-views-block-frontpage-views-block-10-2 .close i,html.dark #block-kerkida-views-block-frontpage-views-block-33 .close i{color:var(--Secondary-50,#F9FAFB);text-align:center;font-size:25px;font-style:normal;font-weight:900;line-height:normal;}html.dark #block-kerkida-views-block-frontpage-views-block-9-2 .view,html.dark #block-kerkida-views-block-frontpage-views-block-10-2 .view,html.dark #block-kerkida-views-block-frontpage-views-block-33 .view{background:transparent;}html.dark #block-kerkida-views-block-frontpage-views-block-9-2 .view .view-content,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2 .view .view-content{max-height:500px;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}html.dark #block-kerkida-views-block-frontpage-views-block-9-2 .view .view-content::-webkit-scrollbar,html:not(.dark) #block-kerkida-views-block-frontpage-views-block-9-2 .view .view-content::-webkit-scrollbar{display:none;}html .programma{margin-bottom:40px;}@media(min-width:768px) and (max-width:992px){html.dark #block-kerkida-views-block-frontpage-views-block-9-2,html.dark #block-kerkida-views-block-frontpage-views-block-10-2,html.dark #block-kerkida-views-block-frontpage-views-block-33{width:400px;}html.dark #block-kerkida-views-block-frontpage-views-block-10-2 .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a .team-name{display:inline-block;max-width:8ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;}}@media(max-width:768px){html.dark #block-kerkida-views-block-frontpage-views-block-9-2,html.dark #block-kerkida-views-block-frontpage-views-block-10-2,html.dark #block-kerkida-views-block-frontpage-views-block-33{width:340px;top:8%;}html.dark #block-kerkida-views-block-frontpage-views-block-9-2 .form-group .view-content,html.dark #block-kerkida-views-block-frontpage-views-block-10-2 .form-group .view-content,html.dark #block-kerkida-views-block-frontpage-views-block-33 .form-group .view-content{max-height:350px;overflow:scroll;}html.dark #block-kerkida-views-block-frontpage-views-block-10-2 .vathmologia-a .view-content .team-scores .team-scores-wrapper > ol li .paragraph a .team-name{display:inline-block;max-width:8ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;}html.dark #block-kerkida-sidedrawer-programma #programma-drawer,html.dark #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer,html.dark #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer{background:var(--Secondary-900,#111827);border:none;display:flex;gap:5px;padding:10px 8px 5px 7px;align-items:center;border-radius:0 0 10px 10px;pointer-events:all;}html.dark #block-kerkida-sidedrawer-programma #programma-drawer p,html.dark #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer p,html.dark #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer p{color:var(--Primary-500,#FDCF09);font-size:13px;font-style:italic;font-weight:900;line-height:120%;margin:0;}html.dark #block-kerkida-sidedrawer-programma #programma-drawer img,html.dark #block-kerkida-sidedrawer-vathmologia #vathmologia-drawer img,html.dark #block-kerkida-sidedrawer-metagrafes #metagrafes-drawer img{transform:rotate(90deg);width:20px;height:20px;}}body.term-must-read .block-gamw{display:none;}html .image-article .poool-content .field--name-field-teaser-text{color:#FFF;font-size:18px;font-style:normal;font-weight:700;line-height:160%;width:83.33333333%;padding-right:10px;padding-left:10px;padding-bottom:15px;padding-top:15px;}html.dark #search-modal{opacity:0.9;background:var(--Secondary-900,#111827);z-index:999 !important;}html.dark #navbar .container .menu-bar-right .btn-search{z-index:999999;}html.dark #navbar .container .menu-bar-right .btn-search i{color:#FDCF09;text-align:center;font-size:16px;font-style:normal;font-weight:900;line-height:normal;}html.dark .view-display-id-block_8{min-width:300px;}html.dark #block-kerkida-gamwadvertisement-38{text-align:center;}@media(max-width:768px){html.dark .search-pipe{display:none;}html.dark .btn-search{padding-right:20px;}}html.dark .page-search-container{padding-bottom:15px;}html.dark .page-search-container label{border:none !important;outline:none !important;}html.dark .page-search-container .page-search-box,html.dark .page-search-container .page-search-box:focus,html.dark .page-search-container .page-search-box:active,html.dark .page-search-container .page-search-box:focus-visible{border:1px solid #FDCF09;background-color:transparent;color:#FDCF09;outline:none !important;}html.dark .page-search-container .page-search-box::placeholder{color:#FDCF09;}html.dark #___gcse_0 > div,html.dark #___gcse_0 > div > div,html.dark #___gcse_0 > div > div > div,html.dark #___gcse_0 > div > div > div > div,html.dark #___gcse_0 > div > div > div > div > div,html.dark #___gcse_0 > div > div > div > div > div > div,html.dark #___gcse_0 > div > div > div > div > div > div  > div,html.dark #___gcse_0 > div > div > div > div > div > div  > div > div,html.dark #___gcse_0 > div > div > div > div > div > div  > div > div > div{background:transparent !important;background-color:transparent !important;border:none !important;}html.dark #___gcse_0 > div > div > div > div > div > div  > div > div > div a,html.dark .gs-webResult.gs-result a.gs-title:visited,html.dark .gs-webResult.gs-result a.gs-title:visited b,html.dark .gs-imageResult a.gs-title:visited,html.dark .gs-imageResult a.gs-title:visited b,html.dark .gs-webResult.gs-result a.gs-title:link,html.dark .gs-webResult.gs-result a.gs-title:link b,html.dark .gs-imageResult a.gs-title:link,html.dark .gs-imageResult a.gs-title:link b,html.dark .gs-result .gs-title *,html.dark .gsc-cursor-page,html.dark .gs-spelling a{color:#FDCF09 !important;}html.dark #___gcse_0 > div > div > div > div > div > div  > div > div > div .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,html.dark .gs-fileFormatType,html.dark .gsc-result-info,html.dark .gsc-orderby-label,html.dark .gsc-option-menu-item{color:#fff !important;}html.dark .gsc-results .gsc-cursor-box .gsc-cursor-page{padding:9px !important;background-color:var(--Secondary-900,#111827) !important;border:none !important;}html.dark .gsc-cursor-box.gs-bidi-start-align{display:flex;justify-content:center;padding-top:10px !important;}html.dark .gsc-cursor-box.gs-bidi-start-align .gsc-cursor,html.dark .gcsc-find-more-on-google-root .gcsc-more-maybe-branding-box a .gcsc-find-more-on-google svg,html.dark .gcsc-find-more-on-google-root .gcsc-more-maybe-branding-box a .gcsc-find-more-on-google span,html.dark .gsc-cursor-box.gs-bidi-start-align .gsc-cursor .gsc-cursor-container-previous svg,html.dark .gsc-cursor-box.gs-bidi-start-align .gsc-cursor .gsc-cursor-container-next svg{color:#FDCF09 !important;fill:#FDCF09 !important;}html.dark .gsc-selected-option-container,html.dark .gsc-control-cse .gsc-option-menu{background-color:var(--Secondary-900,#111827) !important;background:var(--Secondary-900,#111827) !important;color:#FDCF09 !important;}html.dark .gsc-option-menu-item-highlighted{background-color:transparent !important;background:transparent !important;color:#FDCF09 !important;}html.dark nav.pager-nav ul li a,html.dark nav.pager-nav ul li span.page-link{background-color:var(--Secondary-900,#111827) !important;background:var(--Secondary-900,#111827) !important;color:#FDCF09 !important;border:0.5px solid #FDCF09 !important;}html.dark nav.pager-nav ul li.active a{background-color:#FDCF09 !important;background:#FDCF09 !important;color:var(--Secondary-900,#111827) !important;border:0.5px solid #FDCF09;}@media(min-width:566px) and (max-width:992px){html.dark nav.pager-nav ul li a,html.dark nav.pager-nav ul li span.page-link{width:34px;height:40px;display:flex;justify-content:center;}}@media(max-width:566px){html.dark nav.pager-nav ul li a,html.dark nav.pager-nav ul li span.page-link{width:26px !important;height:40px;display:flex;justify-content:center;}}html.dark article.poll .riddle-target-initialised{width:100% !important;}html.dark .channel-title .channel{margin-right:7px;color:#fdcf09;font-weight:700;}.search-mobile{display:none;}.search-mobile .btn-search{width:100%;padding:15px 15px 15px 15px;text-transform:uppercase;display:flex;justify-content:space-between;color:var(--Primary-500,#FDCF09);font-size:18px;font-style:normal;font-weight:500;line-height:140%;border-top:1px solid #4B5563;border-bottom:1px solid #4B5563;}.search-mobile .btn-search p{margin:0;}@media(max-width:768px){.menu-bar-right .btn-search{display:none;}.search-mobile{display:block;}.menu-bar-right{padding-right:20px;}}.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.fa-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-.0667em;}.fa-xs{font-size:.75em;}.fa-sm{font-size:.875em;}.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-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0;}.fa-ul > li{position:relative;}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit;}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em;}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1);}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1);}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none;}.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%;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-500px:before{content:"\f26e";}.fa-abacus:before{content:"\f640";}.fa-accessible-icon:before{content:"\f368";}.fa-accusoft:before{content:"\f369";}.fa-acorn:before{content:"\f6ae";}.fa-acquisitions-incorporated:before{content:"\f6af";}.fa-ad:before{content:"\f641";}.fa-address-book:before{content:"\f2b9";}.fa-address-card:before{content:"\f2bb";}.fa-adjust:before{content:"\f042";}.fa-adn:before{content:"\f170";}.fa-adobe:before{content:"\f778";}.fa-adversal:before{content:"\f36a";}.fa-affiliatetheme:before{content:"\f36b";}.fa-air-freshener:before{content:"\f5d0";}.fa-alarm-clock:before{content:"\f34e";}.fa-algolia:before{content:"\f36c";}.fa-alicorn:before{content:"\f6b0";}.fa-align-center:before{content:"\f037";}.fa-align-justify:before{content:"\f039";}.fa-align-left:before{content:"\f036";}.fa-align-right:before{content:"\f038";}.fa-alipay:before{content:"\f642";}.fa-allergies:before{content:"\f461";}.fa-amazon:before{content:"\f270";}.fa-amazon-pay:before{content:"\f42c";}.fa-ambulance:before{content:"\f0f9";}.fa-american-sign-language-interpreting:before{content:"\f2a3";}.fa-amilia:before{content:"\f36d";}.fa-analytics:before{content:"\f643";}.fa-anchor:before{content:"\f13d";}.fa-android:before{content:"\f17b";}.fa-angel:before{content:"\f779";}.fa-angellist:before{content:"\f209";}.fa-angle-double-down:before{content:"\f103";}.fa-angle-double-left:before{content:"\f100";}.fa-angle-double-right:before{content:"\f101";}.fa-angle-double-up:before{content:"\f102";}.fa-angle-down:before{content:"\f107";}.fa-angle-left:before{content:"\f104";}.fa-angle-right:before{content:"\f105";}.fa-angle-up:before{content:"\f106";}.fa-angry:before{content:"\f556";}.fa-angrycreative:before{content:"\f36e";}.fa-angular:before{content:"\f420";}.fa-ankh:before{content:"\f644";}.fa-app-store:before{content:"\f36f";}.fa-app-store-ios:before{content:"\f370";}.fa-apper:before{content:"\f371";}.fa-apple:before{content:"\f179";}.fa-apple-alt:before{content:"\f5d1";}.fa-apple-crate:before{content:"\f6b1";}.fa-apple-pay:before{content:"\f415";}.fa-archive:before{content:"\f187";}.fa-archway:before{content:"\f557";}.fa-arrow-alt-circle-down:before{content:"\f358";}.fa-arrow-alt-circle-left:before{content:"\f359";}.fa-arrow-alt-circle-right:before{content:"\f35a";}.fa-arrow-alt-circle-up:before{content:"\f35b";}.fa-arrow-alt-down:before{content:"\f354";}.fa-arrow-alt-from-bottom:before{content:"\f346";}.fa-arrow-alt-from-left:before{content:"\f347";}.fa-arrow-alt-from-right:before{content:"\f348";}.fa-arrow-alt-from-top:before{content:"\f349";}.fa-arrow-alt-left:before{content:"\f355";}.fa-arrow-alt-right:before{content:"\f356";}.fa-arrow-alt-square-down:before{content:"\f350";}.fa-arrow-alt-square-left:before{content:"\f351";}.fa-arrow-alt-square-right:before{content:"\f352";}.fa-arrow-alt-square-up:before{content:"\f353";}.fa-arrow-alt-to-bottom:before{content:"\f34a";}.fa-arrow-alt-to-left:before{content:"\f34b";}.fa-arrow-alt-to-right:before{content:"\f34c";}.fa-arrow-alt-to-top:before{content:"\f34d";}.fa-arrow-alt-up:before{content:"\f357";}.fa-arrow-circle-down:before{content:"\f0ab";}.fa-arrow-circle-left:before{content:"\f0a8";}.fa-arrow-circle-right:before{content:"\f0a9";}.fa-arrow-circle-up:before{content:"\f0aa";}.fa-arrow-down:before{content:"\f063";}.fa-arrow-from-bottom:before{content:"\f342";}.fa-arrow-from-left:before{content:"\f343";}.fa-arrow-from-right:before{content:"\f344";}.fa-arrow-from-top:before{content:"\f345";}.fa-arrow-left:before{content:"\f060";}.fa-arrow-right:before{content:"\f061";}.fa-arrow-square-down:before{content:"\f339";}.fa-arrow-square-left:before{content:"\f33a";}.fa-arrow-square-right:before{content:"\f33b";}.fa-arrow-square-up:before{content:"\f33c";}.fa-arrow-to-bottom:before{content:"\f33d";}.fa-arrow-to-left:before{content:"\f33e";}.fa-arrow-to-right:before{content:"\f340";}.fa-arrow-to-top:before{content:"\f341";}.fa-arrow-up:before{content:"\f062";}.fa-arrows:before{content:"\f047";}.fa-arrows-alt:before{content:"\f0b2";}.fa-arrows-alt-h:before{content:"\f337";}.fa-arrows-alt-v:before{content:"\f338";}.fa-arrows-h:before{content:"\f07e";}.fa-arrows-v:before{content:"\f07d";}.fa-artstation:before{content:"\f77a";}.fa-assistive-listening-systems:before{content:"\f2a2";}.fa-asterisk:before{content:"\f069";}.fa-asymmetrik:before{content:"\f372";}.fa-at:before{content:"\f1fa";}.fa-atlas:before{content:"\f558";}.fa-atlassian:before{content:"\f77b";}.fa-atom:before{content:"\f5d2";}.fa-atom-alt:before{content:"\f5d3";}.fa-audible:before{content:"\f373";}.fa-audio-description:before{content:"\f29e";}.fa-autoprefixer:before{content:"\f41c";}.fa-avianex:before{content:"\f374";}.fa-aviato:before{content:"\f421";}.fa-award:before{content:"\f559";}.fa-aws:before{content:"\f375";}.fa-axe:before{content:"\f6b2";}.fa-axe-battle:before{content:"\f6b3";}.fa-baby:before{content:"\f77c";}.fa-baby-carriage:before{content:"\f77d";}.fa-backpack:before{content:"\f5d4";}.fa-backspace:before{content:"\f55a";}.fa-backward:before{content:"\f04a";}.fa-badge:before{content:"\f335";}.fa-badge-check:before{content:"\f336";}.fa-badge-dollar:before{content:"\f645";}.fa-badge-percent:before{content:"\f646";}.fa-badger-honey:before{content:"\f6b4";}.fa-balance-scale:before{content:"\f24e";}.fa-balance-scale-left:before{content:"\f515";}.fa-balance-scale-right:before{content:"\f516";}.fa-ball-pile:before{content:"\f77e";}.fa-ballot:before{content:"\f732";}.fa-ballot-check:before{content:"\f733";}.fa-ban:before{content:"\f05e";}.fa-band-aid:before{content:"\f462";}.fa-bandcamp:before{content:"\f2d5";}.fa-barcode:before{content:"\f02a";}.fa-barcode-alt:before{content:"\f463";}.fa-barcode-read:before{content:"\f464";}.fa-barcode-scan:before{content:"\f465";}.fa-bars:before{content:"\f0c9";}.fa-baseball:before{content:"\f432";}.fa-baseball-ball:before{content:"\f433";}.fa-basketball-ball:before{content:"\f434";}.fa-basketball-hoop:before{content:"\f435";}.fa-bat:before{content:"\f6b5";}.fa-bath:before{content:"\f2cd";}.fa-battery-bolt:before{content:"\f376";}.fa-battery-empty:before{content:"\f244";}.fa-battery-full:before{content:"\f240";}.fa-battery-half:before{content:"\f242";}.fa-battery-quarter:before{content:"\f243";}.fa-battery-slash:before{content:"\f377";}.fa-battery-three-quarters:before{content:"\f241";}.fa-bed:before{content:"\f236";}.fa-beer:before{content:"\f0fc";}.fa-behance:before{content:"\f1b4";}.fa-behance-square:before{content:"\f1b5";}.fa-bell:before{content:"\f0f3";}.fa-bell-school:before{content:"\f5d5";}.fa-bell-school-slash:before{content:"\f5d6";}.fa-bell-slash:before{content:"\f1f6";}.fa-bells:before{content:"\f77f";}.fa-bezier-curve:before{content:"\f55b";}.fa-bible:before{content:"\f647";}.fa-bicycle:before{content:"\f206";}.fa-bimobject:before{content:"\f378";}.fa-binoculars:before{content:"\f1e5";}.fa-biohazard:before{content:"\f780";}.fa-birthday-cake:before{content:"\f1fd";}.fa-bitbucket:before{content:"\f171";}.fa-bitcoin:before{content:"\f379";}.fa-bity:before{content:"\f37a";}.fa-black-tie:before{content:"\f27e";}.fa-blackberry:before{content:"\f37b";}.fa-blanket:before{content:"\f498";}.fa-blender:before{content:"\f517";}.fa-blender-phone:before{content:"\f6b6";}.fa-blind:before{content:"\f29d";}.fa-blog:before{content:"\f781";}.fa-blogger:before{content:"\f37c";}.fa-blogger-b:before{content:"\f37d";}.fa-bluetooth:before{content:"\f293";}.fa-bluetooth-b:before{content:"\f294";}.fa-bold:before{content:"\f032";}.fa-bolt:before{content:"\f0e7";}.fa-bomb:before{content:"\f1e2";}.fa-bone:before{content:"\f5d7";}.fa-bone-break:before{content:"\f5d8";}.fa-bong:before{content:"\f55c";}.fa-book:before{content:"\f02d";}.fa-book-alt:before{content:"\f5d9";}.fa-book-dead:before{content:"\f6b7";}.fa-book-heart:before{content:"\f499";}.fa-book-open:before{content:"\f518";}.fa-book-reader:before{content:"\f5da";}.fa-book-spells:before{content:"\f6b8";}.fa-bookmark:before{content:"\f02e";}.fa-books:before{content:"\f5db";}.fa-boot:before{content:"\f782";}.fa-booth-curtain:before{content:"\f734";}.fa-bow-arrow:before{content:"\f6b9";}.fa-bowling-ball:before{content:"\f436";}.fa-bowling-pins:before{content:"\f437";}.fa-box:before{content:"\f466";}.fa-box-alt:before{content:"\f49a";}.fa-box-ballot:before{content:"\f735";}.fa-box-check:before{content:"\f467";}.fa-box-fragile:before{content:"\f49b";}.fa-box-full:before{content:"\f49c";}.fa-box-heart:before{content:"\f49d";}.fa-box-open:before{content:"\f49e";}.fa-box-up:before{content:"\f49f";}.fa-box-usd:before{content:"\f4a0";}.fa-boxes:before{content:"\f468";}.fa-boxes-alt:before{content:"\f4a1";}.fa-boxing-glove:before{content:"\f438";}.fa-braille:before{content:"\f2a1";}.fa-brain:before{content:"\f5dc";}.fa-briefcase:before{content:"\f0b1";}.fa-briefcase-medical:before{content:"\f469";}.fa-broadcast-tower:before{content:"\f519";}.fa-broom:before{content:"\f51a";}.fa-browser:before{content:"\f37e";}.fa-brush:before{content:"\f55d";}.fa-btc:before{content:"\f15a";}.fa-bug:before{content:"\f188";}.fa-building:before{content:"\f1ad";}.fa-bullhorn:before{content:"\f0a1";}.fa-bullseye:before{content:"\f140";}.fa-bullseye-arrow:before{content:"\f648";}.fa-bullseye-pointer:before{content:"\f649";}.fa-burn:before{content:"\f46a";}.fa-buromobelexperte:before{content:"\f37f";}.fa-bus:before{content:"\f207";}.fa-bus-alt:before{content:"\f55e";}.fa-bus-school:before{content:"\f5dd";}.fa-business-time:before{content:"\f64a";}.fa-buysellads:before{content:"\f20d";}.fa-cabinet-filing:before{content:"\f64b";}.fa-calculator:before{content:"\f1ec";}.fa-calculator-alt:before{content:"\f64c";}.fa-calendar:before{content:"\f133";}.fa-calendar-alt:before{content:"\f073";}.fa-calendar-check:before{content:"\f274";}.fa-calendar-day:before{content:"\f783";}.fa-calendar-edit:before{content:"\f333";}.fa-calendar-exclamation:before{content:"\f334";}.fa-calendar-minus:before{content:"\f272";}.fa-calendar-plus:before{content:"\f271";}.fa-calendar-star:before{content:"\f736";}.fa-calendar-times:before{content:"\f273";}.fa-calendar-week:before{content:"\f784";}.fa-camera:before{content:"\f030";}.fa-camera-alt:before{content:"\f332";}.fa-camera-retro:before{content:"\f083";}.fa-campfire:before{content:"\f6ba";}.fa-campground:before{content:"\f6bb";}.fa-canadian-maple-leaf:before{content:"\f785";}.fa-candle-holder:before{content:"\f6bc";}.fa-candy-cane:before{content:"\f786";}.fa-candy-corn:before{content:"\f6bd";}.fa-cannabis:before{content:"\f55f";}.fa-capsules:before{content:"\f46b";}.fa-car:before{content:"\f1b9";}.fa-car-alt:before{content:"\f5de";}.fa-car-battery:before{content:"\f5df";}.fa-car-bump:before{content:"\f5e0";}.fa-car-crash:before{content:"\f5e1";}.fa-car-garage:before{content:"\f5e2";}.fa-car-mechanic:before{content:"\f5e3";}.fa-car-side:before{content:"\f5e4";}.fa-car-tilt:before{content:"\f5e5";}.fa-car-wash:before{content:"\f5e6";}.fa-caret-circle-down:before{content:"\f32d";}.fa-caret-circle-left:before{content:"\f32e";}.fa-caret-circle-right:before{content:"\f330";}.fa-caret-circle-up:before{content:"\f331";}.fa-caret-down:before{content:"\f0d7";}.fa-caret-left:before{content:"\f0d9";}.fa-caret-right:before{content:"\f0da";}.fa-caret-square-down:before{content:"\f150";}.fa-caret-square-left:before{content:"\f191";}.fa-caret-square-right:before{content:"\f152";}.fa-caret-square-up:before{content:"\f151";}.fa-caret-up:before{content:"\f0d8";}.fa-carrot:before{content:"\f787";}.fa-cart-arrow-down:before{content:"\f218";}.fa-cart-plus:before{content:"\f217";}.fa-cash-register:before{content:"\f788";}.fa-cat:before{content:"\f6be";}.fa-cauldron:before{content:"\f6bf";}.fa-cc-amazon-pay:before{content:"\f42d";}.fa-cc-amex:before{content:"\f1f3";}.fa-cc-apple-pay:before{content:"\f416";}.fa-cc-diners-club:before{content:"\f24c";}.fa-cc-discover:before{content:"\f1f2";}.fa-cc-jcb:before{content:"\f24b";}.fa-cc-mastercard:before{content:"\f1f1";}.fa-cc-paypal:before{content:"\f1f4";}.fa-cc-stripe:before{content:"\f1f5";}.fa-cc-visa:before{content:"\f1f0";}.fa-centercode:before{content:"\f380";}.fa-centos:before{content:"\f789";}.fa-certificate:before{content:"\f0a3";}.fa-chair:before{content:"\f6c0";}.fa-chair-office:before{content:"\f6c1";}.fa-chalkboard:before{content:"\f51b";}.fa-chalkboard-teacher:before{content:"\f51c";}.fa-charging-station:before{content:"\f5e7";}.fa-chart-area:before{content:"\f1fe";}.fa-chart-bar:before{content:"\f080";}.fa-chart-line:before{content:"\f201";}.fa-chart-line-down:before{content:"\f64d";}.fa-chart-network:before{content:"\f78a";}.fa-chart-pie:before{content:"\f200";}.fa-chart-pie-alt:before{content:"\f64e";}.fa-check:before{content:"\f00c";}.fa-check-circle:before{content:"\f058";}.fa-check-double:before{content:"\f560";}.fa-check-square:before{content:"\f14a";}.fa-chess:before{content:"\f439";}.fa-chess-bishop:before{content:"\f43a";}.fa-chess-bishop-alt:before{content:"\f43b";}.fa-chess-board:before{content:"\f43c";}.fa-chess-clock:before{content:"\f43d";}.fa-chess-clock-alt:before{content:"\f43e";}.fa-chess-king:before{content:"\f43f";}.fa-chess-king-alt:before{content:"\f440";}.fa-chess-knight:before{content:"\f441";}.fa-chess-knight-alt:before{content:"\f442";}.fa-chess-pawn:before{content:"\f443";}.fa-chess-pawn-alt:before{content:"\f444";}.fa-chess-queen:before{content:"\f445";}.fa-chess-queen-alt:before{content:"\f446";}.fa-chess-rook:before{content:"\f447";}.fa-chess-rook-alt:before{content:"\f448";}.fa-chevron-circle-down:before{content:"\f13a";}.fa-chevron-circle-left:before{content:"\f137";}.fa-chevron-circle-right:before{content:"\f138";}.fa-chevron-circle-up:before{content:"\f139";}.fa-chevron-double-down:before{content:"\f322";}.fa-chevron-double-left:before{content:"\f323";}.fa-chevron-double-right:before{content:"\f324";}.fa-chevron-double-up:before{content:"\f325";}.fa-chevron-down:before{content:"\f078";}.fa-chevron-left:before{content:"\f053";}.fa-chevron-right:before{content:"\f054";}.fa-chevron-square-down:before{content:"\f329";}.fa-chevron-square-left:before{content:"\f32a";}.fa-chevron-square-right:before{content:"\f32b";}.fa-chevron-square-up:before{content:"\f32c";}.fa-chevron-up:before{content:"\f077";}.fa-child:before{content:"\f1ae";}.fa-chimney:before{content:"\f78b";}.fa-chrome:before{content:"\f268";}.fa-church:before{content:"\f51d";}.fa-circle:before{content:"\f111";}.fa-circle-notch:before{content:"\f1ce";}.fa-city:before{content:"\f64f";}.fa-claw-marks:before{content:"\f6c2";}.fa-clipboard:before{content:"\f328";}.fa-clipboard-check:before{content:"\f46c";}.fa-clipboard-list:before{content:"\f46d";}.fa-clipboard-list-check:before{content:"\f737";}.fa-clipboard-prescription:before{content:"\f5e8";}.fa-clock:before{content:"\f017";}.fa-clone:before{content:"\f24d";}.fa-closed-captioning:before{content:"\f20a";}.fa-cloud:before{content:"\f0c2";}.fa-cloud-download:before{content:"\f0ed";}.fa-cloud-download-alt:before{content:"\f381";}.fa-cloud-drizzle:before{content:"\f738";}.fa-cloud-hail:before{content:"\f739";}.fa-cloud-hail-mixed:before{content:"\f73a";}.fa-cloud-meatball:before{content:"\f73b";}.fa-cloud-moon:before{content:"\f6c3";}.fa-cloud-moon-rain:before{content:"\f73c";}.fa-cloud-rain:before{content:"\f73d";}.fa-cloud-rainbow:before{content:"\f73e";}.fa-cloud-showers:before{content:"\f73f";}.fa-cloud-showers-heavy:before{content:"\f740";}.fa-cloud-sleet:before{content:"\f741";}.fa-cloud-snow:before{content:"\f742";}.fa-cloud-sun:before{content:"\f6c4";}.fa-cloud-sun-rain:before{content:"\f743";}.fa-cloud-upload:before{content:"\f0ee";}.fa-cloud-upload-alt:before{content:"\f382";}.fa-clouds:before{content:"\f744";}.fa-clouds-moon:before{content:"\f745";}.fa-clouds-sun:before{content:"\f746";}.fa-cloudscale:before{content:"\f383";}.fa-cloudsmith:before{content:"\f384";}.fa-cloudversify:before{content:"\f385";}.fa-club:before{content:"\f327";}.fa-cocktail:before{content:"\f561";}.fa-code:before{content:"\f121";}.fa-code-branch:before{content:"\f126";}.fa-code-commit:before{content:"\f386";}.fa-code-merge:before{content:"\f387";}.fa-codepen:before{content:"\f1cb";}.fa-codiepie:before{content:"\f284";}.fa-coffee:before{content:"\f0f4";}.fa-coffee-togo:before{content:"\f6c5";}.fa-coffin:before{content:"\f6c6";}.fa-cog:before{content:"\f013";}.fa-cogs:before{content:"\f085";}.fa-coins:before{content:"\f51e";}.fa-columns:before{content:"\f0db";}.fa-comment:before{content:"\f075";}.fa-comment-alt:before{content:"\f27a";}.fa-comment-alt-check:before{content:"\f4a2";}.fa-comment-alt-dollar:before{content:"\f650";}.fa-comment-alt-dots:before{content:"\f4a3";}.fa-comment-alt-edit:before{content:"\f4a4";}.fa-comment-alt-exclamation:before{content:"\f4a5";}.fa-comment-alt-lines:before{content:"\f4a6";}.fa-comment-alt-minus:before{content:"\f4a7";}.fa-comment-alt-plus:before{content:"\f4a8";}.fa-comment-alt-slash:before{content:"\f4a9";}.fa-comment-alt-smile:before{content:"\f4aa";}.fa-comment-alt-times:before{content:"\f4ab";}.fa-comment-check:before{content:"\f4ac";}.fa-comment-dollar:before{content:"\f651";}.fa-comment-dots:before{content:"\f4ad";}.fa-comment-edit:before{content:"\f4ae";}.fa-comment-exclamation:before{content:"\f4af";}.fa-comment-lines:before{content:"\f4b0";}.fa-comment-minus:before{content:"\f4b1";}.fa-comment-plus:before{content:"\f4b2";}.fa-comment-slash:before{content:"\f4b3";}.fa-comment-smile:before{content:"\f4b4";}.fa-comment-times:before{content:"\f4b5";}.fa-comments:before{content:"\f086";}.fa-comments-alt:before{content:"\f4b6";}.fa-comments-alt-dollar:before{content:"\f652";}.fa-comments-dollar:before{content:"\f653";}.fa-compact-disc:before{content:"\f51f";}.fa-compass:before{content:"\f14e";}.fa-compass-slash:before{content:"\f5e9";}.fa-compress:before{content:"\f066";}.fa-compress-alt:before{content:"\f422";}.fa-compress-arrows-alt:before{content:"\f78c";}.fa-compress-wide:before{content:"\f326";}.fa-concierge-bell:before{content:"\f562";}.fa-confluence:before{content:"\f78d";}.fa-connectdevelop:before{content:"\f20e";}.fa-container-storage:before{content:"\f4b7";}.fa-contao:before{content:"\f26d";}.fa-conveyor-belt:before{content:"\f46e";}.fa-conveyor-belt-alt:before{content:"\f46f";}.fa-cookie:before{content:"\f563";}.fa-cookie-bite:before{content:"\f564";}.fa-copy:before{content:"\f0c5";}.fa-copyright:before{content:"\f1f9";}.fa-corn:before{content:"\f6c7";}.fa-couch:before{content:"\f4b8";}.fa-cow:before{content:"\f6c8";}.fa-cpanel:before{content:"\f388";}.fa-creative-commons:before{content:"\f25e";}.fa-creative-commons-by:before{content:"\f4e7";}.fa-creative-commons-nc:before{content:"\f4e8";}.fa-creative-commons-nc-eu:before{content:"\f4e9";}.fa-creative-commons-nc-jp:before{content:"\f4ea";}.fa-creative-commons-nd:before{content:"\f4eb";}.fa-creative-commons-pd:before{content:"\f4ec";}.fa-creative-commons-pd-alt:before{content:"\f4ed";}.fa-creative-commons-remix:before{content:"\f4ee";}.fa-creative-commons-sa:before{content:"\f4ef";}.fa-creative-commons-sampling:before{content:"\f4f0";}.fa-creative-commons-sampling-plus:before{content:"\f4f1";}.fa-creative-commons-share:before{content:"\f4f2";}.fa-creative-commons-zero:before{content:"\f4f3";}.fa-credit-card:before{content:"\f09d";}.fa-credit-card-blank:before{content:"\f389";}.fa-credit-card-front:before{content:"\f38a";}.fa-cricket:before{content:"\f449";}.fa-critical-role:before{content:"\f6c9";}.fa-crop:before{content:"\f125";}.fa-crop-alt:before{content:"\f565";}.fa-cross:before{content:"\f654";}.fa-crosshairs:before{content:"\f05b";}.fa-crow:before{content:"\f520";}.fa-crown:before{content:"\f521";}.fa-css3:before{content:"\f13c";}.fa-css3-alt:before{content:"\f38b";}.fa-cube:before{content:"\f1b2";}.fa-cubes:before{content:"\f1b3";}.fa-curling:before{content:"\f44a";}.fa-cut:before{content:"\f0c4";}.fa-cuttlefish:before{content:"\f38c";}.fa-d-and-d:before{content:"\f38d";}.fa-d-and-d-beyond:before{content:"\f6ca";}.fa-dagger:before{content:"\f6cb";}.fa-dashcube:before{content:"\f210";}.fa-database:before{content:"\f1c0";}.fa-deaf:before{content:"\f2a4";}.fa-deer:before{content:"\f78e";}.fa-deer-rudolph:before{content:"\f78f";}.fa-delicious:before{content:"\f1a5";}.fa-democrat:before{content:"\f747";}.fa-deploydog:before{content:"\f38e";}.fa-deskpro:before{content:"\f38f";}.fa-desktop:before{content:"\f108";}.fa-desktop-alt:before{content:"\f390";}.fa-dev:before{content:"\f6cc";}.fa-deviantart:before{content:"\f1bd";}.fa-dewpoint:before{content:"\f748";}.fa-dharmachakra:before{content:"\f655";}.fa-dhl:before{content:"\f790";}.fa-diagnoses:before{content:"\f470";}.fa-diamond:before{content:"\f219";}.fa-diaspora:before{content:"\f791";}.fa-dice:before{content:"\f522";}.fa-dice-d10:before{content:"\f6cd";}.fa-dice-d12:before{content:"\f6ce";}.fa-dice-d20:before{content:"\f6cf";}.fa-dice-d4:before{content:"\f6d0";}.fa-dice-d6:before{content:"\f6d1";}.fa-dice-d8:before{content:"\f6d2";}.fa-dice-five:before{content:"\f523";}.fa-dice-four:before{content:"\f524";}.fa-dice-one:before{content:"\f525";}.fa-dice-six:before{content:"\f526";}.fa-dice-three:before{content:"\f527";}.fa-dice-two:before{content:"\f528";}.fa-digg:before{content:"\f1a6";}.fa-digital-ocean:before{content:"\f391";}.fa-digital-tachograph:before{content:"\f566";}.fa-diploma:before{content:"\f5ea";}.fa-directions:before{content:"\f5eb";}.fa-discord:before{content:"\f392";}.fa-discourse:before{content:"\f393";}.fa-divide:before{content:"\f529";}.fa-dizzy:before{content:"\f567";}.fa-dna:before{content:"\f471";}.fa-do-not-enter:before{content:"\f5ec";}.fa-dochub:before{content:"\f394";}.fa-docker:before{content:"\f395";}.fa-dog:before{content:"\f6d3";}.fa-dog-leashed:before{content:"\f6d4";}.fa-dollar-sign:before{content:"\f155";}.fa-dolly:before{content:"\f472";}.fa-dolly-empty:before{content:"\f473";}.fa-dolly-flatbed:before{content:"\f474";}.fa-dolly-flatbed-alt:before{content:"\f475";}.fa-dolly-flatbed-empty:before{content:"\f476";}.fa-donate:before{content:"\f4b9";}.fa-door-closed:before{content:"\f52a";}.fa-door-open:before{content:"\f52b";}.fa-dot-circle:before{content:"\f192";}.fa-dove:before{content:"\f4ba";}.fa-download:before{content:"\f019";}.fa-draft2digital:before{content:"\f396";}.fa-drafting-compass:before{content:"\f568";}.fa-dragon:before{content:"\f6d5";}.fa-draw-circle:before{content:"\f5ed";}.fa-draw-polygon:before{content:"\f5ee";}.fa-draw-square:before{content:"\f5ef";}.fa-dreidel:before{content:"\f792";}.fa-dribbble:before{content:"\f17d";}.fa-dribbble-square:before{content:"\f397";}.fa-dropbox:before{content:"\f16b";}.fa-drum:before{content:"\f569";}.fa-drum-steelpan:before{content:"\f56a";}.fa-drumstick:before{content:"\f6d6";}.fa-drumstick-bite:before{content:"\f6d7";}.fa-drupal:before{content:"\f1a9";}.fa-duck:before{content:"\f6d8";}.fa-dumbbell:before{content:"\f44b";}.fa-dumpster:before{content:"\f793";}.fa-dumpster-fire:before{content:"\f794";}.fa-dungeon:before{content:"\f6d9";}.fa-dyalog:before{content:"\f399";}.fa-ear:before{content:"\f5f0";}.fa-ear-muffs:before{content:"\f795";}.fa-earlybirds:before{content:"\f39a";}.fa-ebay:before{content:"\f4f4";}.fa-eclipse:before{content:"\f749";}.fa-eclipse-alt:before{content:"\f74a";}.fa-edge:before{content:"\f282";}.fa-edit:before{content:"\f044";}.fa-eject:before{content:"\f052";}.fa-elementor:before{content:"\f430";}.fa-elephant:before{content:"\f6da";}.fa-ellipsis-h:before{content:"\f141";}.fa-ellipsis-h-alt:before{content:"\f39b";}.fa-ellipsis-v:before{content:"\f142";}.fa-ellipsis-v-alt:before{content:"\f39c";}.fa-ello:before{content:"\f5f1";}.fa-ember:before{content:"\f423";}.fa-empire:before{content:"\f1d1";}.fa-empty-set:before{content:"\f656";}.fa-engine-warning:before{content:"\f5f2";}.fa-envelope:before{content:"\f0e0";}.fa-envelope-open:before{content:"\f2b6";}.fa-envelope-open-dollar:before{content:"\f657";}.fa-envelope-open-text:before{content:"\f658";}.fa-envelope-square:before{content:"\f199";}.fa-envira:before{content:"\f299";}.fa-equals:before{content:"\f52c";}.fa-eraser:before{content:"\f12d";}.fa-erlang:before{content:"\f39d";}.fa-ethereum:before{content:"\f42e";}.fa-ethernet:before{content:"\f796";}.fa-etsy:before{content:"\f2d7";}.fa-euro-sign:before{content:"\f153";}.fa-exchange:before{content:"\f0ec";}.fa-exchange-alt:before{content:"\f362";}.fa-exclamation:before{content:"\f12a";}.fa-exclamation-circle:before{content:"\f06a";}.fa-exclamation-square:before{content:"\f321";}.fa-exclamation-triangle:before{content:"\f071";}.fa-expand:before{content:"\f065";}.fa-expand-alt:before{content:"\f424";}.fa-expand-arrows:before{content:"\f31d";}.fa-expand-arrows-alt:before{content:"\f31e";}.fa-expand-wide:before{content:"\f320";}.fa-expeditedssl:before{content:"\f23e";}.fa-external-link:before{content:"\f08e";}.fa-external-link-alt:before{content:"\f35d";}.fa-external-link-square:before{content:"\f14c";}.fa-external-link-square-alt:before{content:"\f360";}.fa-eye:before{content:"\f06e";}.fa-eye-dropper:before{content:"\f1fb";}.fa-eye-evil:before{content:"\f6db";}.fa-eye-slash:before{content:"\f070";}.fa-facebook:before{content:"\f09a";}.fa-facebook-f:before{content:"\f39e";}.fa-facebook-messenger:before{content:"\f39f";}.fa-facebook-square:before{content:"\f082";}.fa-fantasy-flight-games:before{content:"\f6dc";}.fa-fast-backward:before{content:"\f049";}.fa-fast-forward:before{content:"\f050";}.fa-fax:before{content:"\f1ac";}.fa-feather:before{content:"\f52d";}.fa-feather-alt:before{content:"\f56b";}.fa-fedex:before{content:"\f797";}.fa-fedora:before{content:"\f798";}.fa-female:before{content:"\f182";}.fa-field-hockey:before{content:"\f44c";}.fa-fighter-jet:before{content:"\f0fb";}.fa-figma:before{content:"\f799";}.fa-file:before{content:"\f15b";}.fa-file-alt:before{content:"\f15c";}.fa-file-archive:before{content:"\f1c6";}.fa-file-audio:before{content:"\f1c7";}.fa-file-certificate:before{content:"\f5f3";}.fa-file-chart-line:before{content:"\f659";}.fa-file-chart-pie:before{content:"\f65a";}.fa-file-check:before{content:"\f316";}.fa-file-code:before{content:"\f1c9";}.fa-file-contract:before{content:"\f56c";}.fa-file-csv:before{content:"\f6dd";}.fa-file-download:before{content:"\f56d";}.fa-file-edit:before{content:"\f31c";}.fa-file-excel:before{content:"\f1c3";}.fa-file-exclamation:before{content:"\f31a";}.fa-file-export:before{content:"\f56e";}.fa-file-image:before{content:"\f1c5";}.fa-file-import:before{content:"\f56f";}.fa-file-invoice:before{content:"\f570";}.fa-file-invoice-dollar:before{content:"\f571";}.fa-file-medical:before{content:"\f477";}.fa-file-medical-alt:before{content:"\f478";}.fa-file-minus:before{content:"\f318";}.fa-file-pdf:before{content:"\f1c1";}.fa-file-plus:before{content:"\f319";}.fa-file-powerpoint:before{content:"\f1c4";}.fa-file-prescription:before{content:"\f572";}.fa-file-signature:before{content:"\f573";}.fa-file-spreadsheet:before{content:"\f65b";}.fa-file-times:before{content:"\f317";}.fa-file-upload:before{content:"\f574";}.fa-file-user:before{content:"\f65c";}.fa-file-video:before{content:"\f1c8";}.fa-file-word:before{content:"\f1c2";}.fa-fill:before{content:"\f575";}.fa-fill-drip:before{content:"\f576";}.fa-film:before{content:"\f008";}.fa-film-alt:before{content:"\f3a0";}.fa-filter:before{content:"\f0b0";}.fa-fingerprint:before{content:"\f577";}.fa-fire:before{content:"\f06d";}.fa-fire-alt:before{content:"\f7e4";}.fa-fire-extinguisher:before{content:"\f134";}.fa-fire-smoke:before{content:"\f74b";}.fa-firefox:before{content:"\f269";}.fa-fireplace:before{content:"\f79a";}.fa-first-aid:before{content:"\f479";}.fa-first-order:before{content:"\f2b0";}.fa-first-order-alt:before{content:"\f50a";}.fa-firstdraft:before{content:"\f3a1";}.fa-fish:before{content:"\f578";}.fa-fist-raised:before{content:"\f6de";}.fa-flag:before{content:"\f024";}.fa-flag-alt:before{content:"\f74c";}.fa-flag-checkered:before{content:"\f11e";}.fa-flag-usa:before{content:"\f74d";}.fa-flame:before{content:"\f6df";}.fa-flask:before{content:"\f0c3";}.fa-flask-poison:before{content:"\f6e0";}.fa-flask-potion:before{content:"\f6e1";}.fa-flickr:before{content:"\f16e";}.fa-flipboard:before{content:"\f44d";}.fa-flushed:before{content:"\f579";}.fa-fly:before{content:"\f417";}.fa-fog:before{content:"\f74e";}.fa-folder:before{content:"\f07b";}.fa-folder-minus:before{content:"\f65d";}.fa-folder-open:before{content:"\f07c";}.fa-folder-plus:before{content:"\f65e";}.fa-folder-times:before{content:"\f65f";}.fa-folders:before{content:"\f660";}.fa-font:before{content:"\f031";}.fa-font-awesome:before{content:"\f2b4";}.fa-font-awesome-alt:before{content:"\f35c";}.fa-font-awesome-flag:before{content:"\f425";}.fa-font-awesome-logo-full:before{content:"\f4e6";}.fa-fonticons:before{content:"\f280";}.fa-fonticons-fi:before{content:"\f3a2";}.fa-football-ball:before{content:"\f44e";}.fa-football-helmet:before{content:"\f44f";}.fa-forklift:before{content:"\f47a";}.fa-fort-awesome:before{content:"\f286";}.fa-fort-awesome-alt:before{content:"\f3a3";}.fa-forumbee:before{content:"\f211";}.fa-forward:before{content:"\f04e";}.fa-foursquare:before{content:"\f180";}.fa-fragile:before{content:"\f4bb";}.fa-free-code-camp:before{content:"\f2c5";}.fa-freebsd:before{content:"\f3a4";}.fa-frog:before{content:"\f52e";}.fa-frosty-head:before{content:"\f79b";}.fa-frown:before{content:"\f119";}.fa-frown-open:before{content:"\f57a";}.fa-fulcrum:before{content:"\f50b";}.fa-function:before{content:"\f661";}.fa-funnel-dollar:before{content:"\f662";}.fa-futbol:before{content:"\f1e3";}.fa-galactic-republic:before{content:"\f50c";}.fa-galactic-senate:before{content:"\f50d";}.fa-gamepad:before{content:"\f11b";}.fa-gas-pump:before{content:"\f52f";}.fa-gas-pump-slash:before{content:"\f5f4";}.fa-gavel:before{content:"\f0e3";}.fa-gem:before{content:"\f3a5";}.fa-genderless:before{content:"\f22d";}.fa-get-pocket:before{content:"\f265";}.fa-gg:before{content:"\f260";}.fa-gg-circle:before{content:"\f261";}.fa-ghost:before{content:"\f6e2";}.fa-gift:before{content:"\f06b";}.fa-gift-card:before{content:"\f663";}.fa-gifts:before{content:"\f79c";}.fa-gingerbread-man:before{content:"\f79d";}.fa-git:before{content:"\f1d3";}.fa-git-square:before{content:"\f1d2";}.fa-github:before{content:"\f09b";}.fa-github-alt:before{content:"\f113";}.fa-github-square:before{content:"\f092";}.fa-gitkraken:before{content:"\f3a6";}.fa-gitlab:before{content:"\f296";}.fa-gitter:before{content:"\f426";}.fa-glass-champagne:before{content:"\f79e";}.fa-glass-cheers:before{content:"\f79f";}.fa-glass-martini:before{content:"\f000";}.fa-glass-martini-alt:before{content:"\f57b";}.fa-glass-whiskey:before{content:"\f7a0";}.fa-glass-whiskey-rocks:before{content:"\f7a1";}.fa-glasses:before{content:"\f530";}.fa-glasses-alt:before{content:"\f5f5";}.fa-glide:before{content:"\f2a5";}.fa-glide-g:before{content:"\f2a6";}.fa-globe:before{content:"\f0ac";}.fa-globe-africa:before{content:"\f57c";}.fa-globe-americas:before{content:"\f57d";}.fa-globe-asia:before{content:"\f57e";}.fa-globe-europe:before{content:"\f7a2";}.fa-globe-snow:before{content:"\f7a3";}.fa-globe-stand:before{content:"\f5f6";}.fa-gofore:before{content:"\f3a7";}.fa-golf-ball:before{content:"\f450";}.fa-golf-club:before{content:"\f451";}.fa-goodreads:before{content:"\f3a8";}.fa-goodreads-g:before{content:"\f3a9";}.fa-google:before{content:"\f1a0";}.fa-google-drive:before{content:"\f3aa";}.fa-google-play:before{content:"\f3ab";}.fa-google-plus:before{content:"\f2b3";}.fa-google-plus-g:before{content:"\f0d5";}.fa-google-plus-square:before{content:"\f0d4";}.fa-google-wallet:before{content:"\f1ee";}.fa-gopuram:before{content:"\f664";}.fa-graduation-cap:before{content:"\f19d";}.fa-gratipay:before{content:"\f184";}.fa-grav:before{content:"\f2d6";}.fa-greater-than:before{content:"\f531";}.fa-greater-than-equal:before{content:"\f532";}.fa-grimace:before{content:"\f57f";}.fa-grin:before{content:"\f580";}.fa-grin-alt:before{content:"\f581";}.fa-grin-beam:before{content:"\f582";}.fa-grin-beam-sweat:before{content:"\f583";}.fa-grin-hearts:before{content:"\f584";}.fa-grin-squint:before{content:"\f585";}.fa-grin-squint-tears:before{content:"\f586";}.fa-grin-stars:before{content:"\f587";}.fa-grin-tears:before{content:"\f588";}.fa-grin-tongue:before{content:"\f589";}.fa-grin-tongue-squint:before{content:"\f58a";}.fa-grin-tongue-wink:before{content:"\f58b";}.fa-grin-wink:before{content:"\f58c";}.fa-grip-horizontal:before{content:"\f58d";}.fa-grip-lines:before{content:"\f7a4";}.fa-grip-lines-vertical:before{content:"\f7a5";}.fa-grip-vertical:before{content:"\f58e";}.fa-gripfire:before{content:"\f3ac";}.fa-grunt:before{content:"\f3ad";}.fa-guitar:before{content:"\f7a6";}.fa-gulp:before{content:"\f3ae";}.fa-h-square:before{content:"\f0fd";}.fa-h1:before{content:"\f313";}.fa-h2:before{content:"\f314";}.fa-h3:before{content:"\f315";}.fa-hacker-news:before{content:"\f1d4";}.fa-hacker-news-square:before{content:"\f3af";}.fa-hackerrank:before{content:"\f5f7";}.fa-hammer:before{content:"\f6e3";}.fa-hammer-war:before{content:"\f6e4";}.fa-hamsa:before{content:"\f665";}.fa-hand-heart:before{content:"\f4bc";}.fa-hand-holding:before{content:"\f4bd";}.fa-hand-holding-box:before{content:"\f47b";}.fa-hand-holding-heart:before{content:"\f4be";}.fa-hand-holding-magic:before{content:"\f6e5";}.fa-hand-holding-seedling:before{content:"\f4bf";}.fa-hand-holding-usd:before{content:"\f4c0";}.fa-hand-holding-water:before{content:"\f4c1";}.fa-hand-lizard:before{content:"\f258";}.fa-hand-paper:before{content:"\f256";}.fa-hand-peace:before{content:"\f25b";}.fa-hand-point-down:before{content:"\f0a7";}.fa-hand-point-left:before{content:"\f0a5";}.fa-hand-point-right:before{content:"\f0a4";}.fa-hand-point-up:before{content:"\f0a6";}.fa-hand-pointer:before{content:"\f25a";}.fa-hand-receiving:before{content:"\f47c";}.fa-hand-rock:before{content:"\f255";}.fa-hand-scissors:before{content:"\f257";}.fa-hand-spock:before{content:"\f259";}.fa-hands:before{content:"\f4c2";}.fa-hands-heart:before{content:"\f4c3";}.fa-hands-helping:before{content:"\f4c4";}.fa-hands-usd:before{content:"\f4c5";}.fa-handshake:before{content:"\f2b5";}.fa-handshake-alt:before{content:"\f4c6";}.fa-hanukiah:before{content:"\f6e6";}.fa-hashtag:before{content:"\f292";}.fa-hat-santa:before{content:"\f7a7";}.fa-hat-winter:before{content:"\f7a8";}.fa-hat-witch:before{content:"\f6e7";}.fa-hat-wizard:before{content:"\f6e8";}.fa-haykal:before{content:"\f666";}.fa-hdd:before{content:"\f0a0";}.fa-head-side:before{content:"\f6e9";}.fa-head-vr:before{content:"\f6ea";}.fa-heading:before{content:"\f1dc";}.fa-headphones:before{content:"\f025";}.fa-headphones-alt:before{content:"\f58f";}.fa-headset:before{content:"\f590";}.fa-heart:before{content:"\f004";}.fa-heart-broken:before{content:"\f7a9";}.fa-heart-circle:before{content:"\f4c7";}.fa-heart-rate:before{content:"\f5f8";}.fa-heart-square:before{content:"\f4c8";}.fa-heartbeat:before{content:"\f21e";}.fa-helicopter:before{content:"\f533";}.fa-helmet-battle:before{content:"\f6eb";}.fa-hexagon:before{content:"\f312";}.fa-highlighter:before{content:"\f591";}.fa-hiking:before{content:"\f6ec";}.fa-hippo:before{content:"\f6ed";}.fa-hips:before{content:"\f452";}.fa-hire-a-helper:before{content:"\f3b0";}.fa-history:before{content:"\f1da";}.fa-hockey-mask:before{content:"\f6ee";}.fa-hockey-puck:before{content:"\f453";}.fa-hockey-sticks:before{content:"\f454";}.fa-holly-berry:before{content:"\f7aa";}.fa-home:before{content:"\f015";}.fa-home-heart:before{content:"\f4c9";}.fa-hood-cloak:before{content:"\f6ef";}.fa-hooli:before{content:"\f427";}.fa-hornbill:before{content:"\f592";}.fa-horse:before{content:"\f6f0";}.fa-horse-head:before{content:"\f7ab";}.fa-hospital:before{content:"\f0f8";}.fa-hospital-alt:before{content:"\f47d";}.fa-hospital-symbol:before{content:"\f47e";}.fa-hot-tub:before{content:"\f593";}.fa-hotel:before{content:"\f594";}.fa-hotjar:before{content:"\f3b1";}.fa-hourglass:before{content:"\f254";}.fa-hourglass-end:before{content:"\f253";}.fa-hourglass-half:before{content:"\f252";}.fa-hourglass-start:before{content:"\f251";}.fa-house-damage:before{content:"\f6f1";}.fa-house-flood:before{content:"\f74f";}.fa-houzz:before{content:"\f27c";}.fa-hryvnia:before{content:"\f6f2";}.fa-html5:before{content:"\f13b";}.fa-hubspot:before{content:"\f3b2";}.fa-humidity:before{content:"\f750";}.fa-hurricane:before{content:"\f751";}.fa-i-cursor:before{content:"\f246";}.fa-ice-skate:before{content:"\f7ac";}.fa-icicles:before{content:"\f7ad";}.fa-id-badge:before{content:"\f2c1";}.fa-id-card:before{content:"\f2c2";}.fa-id-card-alt:before{content:"\f47f";}.fa-igloo:before{content:"\f7ae";}.fa-image:before{content:"\f03e";}.fa-images:before{content:"\f302";}.fa-imdb:before{content:"\f2d8";}.fa-inbox:before{content:"\f01c";}.fa-inbox-in:before{content:"\f310";}.fa-inbox-out:before{content:"\f311";}.fa-indent:before{content:"\f03c";}.fa-industry:before{content:"\f275";}.fa-industry-alt:before{content:"\f3b3";}.fa-infinity:before{content:"\f534";}.fa-info:before{content:"\f129";}.fa-info-circle:before{content:"\f05a";}.fa-info-square:before{content:"\f30f";}.fa-inhaler:before{content:"\f5f9";}.fa-instagram:before{content:"\f16d";}.fa-integral:before{content:"\f667";}.fa-intercom:before{content:"\f7af";}.fa-internet-explorer:before{content:"\f26b";}.fa-intersection:before{content:"\f668";}.fa-inventory:before{content:"\f480";}.fa-invision:before{content:"\f7b0";}.fa-ioxhost:before{content:"\f208";}.fa-italic:before{content:"\f033";}.fa-itunes:before{content:"\f3b4";}.fa-itunes-note:before{content:"\f3b5";}.fa-jack-o-lantern:before{content:"\f30e";}.fa-java:before{content:"\f4e4";}.fa-jedi:before{content:"\f669";}.fa-jedi-order:before{content:"\f50e";}.fa-jenkins:before{content:"\f3b6";}.fa-jira:before{content:"\f7b1";}.fa-joget:before{content:"\f3b7";}.fa-joint:before{content:"\f595";}.fa-joomla:before{content:"\f1aa";}.fa-journal-whills:before{content:"\f66a";}.fa-js:before{content:"\f3b8";}.fa-js-square:before{content:"\f3b9";}.fa-jsfiddle:before{content:"\f1cc";}.fa-kaaba:before{content:"\f66b";}.fa-kaggle:before{content:"\f5fa";}.fa-key:before{content:"\f084";}.fa-key-skeleton:before{content:"\f6f3";}.fa-keybase:before{content:"\f4f5";}.fa-keyboard:before{content:"\f11c";}.fa-keycdn:before{content:"\f3ba";}.fa-keynote:before{content:"\f66c";}.fa-khanda:before{content:"\f66d";}.fa-kickstarter:before{content:"\f3bb";}.fa-kickstarter-k:before{content:"\f3bc";}.fa-kidneys:before{content:"\f5fb";}.fa-kiss:before{content:"\f596";}.fa-kiss-beam:before{content:"\f597";}.fa-kiss-wink-heart:before{content:"\f598";}.fa-kite:before{content:"\f6f4";}.fa-kiwi-bird:before{content:"\f535";}.fa-knife-kitchen:before{content:"\f6f5";}.fa-korvue:before{content:"\f42f";}.fa-lambda:before{content:"\f66e";}.fa-lamp:before{content:"\f4ca";}.fa-landmark:before{content:"\f66f";}.fa-landmark-alt:before{content:"\f752";}.fa-language:before{content:"\f1ab";}.fa-laptop:before{content:"\f109";}.fa-laptop-code:before{content:"\f5fc";}.fa-laravel:before{content:"\f3bd";}.fa-lastfm:before{content:"\f202";}.fa-lastfm-square:before{content:"\f203";}.fa-laugh:before{content:"\f599";}.fa-laugh-beam:before{content:"\f59a";}.fa-laugh-squint:before{content:"\f59b";}.fa-laugh-wink:before{content:"\f59c";}.fa-layer-group:before{content:"\f5fd";}.fa-layer-minus:before{content:"\f5fe";}.fa-layer-plus:before{content:"\f5ff";}.fa-leaf:before{content:"\f06c";}.fa-leaf-heart:before{content:"\f4cb";}.fa-leaf-maple:before{content:"\f6f6";}.fa-leaf-oak:before{content:"\f6f7";}.fa-leanpub:before{content:"\f212";}.fa-lemon:before{content:"\f094";}.fa-less:before{content:"\f41d";}.fa-less-than:before{content:"\f536";}.fa-less-than-equal:before{content:"\f537";}.fa-level-down:before{content:"\f149";}.fa-level-down-alt:before{content:"\f3be";}.fa-level-up:before{content:"\f148";}.fa-level-up-alt:before{content:"\f3bf";}.fa-life-ring:before{content:"\f1cd";}.fa-lightbulb:before{content:"\f0eb";}.fa-lightbulb-dollar:before{content:"\f670";}.fa-lightbulb-exclamation:before{content:"\f671";}.fa-lightbulb-on:before{content:"\f672";}.fa-lightbulb-slash:before{content:"\f673";}.fa-lights-holiday:before{content:"\f7b2";}.fa-line:before{content:"\f3c0";}.fa-link:before{content:"\f0c1";}.fa-linkedin:before{content:"\f08c";}.fa-linkedin-in:before{content:"\f0e1";}.fa-linode:before{content:"\f2b8";}.fa-linux:before{content:"\f17c";}.fa-lips:before{content:"\f600";}.fa-lira-sign:before{content:"\f195";}.fa-list:before{content:"\f03a";}.fa-list-alt:before{content:"\f022";}.fa-list-ol:before{content:"\f0cb";}.fa-list-ul:before{content:"\f0ca";}.fa-location:before{content:"\f601";}.fa-location-arrow:before{content:"\f124";}.fa-location-circle:before{content:"\f602";}.fa-location-slash:before{content:"\f603";}.fa-lock:before{content:"\f023";}.fa-lock-alt:before{content:"\f30d";}.fa-lock-open:before{content:"\f3c1";}.fa-lock-open-alt:before{content:"\f3c2";}.fa-long-arrow-alt-down:before{content:"\f309";}.fa-long-arrow-alt-left:before{content:"\f30a";}.fa-long-arrow-alt-right:before{content:"\f30b";}.fa-long-arrow-alt-up:before{content:"\f30c";}.fa-long-arrow-down:before{content:"\f175";}.fa-long-arrow-left:before{content:"\f177";}.fa-long-arrow-right:before{content:"\f178";}.fa-long-arrow-up:before{content:"\f176";}.fa-loveseat:before{content:"\f4cc";}.fa-low-vision:before{content:"\f2a8";}.fa-luchador:before{content:"\f455";}.fa-luggage-cart:before{content:"\f59d";}.fa-lungs:before{content:"\f604";}.fa-lyft:before{content:"\f3c3";}.fa-mace:before{content:"\f6f8";}.fa-magento:before{content:"\f3c4";}.fa-magic:before{content:"\f0d0";}.fa-magnet:before{content:"\f076";}.fa-mail-bulk:before{content:"\f674";}.fa-mailchimp:before{content:"\f59e";}.fa-male:before{content:"\f183";}.fa-mandalorian:before{content:"\f50f";}.fa-mandolin:before{content:"\f6f9";}.fa-map:before{content:"\f279";}.fa-map-marked:before{content:"\f59f";}.fa-map-marked-alt:before{content:"\f5a0";}.fa-map-marker:before{content:"\f041";}.fa-map-marker-alt:before{content:"\f3c5";}.fa-map-marker-alt-slash:before{content:"\f605";}.fa-map-marker-check:before{content:"\f606";}.fa-map-marker-edit:before{content:"\f607";}.fa-map-marker-exclamation:before{content:"\f608";}.fa-map-marker-minus:before{content:"\f609";}.fa-map-marker-plus:before{content:"\f60a";}.fa-map-marker-question:before{content:"\f60b";}.fa-map-marker-slash:before{content:"\f60c";}.fa-map-marker-smile:before{content:"\f60d";}.fa-map-marker-times:before{content:"\f60e";}.fa-map-pin:before{content:"\f276";}.fa-map-signs:before{content:"\f277";}.fa-markdown:before{content:"\f60f";}.fa-marker:before{content:"\f5a1";}.fa-mars:before{content:"\f222";}.fa-mars-double:before{content:"\f227";}.fa-mars-stroke:before{content:"\f229";}.fa-mars-stroke-h:before{content:"\f22b";}.fa-mars-stroke-v:before{content:"\f22a";}.fa-mask:before{content:"\f6fa";}.fa-mastodon:before{content:"\f4f6";}.fa-maxcdn:before{content:"\f136";}.fa-medal:before{content:"\f5a2";}.fa-medapps:before{content:"\f3c6";}.fa-medium:before{content:"\f23a";}.fa-medium-m:before{content:"\f3c7";}.fa-medkit:before{content:"\f0fa";}.fa-medrt:before{content:"\f3c8";}.fa-meetup:before{content:"\f2e0";}.fa-megaphone:before{content:"\f675";}.fa-megaport:before{content:"\f5a3";}.fa-meh:before{content:"\f11a";}.fa-meh-blank:before{content:"\f5a4";}.fa-meh-rolling-eyes:before{content:"\f5a5";}.fa-memory:before{content:"\f538";}.fa-mendeley:before{content:"\f7b3";}.fa-menorah:before{content:"\f676";}.fa-mercury:before{content:"\f223";}.fa-meteor:before{content:"\f753";}.fa-microchip:before{content:"\f2db";}.fa-microphone:before{content:"\f130";}.fa-microphone-alt:before{content:"\f3c9";}.fa-microphone-alt-slash:before{content:"\f539";}.fa-microphone-slash:before{content:"\f131";}.fa-microscope:before{content:"\f610";}.fa-microsoft:before{content:"\f3ca";}.fa-mind-share:before{content:"\f677";}.fa-minus:before{content:"\f068";}.fa-minus-circle:before{content:"\f056";}.fa-minus-hexagon:before{content:"\f307";}.fa-minus-octagon:before{content:"\f308";}.fa-minus-square:before{content:"\f146";}.fa-mistletoe:before{content:"\f7b4";}.fa-mitten:before{content:"\f7b5";}.fa-mix:before{content:"\f3cb";}.fa-mixcloud:before{content:"\f289";}.fa-mizuni:before{content:"\f3cc";}.fa-mobile:before{content:"\f10b";}.fa-mobile-alt:before{content:"\f3cd";}.fa-mobile-android:before{content:"\f3ce";}.fa-mobile-android-alt:before{content:"\f3cf";}.fa-modx:before{content:"\f285";}.fa-monero:before{content:"\f3d0";}.fa-money-bill:before{content:"\f0d6";}.fa-money-bill-alt:before{content:"\f3d1";}.fa-money-bill-wave:before{content:"\f53a";}.fa-money-bill-wave-alt:before{content:"\f53b";}.fa-money-check:before{content:"\f53c";}.fa-money-check-alt:before{content:"\f53d";}.fa-monitor-heart-rate:before{content:"\f611";}.fa-monkey:before{content:"\f6fb";}.fa-monument:before{content:"\f5a6";}.fa-moon:before{content:"\f186";}.fa-moon-cloud:before{content:"\f754";}.fa-moon-stars:before{content:"\f755";}.fa-mortar-pestle:before{content:"\f5a7";}.fa-mosque:before{content:"\f678";}.fa-motorcycle:before{content:"\f21c";}.fa-mountain:before{content:"\f6fc";}.fa-mountains:before{content:"\f6fd";}.fa-mouse-pointer:before{content:"\f245";}.fa-mug-hot:before{content:"\f7b6";}.fa-mug-marshmallows:before{content:"\f7b7";}.fa-music:before{content:"\f001";}.fa-napster:before{content:"\f3d2";}.fa-narwhal:before{content:"\f6fe";}.fa-neos:before{content:"\f612";}.fa-network-wired:before{content:"\f6ff";}.fa-neuter:before{content:"\f22c";}.fa-newspaper:before{content:"\f1ea";}.fa-nimblr:before{content:"\f5a8";}.fa-nintendo-switch:before{content:"\f418";}.fa-node:before{content:"\f419";}.fa-node-js:before{content:"\f3d3";}.fa-not-equal:before{content:"\f53e";}.fa-notes-medical:before{content:"\f481";}.fa-npm:before{content:"\f3d4";}.fa-ns8:before{content:"\f3d5";}.fa-nutritionix:before{content:"\f3d6";}.fa-object-group:before{content:"\f247";}.fa-object-ungroup:before{content:"\f248";}.fa-octagon:before{content:"\f306";}.fa-odnoklassniki:before{content:"\f263";}.fa-odnoklassniki-square:before{content:"\f264";}.fa-oil-can:before{content:"\f613";}.fa-oil-temp:before{content:"\f614";}.fa-old-republic:before{content:"\f510";}.fa-om:before{content:"\f679";}.fa-omega:before{content:"\f67a";}.fa-opencart:before{content:"\f23d";}.fa-openid:before{content:"\f19b";}.fa-opera:before{content:"\f26a";}.fa-optin-monster:before{content:"\f23c";}.fa-ornament:before{content:"\f7b8";}.fa-osi:before{content:"\f41a";}.fa-otter:before{content:"\f700";}.fa-outdent:before{content:"\f03b";}.fa-page4:before{content:"\f3d7";}.fa-pagelines:before{content:"\f18c";}.fa-paint-brush:before{content:"\f1fc";}.fa-paint-brush-alt:before{content:"\f5a9";}.fa-paint-roller:before{content:"\f5aa";}.fa-palette:before{content:"\f53f";}.fa-palfed:before{content:"\f3d8";}.fa-pallet:before{content:"\f482";}.fa-pallet-alt:before{content:"\f483";}.fa-paper-plane:before{content:"\f1d8";}.fa-paperclip:before{content:"\f0c6";}.fa-parachute-box:before{content:"\f4cd";}.fa-paragraph:before{content:"\f1dd";}.fa-parking:before{content:"\f540";}.fa-parking-circle:before{content:"\f615";}.fa-parking-circle-slash:before{content:"\f616";}.fa-parking-slash:before{content:"\f617";}.fa-passport:before{content:"\f5ab";}.fa-pastafarianism:before{content:"\f67b";}.fa-paste:before{content:"\f0ea";}.fa-patreon:before{content:"\f3d9";}.fa-pause:before{content:"\f04c";}.fa-pause-circle:before{content:"\f28b";}.fa-paw:before{content:"\f1b0";}.fa-paw-alt:before{content:"\f701";}.fa-paw-claws:before{content:"\f702";}.fa-paypal:before{content:"\f1ed";}.fa-peace:before{content:"\f67c";}.fa-pegasus:before{content:"\f703";}.fa-pen:before{content:"\f304";}.fa-pen-alt:before{content:"\f305";}.fa-pen-fancy:before{content:"\f5ac";}.fa-pen-nib:before{content:"\f5ad";}.fa-pen-square:before{content:"\f14b";}.fa-pencil:before{content:"\f040";}.fa-pencil-alt:before{content:"\f303";}.fa-pencil-paintbrush:before{content:"\f618";}.fa-pencil-ruler:before{content:"\f5ae";}.fa-pennant:before{content:"\f456";}.fa-penny-arcade:before{content:"\f704";}.fa-people-carry:before{content:"\f4ce";}.fa-percent:before{content:"\f295";}.fa-percentage:before{content:"\f541";}.fa-periscope:before{content:"\f3da";}.fa-person-booth:before{content:"\f756";}.fa-person-carry:before{content:"\f4cf";}.fa-person-dolly:before{content:"\f4d0";}.fa-person-dolly-empty:before{content:"\f4d1";}.fa-person-sign:before{content:"\f757";}.fa-phabricator:before{content:"\f3db";}.fa-phoenix-framework:before{content:"\f3dc";}.fa-phoenix-squadron:before{content:"\f511";}.fa-phone:before{content:"\f095";}.fa-phone-office:before{content:"\f67d";}.fa-phone-plus:before{content:"\f4d2";}.fa-phone-slash:before{content:"\f3dd";}.fa-phone-square:before{content:"\f098";}.fa-phone-volume:before{content:"\f2a0";}.fa-php:before{content:"\f457";}.fa-pi:before{content:"\f67e";}.fa-pie:before{content:"\f705";}.fa-pied-piper:before{content:"\f2ae";}.fa-pied-piper-alt:before{content:"\f1a8";}.fa-pied-piper-hat:before{content:"\f4e5";}.fa-pied-piper-pp:before{content:"\f1a7";}.fa-pig:before{content:"\f706";}.fa-piggy-bank:before{content:"\f4d3";}.fa-pills:before{content:"\f484";}.fa-pinterest:before{content:"\f0d2";}.fa-pinterest-p:before{content:"\f231";}.fa-pinterest-square:before{content:"\f0d3";}.fa-place-of-worship:before{content:"\f67f";}.fa-plane:before{content:"\f072";}.fa-plane-alt:before{content:"\f3de";}.fa-plane-arrival:before{content:"\f5af";}.fa-plane-departure:before{content:"\f5b0";}.fa-play:before{content:"\f04b";}.fa-play-circle:before{content:"\f144";}.fa-playstation:before{content:"\f3df";}.fa-plug:before{content:"\f1e6";}.fa-plus:before{content:"\f067";}.fa-plus-circle:before{content:"\f055";}.fa-plus-hexagon:before{content:"\f300";}.fa-plus-octagon:before{content:"\f301";}.fa-plus-square:before{content:"\f0fe";}.fa-podcast:before{content:"\f2ce";}.fa-podium:before{content:"\f680";}.fa-podium-star:before{content:"\f758";}.fa-poll:before{content:"\f681";}.fa-poll-h:before{content:"\f682";}.fa-poll-people:before{content:"\f759";}.fa-poo:before{content:"\f2fe";}.fa-poo-storm:before{content:"\f75a";}.fa-poop:before{content:"\f619";}.fa-portrait:before{content:"\f3e0";}.fa-pound-sign:before{content:"\f154";}.fa-power-off:before{content:"\f011";}.fa-pray:before{content:"\f683";}.fa-praying-hands:before{content:"\f684";}.fa-prescription:before{content:"\f5b1";}.fa-prescription-bottle:before{content:"\f485";}.fa-prescription-bottle-alt:before{content:"\f486";}.fa-presentation:before{content:"\f685";}.fa-print:before{content:"\f02f";}.fa-print-slash:before{content:"\f686";}.fa-procedures:before{content:"\f487";}.fa-product-hunt:before{content:"\f288";}.fa-project-diagram:before{content:"\f542";}.fa-pumpkin:before{content:"\f707";}.fa-pushed:before{content:"\f3e1";}.fa-puzzle-piece:before{content:"\f12e";}.fa-python:before{content:"\f3e2";}.fa-qq:before{content:"\f1d6";}.fa-qrcode:before{content:"\f029";}.fa-question:before{content:"\f128";}.fa-question-circle:before{content:"\f059";}.fa-question-square:before{content:"\f2fd";}.fa-quidditch:before{content:"\f458";}.fa-quinscape:before{content:"\f459";}.fa-quora:before{content:"\f2c4";}.fa-quote-left:before{content:"\f10d";}.fa-quote-right:before{content:"\f10e";}.fa-quran:before{content:"\f687";}.fa-r-project:before{content:"\f4f7";}.fa-rabbit:before{content:"\f708";}.fa-rabbit-fast:before{content:"\f709";}.fa-racquet:before{content:"\f45a";}.fa-radiation:before{content:"\f7b9";}.fa-radiation-alt:before{content:"\f7ba";}.fa-rainbow:before{content:"\f75b";}.fa-raindrops:before{content:"\f75c";}.fa-ram:before{content:"\f70a";}.fa-ramp-loading:before{content:"\f4d4";}.fa-random:before{content:"\f074";}.fa-raspberry-pi:before{content:"\f7bb";}.fa-ravelry:before{content:"\f2d9";}.fa-react:before{content:"\f41b";}.fa-reacteurope:before{content:"\f75d";}.fa-readme:before{content:"\f4d5";}.fa-rebel:before{content:"\f1d0";}.fa-receipt:before{content:"\f543";}.fa-rectangle-landscape:before{content:"\f2fa";}.fa-rectangle-portrait:before{content:"\f2fb";}.fa-rectangle-wide:before{content:"\f2fc";}.fa-recycle:before{content:"\f1b8";}.fa-red-river:before{content:"\f3e3";}.fa-reddit:before{content:"\f1a1";}.fa-reddit-alien:before{content:"\f281";}.fa-reddit-square:before{content:"\f1a2";}.fa-redhat:before{content:"\f7bc";}.fa-redo:before{content:"\f01e";}.fa-redo-alt:before{content:"\f2f9";}.fa-registered:before{content:"\f25d";}.fa-renren:before{content:"\f18b";}.fa-repeat:before{content:"\f363";}.fa-repeat-1:before{content:"\f365";}.fa-repeat-1-alt:before{content:"\f366";}.fa-repeat-alt:before{content:"\f364";}.fa-reply:before{content:"\f3e5";}.fa-reply-all:before{content:"\f122";}.fa-replyd:before{content:"\f3e6";}.fa-republican:before{content:"\f75e";}.fa-researchgate:before{content:"\f4f8";}.fa-resolving:before{content:"\f3e7";}.fa-restroom:before{content:"\f7bd";}.fa-retweet:before{content:"\f079";}.fa-retweet-alt:before{content:"\f361";}.fa-rev:before{content:"\f5b2";}.fa-ribbon:before{content:"\f4d6";}.fa-ring:before{content:"\f70b";}.fa-road:before{content:"\f018";}.fa-robot:before{content:"\f544";}.fa-rocket:before{content:"\f135";}.fa-rocketchat:before{content:"\f3e8";}.fa-rockrms:before{content:"\f3e9";}.fa-route:before{content:"\f4d7";}.fa-route-highway:before{content:"\f61a";}.fa-route-interstate:before{content:"\f61b";}.fa-rss:before{content:"\f09e";}.fa-rss-square:before{content:"\f143";}.fa-ruble-sign:before{content:"\f158";}.fa-ruler:before{content:"\f545";}.fa-ruler-combined:before{content:"\f546";}.fa-ruler-horizontal:before{content:"\f547";}.fa-ruler-triangle:before{content:"\f61c";}.fa-ruler-vertical:before{content:"\f548";}.fa-running:before{content:"\f70c";}.fa-rupee-sign:before{content:"\f156";}.fa-rv:before{content:"\f7be";}.fa-sad-cry:before{content:"\f5b3";}.fa-sad-tear:before{content:"\f5b4";}.fa-safari:before{content:"\f267";}.fa-sass:before{content:"\f41e";}.fa-satellite:before{content:"\f7bf";}.fa-satellite-dish:before{content:"\f7c0";}.fa-save:before{content:"\f0c7";}.fa-scalpel:before{content:"\f61d";}.fa-scalpel-path:before{content:"\f61e";}.fa-scanner:before{content:"\f488";}.fa-scanner-keyboard:before{content:"\f489";}.fa-scanner-touchscreen:before{content:"\f48a";}.fa-scarecrow:before{content:"\f70d";}.fa-scarf:before{content:"\f7c1";}.fa-schlix:before{content:"\f3ea";}.fa-school:before{content:"\f549";}.fa-screwdriver:before{content:"\f54a";}.fa-scribd:before{content:"\f28a";}.fa-scroll:before{content:"\f70e";}.fa-scroll-old:before{content:"\f70f";}.fa-scrubber:before{content:"\f2f8";}.fa-scythe:before{content:"\f710";}.fa-sd-card:before{content:"\f7c2";}.fa-search:before{content:"\f002";}.fa-search-dollar:before{content:"\f688";}.fa-search-location:before{content:"\f689";}.fa-search-minus:before{content:"\f010";}.fa-search-plus:before{content:"\f00e";}.fa-searchengin:before{content:"\f3eb";}.fa-seedling:before{content:"\f4d8";}.fa-sellcast:before{content:"\f2da";}.fa-sellsy:before{content:"\f213";}.fa-server:before{content:"\f233";}.fa-servicestack:before{content:"\f3ec";}.fa-shapes:before{content:"\f61f";}.fa-share:before{content:"\f064";}.fa-share-all:before{content:"\f367";}.fa-share-alt:before{content:"\f1e0";}.fa-share-alt-square:before{content:"\f1e1";}.fa-share-square:before{content:"\f14d";}.fa-sheep:before{content:"\f711";}.fa-shekel-sign:before{content:"\f20b";}.fa-shield:before{content:"\f132";}.fa-shield-alt:before{content:"\f3ed";}.fa-shield-check:before{content:"\f2f7";}.fa-shield-cross:before{content:"\f712";}.fa-ship:before{content:"\f21a";}.fa-shipping-fast:before{content:"\f48b";}.fa-shipping-timed:before{content:"\f48c";}.fa-shirtsinbulk:before{content:"\f214";}.fa-shoe-prints:before{content:"\f54b";}.fa-shopping-bag:before{content:"\f290";}.fa-shopping-basket:before{content:"\f291";}.fa-shopping-cart:before{content:"\f07a";}.fa-shopware:before{content:"\f5b5";}.fa-shovel:before{content:"\f713";}.fa-shovel-snow:before{content:"\f7c3";}.fa-shower:before{content:"\f2cc";}.fa-shredder:before{content:"\f68a";}.fa-shuttle-van:before{content:"\f5b6";}.fa-shuttlecock:before{content:"\f45b";}.fa-sigma:before{content:"\f68b";}.fa-sign:before{content:"\f4d9";}.fa-sign-in:before{content:"\f090";}.fa-sign-in-alt:before{content:"\f2f6";}.fa-sign-language:before{content:"\f2a7";}.fa-sign-out:before{content:"\f08b";}.fa-sign-out-alt:before{content:"\f2f5";}.fa-signal:before{content:"\f012";}.fa-signal-1:before{content:"\f68c";}.fa-signal-2:before{content:"\f68d";}.fa-signal-3:before{content:"\f68e";}.fa-signal-4:before{content:"\f68f";}.fa-signal-alt:before{content:"\f690";}.fa-signal-alt-1:before{content:"\f691";}.fa-signal-alt-2:before{content:"\f692";}.fa-signal-alt-3:before{content:"\f693";}.fa-signal-alt-slash:before{content:"\f694";}.fa-signal-slash:before{content:"\f695";}.fa-signature:before{content:"\f5b7";}.fa-sim-card:before{content:"\f7c4";}.fa-simplybuilt:before{content:"\f215";}.fa-sistrix:before{content:"\f3ee";}.fa-sitemap:before{content:"\f0e8";}.fa-sith:before{content:"\f512";}.fa-skating:before{content:"\f7c5";}.fa-skeleton:before{content:"\f620";}.fa-sketch:before{content:"\f7c6";}.fa-ski-jump:before{content:"\f7c7";}.fa-ski-lift:before{content:"\f7c8";}.fa-skiing:before{content:"\f7c9";}.fa-skiing-nordic:before{content:"\f7ca";}.fa-skull:before{content:"\f54c";}.fa-skull-crossbones:before{content:"\f714";}.fa-skyatlas:before{content:"\f216";}.fa-skype:before{content:"\f17e";}.fa-slack:before{content:"\f198";}.fa-slack-hash:before{content:"\f3ef";}.fa-slash:before{content:"\f715";}.fa-sledding:before{content:"\f7cb";}.fa-sleigh:before{content:"\f7cc";}.fa-sliders-h:before{content:"\f1de";}.fa-sliders-h-square:before{content:"\f3f0";}.fa-sliders-v:before{content:"\f3f1";}.fa-sliders-v-square:before{content:"\f3f2";}.fa-slideshare:before{content:"\f1e7";}.fa-smile:before{content:"\f118";}.fa-smile-beam:before{content:"\f5b8";}.fa-smile-plus:before{content:"\f5b9";}.fa-smile-wink:before{content:"\f4da";}.fa-smog:before{content:"\f75f";}.fa-smoke:before{content:"\f760";}.fa-smoking:before{content:"\f48d";}.fa-smoking-ban:before{content:"\f54d";}.fa-sms:before{content:"\f7cd";}.fa-snake:before{content:"\f716";}.fa-snapchat:before{content:"\f2ab";}.fa-snapchat-ghost:before{content:"\f2ac";}.fa-snapchat-square:before{content:"\f2ad";}.fa-snow-blowing:before{content:"\f761";}.fa-snowboarding:before{content:"\f7ce";}.fa-snowflake:before{content:"\f2dc";}.fa-snowflakes:before{content:"\f7cf";}.fa-snowman:before{content:"\f7d0";}.fa-snowmobile:before{content:"\f7d1";}.fa-snowplow:before{content:"\f7d2";}.fa-socks:before{content:"\f696";}.fa-solar-panel:before{content:"\f5ba";}.fa-sort:before{content:"\f0dc";}.fa-sort-alpha-down:before{content:"\f15d";}.fa-sort-alpha-up:before{content:"\f15e";}.fa-sort-amount-down:before{content:"\f160";}.fa-sort-amount-up:before{content:"\f161";}.fa-sort-down:before{content:"\f0dd";}.fa-sort-numeric-down:before{content:"\f162";}.fa-sort-numeric-up:before{content:"\f163";}.fa-sort-up:before{content:"\f0de";}.fa-soundcloud:before{content:"\f1be";}.fa-sourcetree:before{content:"\f7d3";}.fa-spa:before{content:"\f5bb";}.fa-space-shuttle:before{content:"\f197";}.fa-spade:before{content:"\f2f4";}.fa-speakap:before{content:"\f3f3";}.fa-spider:before{content:"\f717";}.fa-spider-black-widow:before{content:"\f718";}.fa-spider-web:before{content:"\f719";}.fa-spinner:before{content:"\f110";}.fa-spinner-third:before{content:"\f3f4";}.fa-splotch:before{content:"\f5bc";}.fa-spotify:before{content:"\f1bc";}.fa-spray-can:before{content:"\f5bd";}.fa-square:before{content:"\f0c8";}.fa-square-full:before{content:"\f45c";}.fa-square-root:before{content:"\f697";}.fa-square-root-alt:before{content:"\f698";}.fa-squarespace:before{content:"\f5be";}.fa-squirrel:before{content:"\f71a";}.fa-stack-exchange:before{content:"\f18d";}.fa-stack-overflow:before{content:"\f16c";}.fa-staff:before{content:"\f71b";}.fa-stamp:before{content:"\f5bf";}.fa-star:before{content:"\f005";}.fa-star-and-crescent:before{content:"\f699";}.fa-star-christmas:before{content:"\f7d4";}.fa-star-exclamation:before{content:"\f2f3";}.fa-star-half:before{content:"\f089";}.fa-star-half-alt:before{content:"\f5c0";}.fa-star-of-david:before{content:"\f69a";}.fa-star-of-life:before{content:"\f621";}.fa-stars:before{content:"\f762";}.fa-staylinked:before{content:"\f3f5";}.fa-steam:before{content:"\f1b6";}.fa-steam-square:before{content:"\f1b7";}.fa-steam-symbol:before{content:"\f3f6";}.fa-steering-wheel:before{content:"\f622";}.fa-step-backward:before{content:"\f048";}.fa-step-forward:before{content:"\f051";}.fa-stethoscope:before{content:"\f0f1";}.fa-sticker-mule:before{content:"\f3f7";}.fa-sticky-note:before{content:"\f249";}.fa-stocking:before{content:"\f7d5";}.fa-stomach:before{content:"\f623";}.fa-stop:before{content:"\f04d";}.fa-stop-circle:before{content:"\f28d";}.fa-stopwatch:before{content:"\f2f2";}.fa-store:before{content:"\f54e";}.fa-store-alt:before{content:"\f54f";}.fa-strava:before{content:"\f428";}.fa-stream:before{content:"\f550";}.fa-street-view:before{content:"\f21d";}.fa-strikethrough:before{content:"\f0cc";}.fa-stripe:before{content:"\f429";}.fa-stripe-s:before{content:"\f42a";}.fa-stroopwafel:before{content:"\f551";}.fa-studiovinari:before{content:"\f3f8";}.fa-stumbleupon:before{content:"\f1a4";}.fa-stumbleupon-circle:before{content:"\f1a3";}.fa-subscript:before{content:"\f12c";}.fa-subway:before{content:"\f239";}.fa-suitcase:before{content:"\f0f2";}.fa-suitcase-rolling:before{content:"\f5c1";}.fa-sun:before{content:"\f185";}.fa-sun-cloud:before{content:"\f763";}.fa-sun-dust:before{content:"\f764";}.fa-sun-haze:before{content:"\f765";}.fa-sunrise:before{content:"\f766";}.fa-sunset:before{content:"\f767";}.fa-superpowers:before{content:"\f2dd";}.fa-superscript:before{content:"\f12b";}.fa-supple:before{content:"\f3f9";}.fa-surprise:before{content:"\f5c2";}.fa-suse:before{content:"\f7d6";}.fa-swatchbook:before{content:"\f5c3";}.fa-swimmer:before{content:"\f5c4";}.fa-swimming-pool:before{content:"\f5c5";}.fa-sword:before{content:"\f71c";}.fa-swords:before{content:"\f71d";}.fa-synagogue:before{content:"\f69b";}.fa-sync:before{content:"\f021";}.fa-sync-alt:before{content:"\f2f1";}.fa-syringe:before{content:"\f48e";}.fa-table:before{content:"\f0ce";}.fa-table-tennis:before{content:"\f45d";}.fa-tablet:before{content:"\f10a";}.fa-tablet-alt:before{content:"\f3fa";}.fa-tablet-android:before{content:"\f3fb";}.fa-tablet-android-alt:before{content:"\f3fc";}.fa-tablet-rugged:before{content:"\f48f";}.fa-tablets:before{content:"\f490";}.fa-tachometer:before{content:"\f0e4";}.fa-tachometer-alt:before{content:"\f3fd";}.fa-tachometer-alt-average:before{content:"\f624";}.fa-tachometer-alt-fast:before{content:"\f625";}.fa-tachometer-alt-fastest:before{content:"\f626";}.fa-tachometer-alt-slow:before{content:"\f627";}.fa-tachometer-alt-slowest:before{content:"\f628";}.fa-tachometer-average:before{content:"\f629";}.fa-tachometer-fast:before{content:"\f62a";}.fa-tachometer-fastest:before{content:"\f62b";}.fa-tachometer-slow:before{content:"\f62c";}.fa-tachometer-slowest:before{content:"\f62d";}.fa-tag:before{content:"\f02b";}.fa-tags:before{content:"\f02c";}.fa-tally:before{content:"\f69c";}.fa-tape:before{content:"\f4db";}.fa-tasks:before{content:"\f0ae";}.fa-taxi:before{content:"\f1ba";}.fa-teamspeak:before{content:"\f4f9";}.fa-teeth:before{content:"\f62e";}.fa-teeth-open:before{content:"\f62f";}.fa-telegram:before{content:"\f2c6";}.fa-telegram-plane:before{content:"\f3fe";}.fa-temperature-frigid:before{content:"\f768";}.fa-temperature-high:before{content:"\f769";}.fa-temperature-hot:before{content:"\f76a";}.fa-temperature-low:before{content:"\f76b";}.fa-tencent-weibo:before{content:"\f1d5";}.fa-tenge:before{content:"\f7d7";}.fa-tennis-ball:before{content:"\f45e";}.fa-terminal:before{content:"\f120";}.fa-text-height:before{content:"\f034";}.fa-text-width:before{content:"\f035";}.fa-th:before{content:"\f00a";}.fa-th-large:before{content:"\f009";}.fa-th-list:before{content:"\f00b";}.fa-the-red-yeti:before{content:"\f69d";}.fa-theater-masks:before{content:"\f630";}.fa-themeco:before{content:"\f5c6";}.fa-themeisle:before{content:"\f2b2";}.fa-thermometer:before{content:"\f491";}.fa-thermometer-empty:before{content:"\f2cb";}.fa-thermometer-full:before{content:"\f2c7";}.fa-thermometer-half:before{content:"\f2c9";}.fa-thermometer-quarter:before{content:"\f2ca";}.fa-thermometer-three-quarters:before{content:"\f2c8";}.fa-theta:before{content:"\f69e";}.fa-think-peaks:before{content:"\f731";}.fa-thumbs-down:before{content:"\f165";}.fa-thumbs-up:before{content:"\f164";}.fa-thumbtack:before{content:"\f08d";}.fa-thunderstorm:before{content:"\f76c";}.fa-thunderstorm-moon:before{content:"\f76d";}.fa-thunderstorm-sun:before{content:"\f76e";}.fa-ticket:before{content:"\f145";}.fa-ticket-alt:before{content:"\f3ff";}.fa-tilde:before{content:"\f69f";}.fa-times:before{content:"\f00d";}.fa-times-circle:before{content:"\f057";}.fa-times-hexagon:before{content:"\f2ee";}.fa-times-octagon:before{content:"\f2f0";}.fa-times-square:before{content:"\f2d3";}.fa-tint:before{content:"\f043";}.fa-tint-slash:before{content:"\f5c7";}.fa-tire:before{content:"\f631";}.fa-tire-flat:before{content:"\f632";}.fa-tire-pressure-warning:before{content:"\f633";}.fa-tire-rugged:before{content:"\f634";}.fa-tired:before{content:"\f5c8";}.fa-toggle-off:before{content:"\f204";}.fa-toggle-on:before{content:"\f205";}.fa-toilet:before{content:"\f7d8";}.fa-toilet-paper:before{content:"\f71e";}.fa-toilet-paper-alt:before{content:"\f71f";}.fa-tombstone:before{content:"\f720";}.fa-tombstone-alt:before{content:"\f721";}.fa-toolbox:before{content:"\f552";}.fa-tools:before{content:"\f7d9";}.fa-tooth:before{content:"\f5c9";}.fa-toothbrush:before{content:"\f635";}.fa-torah:before{content:"\f6a0";}.fa-torii-gate:before{content:"\f6a1";}.fa-tornado:before{content:"\f76f";}.fa-tractor:before{content:"\f722";}.fa-trade-federation:before{content:"\f513";}.fa-trademark:before{content:"\f25c";}.fa-traffic-cone:before{content:"\f636";}.fa-traffic-light:before{content:"\f637";}.fa-traffic-light-go:before{content:"\f638";}.fa-traffic-light-slow:before{content:"\f639";}.fa-traffic-light-stop:before{content:"\f63a";}.fa-train:before{content:"\f238";}.fa-tram:before{content:"\f7da";}.fa-transgender:before{content:"\f224";}.fa-transgender-alt:before{content:"\f225";}.fa-trash:before{content:"\f1f8";}.fa-trash-alt:before{content:"\f2ed";}.fa-treasure-chest:before{content:"\f723";}.fa-tree:before{content:"\f1bb";}.fa-tree-alt:before{content:"\f400";}.fa-tree-christmas:before{content:"\f7db";}.fa-tree-decorated:before{content:"\f7dc";}.fa-tree-large:before{content:"\f7dd";}.fa-trees:before{content:"\f724";}.fa-trello:before{content:"\f181";}.fa-triangle:before{content:"\f2ec";}.fa-tripadvisor:before{content:"\f262";}.fa-trophy:before{content:"\f091";}.fa-trophy-alt:before{content:"\f2eb";}.fa-truck:before{content:"\f0d1";}.fa-truck-container:before{content:"\f4dc";}.fa-truck-couch:before{content:"\f4dd";}.fa-truck-loading:before{content:"\f4de";}.fa-truck-monster:before{content:"\f63b";}.fa-truck-moving:before{content:"\f4df";}.fa-truck-pickup:before{content:"\f63c";}.fa-truck-plow:before{content:"\f7de";}.fa-truck-ramp:before{content:"\f4e0";}.fa-tshirt:before{content:"\f553";}.fa-tty:before{content:"\f1e4";}.fa-tumblr:before{content:"\f173";}.fa-tumblr-square:before{content:"\f174";}.fa-turkey:before{content:"\f725";}.fa-turtle:before{content:"\f726";}.fa-tv:before{content:"\f26c";}.fa-tv-retro:before{content:"\f401";}.fa-twitch:before{content:"\f1e8";}.fa-twitter:before{content:"\f099";}.fa-twitter-square:before{content:"\f081";}.fa-typo3:before{content:"\f42b";}.fa-uber:before{content:"\f402";}.fa-ubuntu:before{content:"\f7df";}.fa-uikit:before{content:"\f403";}.fa-umbrella:before{content:"\f0e9";}.fa-umbrella-beach:before{content:"\f5ca";}.fa-underline:before{content:"\f0cd";}.fa-undo:before{content:"\f0e2";}.fa-undo-alt:before{content:"\f2ea";}.fa-unicorn:before{content:"\f727";}.fa-union:before{content:"\f6a2";}.fa-uniregistry:before{content:"\f404";}.fa-universal-access:before{content:"\f29a";}.fa-university:before{content:"\f19c";}.fa-unlink:before{content:"\f127";}.fa-unlock:before{content:"\f09c";}.fa-unlock-alt:before{content:"\f13e";}.fa-untappd:before{content:"\f405";}.fa-upload:before{content:"\f093";}.fa-ups:before{content:"\f7e0";}.fa-usb:before{content:"\f287";}.fa-usd-circle:before{content:"\f2e8";}.fa-usd-square:before{content:"\f2e9";}.fa-user:before{content:"\f007";}.fa-user-alt:before{content:"\f406";}.fa-user-alt-slash:before{content:"\f4fa";}.fa-user-astronaut:before{content:"\f4fb";}.fa-user-chart:before{content:"\f6a3";}.fa-user-check:before{content:"\f4fc";}.fa-user-circle:before{content:"\f2bd";}.fa-user-clock:before{content:"\f4fd";}.fa-user-cog:before{content:"\f4fe";}.fa-user-crown:before{content:"\f6a4";}.fa-user-edit:before{content:"\f4ff";}.fa-user-friends:before{content:"\f500";}.fa-user-graduate:before{content:"\f501";}.fa-user-injured:before{content:"\f728";}.fa-user-lock:before{content:"\f502";}.fa-user-md:before{content:"\f0f0";}.fa-user-minus:before{content:"\f503";}.fa-user-ninja:before{content:"\f504";}.fa-user-plus:before{content:"\f234";}.fa-user-secret:before{content:"\f21b";}.fa-user-shield:before{content:"\f505";}.fa-user-slash:before{content:"\f506";}.fa-user-tag:before{content:"\f507";}.fa-user-tie:before{content:"\f508";}.fa-user-times:before{content:"\f235";}.fa-users:before{content:"\f0c0";}.fa-users-class:before{content:"\f63d";}.fa-users-cog:before{content:"\f509";}.fa-users-crown:before{content:"\f6a5";}.fa-usps:before{content:"\f7e1";}.fa-ussunnah:before{content:"\f407";}.fa-utensil-fork:before{content:"\f2e3";}.fa-utensil-knife:before{content:"\f2e4";}.fa-utensil-spoon:before{content:"\f2e5";}.fa-utensils:before{content:"\f2e7";}.fa-utensils-alt:before{content:"\f2e6";}.fa-vaadin:before{content:"\f408";}.fa-value-absolute:before{content:"\f6a6";}.fa-vector-square:before{content:"\f5cb";}.fa-venus:before{content:"\f221";}.fa-venus-double:before{content:"\f226";}.fa-venus-mars:before{content:"\f228";}.fa-viacoin:before{content:"\f237";}.fa-viadeo:before{content:"\f2a9";}.fa-viadeo-square:before{content:"\f2aa";}.fa-vial:before{content:"\f492";}.fa-vials:before{content:"\f493";}.fa-viber:before{content:"\f409";}.fa-video:before{content:"\f03d";}.fa-video-plus:before{content:"\f4e1";}.fa-video-slash:before{content:"\f4e2";}.fa-vihara:before{content:"\f6a7";}.fa-vimeo:before{content:"\f40a";}.fa-vimeo-square:before{content:"\f194";}.fa-vimeo-v:before{content:"\f27d";}.fa-vine:before{content:"\f1ca";}.fa-vk:before{content:"\f189";}.fa-vnv:before{content:"\f40b";}.fa-volcano:before{content:"\f770";}.fa-volleyball-ball:before{content:"\f45f";}.fa-volume:before{content:"\f6a8";}.fa-volume-down:before{content:"\f027";}.fa-volume-mute:before{content:"\f6a9";}.fa-volume-off:before{content:"\f026";}.fa-volume-slash:before{content:"\f2e2";}.fa-volume-up:before{content:"\f028";}.fa-vote-nay:before{content:"\f771";}.fa-vote-yea:before{content:"\f772";}.fa-vr-cardboard:before{content:"\f729";}.fa-vuejs:before{content:"\f41f";}.fa-walking:before{content:"\f554";}.fa-wallet:before{content:"\f555";}.fa-wand:before{content:"\f72a";}.fa-wand-magic:before{content:"\f72b";}.fa-warehouse:before{content:"\f494";}.fa-warehouse-alt:before{content:"\f495";}.fa-watch:before{content:"\f2e1";}.fa-watch-fitness:before{content:"\f63e";}.fa-water:before{content:"\f773";}.fa-water-lower:before{content:"\f774";}.fa-water-rise:before{content:"\f775";}.fa-weebly:before{content:"\f5cc";}.fa-weibo:before{content:"\f18a";}.fa-weight:before{content:"\f496";}.fa-weight-hanging:before{content:"\f5cd";}.fa-weixin:before{content:"\f1d7";}.fa-whale:before{content:"\f72c";}.fa-whatsapp:before{content:"\f232";}.fa-whatsapp-square:before{content:"\f40c";}.fa-wheat:before{content:"\f72d";}.fa-wheelchair:before{content:"\f193";}.fa-whistle:before{content:"\f460";}.fa-whmcs:before{content:"\f40d";}.fa-wifi:before{content:"\f1eb";}.fa-wifi-1:before{content:"\f6aa";}.fa-wifi-2:before{content:"\f6ab";}.fa-wifi-slash:before{content:"\f6ac";}.fa-wikipedia-w:before{content:"\f266";}.fa-wind:before{content:"\f72e";}.fa-wind-warning:before{content:"\f776";}.fa-window:before{content:"\f40e";}.fa-window-alt:before{content:"\f40f";}.fa-window-close:before{content:"\f410";}.fa-window-maximize:before{content:"\f2d0";}.fa-window-minimize:before{content:"\f2d1";}.fa-window-restore:before{content:"\f2d2";}.fa-windows:before{content:"\f17a";}.fa-windsock:before{content:"\f777";}.fa-wine-bottle:before{content:"\f72f";}.fa-wine-glass:before{content:"\f4e3";}.fa-wine-glass-alt:before{content:"\f5ce";}.fa-wix:before{content:"\f5cf";}.fa-wizards-of-the-coast:before{content:"\f730";}.fa-wolf-pack-battalion:before{content:"\f514";}.fa-won-sign:before{content:"\f159";}.fa-wordpress:before{content:"\f19a";}.fa-wordpress-simple:before{content:"\f411";}.fa-wpbeginner:before{content:"\f297";}.fa-wpexplorer:before{content:"\f2de";}.fa-wpforms:before{content:"\f298";}.fa-wpressr:before{content:"\f3e4";}.fa-wreath:before{content:"\f7e2";}.fa-wrench:before{content:"\f0ad";}.fa-x-ray:before{content:"\f497";}.fa-xbox:before{content:"\f412";}.fa-xing:before{content:"\f168";}.fa-xing-square:before{content:"\f169";}.fa-y-combinator:before{content:"\f23b";}.fa-yahoo:before{content:"\f19e";}.fa-yandex:before{content:"\f413";}.fa-yandex-international:before{content:"\f414";}.fa-yarn:before{content:"\f7e3";}.fa-yelp:before{content:"\f1e9";}.fa-yen-sign:before{content:"\f157";}.fa-yin-yang:before{content:"\f6ad";}.fa-yoast:before{content:"\f2b1";}.fa-youtube:before{content:"\f167";}.fa-youtube-square:before{content:"\f431";}.fa-zhihu:before{content:"\f63f";}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}ul.menu--carousel-menu .slick-slide{max-width:64px;}.hamburger{padding:10px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;}.hamburger:hover{opacity:0.7;}.hamburger:not(.collapsed):hover{opacity:0.7;}.hamburger:not(.collapsed) .hamburger-inner,.hamburger:not(.collapsed) .hamburger-inner::before,.hamburger:not(.collapsed) .hamburger-inner::after{background-color:#fff;}.hamburger-box{width:30px;height:25px;display:inline-block;position:relative;}.hamburger-inner{display:block;top:50%;}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:30px;height:2px;background-color:#fff;border-radius:4px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease;}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block;}.hamburger-inner::before{top:-10px;}.hamburger-inner::after{bottom:-10px;}.hamburger--3dx .hamburger-box,.hamburger-x .hamburger-box{perspective:80px;}.hamburger--3dx .hamburger-inner,.hamburger-x .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645,0.045,0.355,1),background-color 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after,.hamburger-x .hamburger-inner::before,.hamburger-x .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);}.hamburger--3dx:not(.collapsed) .hamburger-inner,.hamburger-x .hamburger-inner{background-color:transparent !important;transform:rotateY(180deg);}.hamburger--3dx:not(.collapsed) .hamburger-inner::before,.hamburger-x .hamburger-inner::before{transform:translate3d(0,10px,0) rotate(45deg);}.hamburger--3dx:not(.collapsed) .hamburger-inner::after,.hamburger-x .hamburger-inner::after{transform:translate3d(0,-10px,0) rotate(-45deg);}.skip-link{display:none;}.featured-5 .view-content .leaderboard2{height:120px;}@media(max-width:768px){#block-adfeatured5{height:64px;}.teams-logo-section #block-adbox1300x250{height:325px;}.featured-5 .featured-articles-r-col .mobile-carousel-no{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;}}.messages__wrapper{display:none !important;}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;src:url(/themes/kerkida/fonts/roboto-v50-greek_latin-300.woff2) format('woff2');}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;src:url(/themes/kerkida/fonts/roboto-v50-greek_latin-regular.woff2) format('woff2');}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;src:url(/themes/kerkida/fonts/roboto-v50-greek_latin-500.woff2) format('woff2');}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;src:url(/themes/kerkida/fonts/roboto-v50-greek_latin-600.woff2) format('woff2');}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;src:url(/themes/kerkida/fonts/roboto-v50-greek_latin-700.woff2) format('woff2');}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;src:url(/themes/kerkida/fonts/roboto-v50-greek_latin-800.woff2) format('woff2');}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;src:url(/themes/kerkida/fonts/roboto-v50-greek_latin-900.woff2) format('woff2');}@media(max-width:768px){section.block-views-blocktaxonomy-views-block-1{height:170px !important;}#block-kerkida-gamwadvertisement-4--3{height:100px !important;}}.paragraph--type--super-monday a{position:relative;}.paragraph--type--super-monday a svg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;height:48px;width:68px;}
